ENH: TJunctionFan: new dictionary variable syntax

This commit is contained in:
mattijs
2012-12-05 15:28:38 +00:00
parent 9ccd5809b8
commit 026ce6aad4

View File

@ -87,40 +87,7 @@ baffles
patchFields patchFields
{ {
epsilon ${...master.patchFields}
{
type epsilonWallFunction;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
k
{
type kqRWallFunction;
value uniform 0;
}
nut
{
type nutkWallFunction;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
nuTilda
{
type zeroGradient;
}
p
{
type zeroGradient;
}
U
{
type fixedValue;
value uniform (0 0 0);
}
} }
} }
} }