mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: TJunctionFan: incorrect createBafflesDict
This commit is contained in:
@ -41,16 +41,14 @@ baffles
|
||||
name baffles;
|
||||
type wall;
|
||||
|
||||
XXX 9.8;
|
||||
patchFields
|
||||
{
|
||||
|
||||
epsilon
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E $Cmu; // XXX; //9.8;
|
||||
E 9.8;
|
||||
value uniform 0;
|
||||
}
|
||||
k
|
||||
|
||||
Reference in New Issue
Block a user