Skip to content
Snippets Groups Projects
Commit 22cf7ca3 authored by mattijs's avatar mattijs
Browse files

BUG: TJunctionFan: incorrect createBafflesDict

parent f3433b3a
Branches
Tags
No related merge requests found
...@@ -41,16 +41,14 @@ baffles ...@@ -41,16 +41,14 @@ baffles
name baffles; name baffles;
type wall; type wall;
XXX 9.8;
patchFields patchFields
{ {
epsilon epsilon
{ {
type epsilonWallFunction; type epsilonWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E $Cmu; // XXX; //9.8; E 9.8;
value uniform 0; value uniform 0;
} }
k k
......
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