rhoPimpleFoam tutorial updates

This commit is contained in:
andy
2009-06-23 19:06:21 +01:00
parent 2c2c0163ca
commit 81dfb596d6
3 changed files with 13 additions and 13 deletions

View File

@ -23,22 +23,22 @@ boundaryField
{
front
{
type alphatWallFunction;
type compressible::alphatWallFunction;
value uniform 0;
}
back
{
type alphatWallFunction;
type compressible::alphatWallFunction;
value uniform 0;
}
wall
{
type alphatWallFunction;
type compressible::alphatWallFunction;
value uniform 0;
}
porosityWall
{
type alphatWallFunction;
type compressible::alphatWallFunction;
value uniform 0;
}
inlet

View File

@ -23,27 +23,27 @@ boundaryField
{
front
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 200;
}
back
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 200;
}
wall
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 200;
}
porosityWall
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 200;
}
inlet
{
type turbulentMixingLengthDissipationRateInlet;
type compressible::turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005;
value uniform 200;
}

View File

@ -23,22 +23,22 @@ boundaryField
{
front
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 1;
}
back
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 1;
}
wall
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 1;
}
porosityWall
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 1;
}
inlet