atmBoundaryLayer: Attempt to rationalize the inputs and documentation to make these BCs more usable
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=860
This commit is contained in:
@ -36,7 +36,7 @@ boundaryField
|
||||
{
|
||||
type atmBoundaryLayerInletVelocity;
|
||||
Uref $Uref;
|
||||
Href $Href;
|
||||
Zref $Zref;
|
||||
n $windDirection;
|
||||
z $zDirection;
|
||||
z0 $z0;
|
||||
|
||||
@ -45,7 +45,7 @@ boundaryField
|
||||
{
|
||||
type atmBoundaryLayerInletEpsilon;
|
||||
Uref $Uref;
|
||||
Href $Href;
|
||||
Zref $Zref;
|
||||
z $zDirection;
|
||||
z0 $z0;
|
||||
value $internalField;
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
Uref 10.0;
|
||||
Href 20;
|
||||
Zref 20;
|
||||
z0 uniform 0.1;
|
||||
turbulentKE 1.3;
|
||||
windDirection (1 0 0);
|
||||
|
||||
Reference in New Issue
Block a user