ENH: pipeCyclic: startup value for epsilon on wall

This commit is contained in:
mattijs 2013-06-20 10:18:10 +01:00
parent c666c27078
commit c7f57ed107

View File

@ -40,7 +40,7 @@ boundaryField
walls
{
type epsilonWallFunction;
value uniform 0;
value $internalField;
}
}