tutorial update

This commit is contained in:
andy
2009-06-17 13:08:12 +01:00
parent 110718d0f5
commit 8b0fc6bd3b
4 changed files with 2 additions and 74 deletions

View File

@ -1,36 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -3 0 0 0 0];
internalField uniform 5390.5;
boundaryField
{
walls
{
type compressible::epsilonWallFunction;
value uniform 5390.5;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -1,36 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 37.5;
boundaryField
{
walls
{
type compressible::kQRWallFunction;
value uniform 37.5;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -17,7 +17,7 @@ FoamFile
radiation off;
radiationModel P1;
radiationModel noRadiation;
solverFreq 10;

View File

@ -81,7 +81,7 @@ particleForces
ManualInjectionCoeffs
{
massTotal massTotal [ 1 0 0 0 0 ] 1e-7;
massTotal massTotal [ 1 0 0 0 0 ] 1e-8;
parcelBasisType mass;
SOI 0;
positionsFile "reactingCloud1Positions";