Skip to content
Snippets Groups Projects
Commit ec4e44e4 authored by henry's avatar henry
Browse files

Corrected for new turbulence BCs.

parent 98080daf
Branches
Tags
No related merge requests found
......@@ -23,31 +23,31 @@ boundaryField
{
front
{
type epsilonWallFunction;
value uniform 0;
type compressible::epsilonWallFunction;
value uniform 200;
}
back
{
type epsilonWallFunction;
value uniform 0;
type compressible::epsilonWallFunction;
value uniform 200;
}
wall
{
type epsilonWallFunction;
value uniform 0;
type compressible::epsilonWallFunction;
value uniform 200;
}
porosityWall
{
type epsilonWallFunction;
value uniform 0;
type compressible::epsilonWallFunction;
value uniform 200;
}
inlet
{
type turbulentMixingLengthDissipationRateInlet;
type compressible::turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005;
value uniform 200;
}
......
......@@ -23,26 +23,26 @@ boundaryField
{
front
{
type kQRWallFunction;
value uniform 0;
type compressible::kQRWallFunction;
value uniform 1;
}
back
{
type kQRWallFunction;
value uniform 0;
type compressible::kQRWallFunction;
value uniform 1;
}
wall
{
type kQRWallFunction;
value uniform 0;
type compressible::kQRWallFunction;
value uniform 1;
}
porosityWall
{
type kQRWallFunction;
value uniform 0;
type compressible::kQRWallFunction;
value uniform 1;
}
inlet
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment