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:
Henry
2014-12-29 17:39:20 +00:00
parent a6ccbc6d7d
commit 8f9a576bde
7 changed files with 111 additions and 114 deletions

View File

@ -36,7 +36,7 @@ boundaryField
{
type atmBoundaryLayerInletVelocity;
Uref $Uref;
Href $Href;
Zref $Zref;
n $windDirection;
z $zDirection;
z0 $z0;

View File

@ -45,7 +45,7 @@ boundaryField
{
type atmBoundaryLayerInletEpsilon;
Uref $Uref;
Href $Href;
Zref $Zref;
z $zDirection;
z0 $z0;
value $internalField;

View File

@ -7,7 +7,7 @@
\*---------------------------------------------------------------------------*/
Uref 10.0;
Href 20;
Zref 20;
z0 uniform 0.1;
turbulentKE 1.3;
windDirection (1 0 0);