BUG: Changing min(z0, 0.001) to max(zo, 0.001)

This commit is contained in:
Sergio Ferraris
2011-10-19 10:04:31 +01:00
parent f76cbf52e6
commit 1f42aad419
5 changed files with 10 additions and 9 deletions

View File

@ -13,5 +13,5 @@ z0 0.1;
turbulentKE 1.3;
windDirection (1 0 0);
zDirection (0 0 1);
zGround 935.0;
zGround uniform 935.0;
// ************************************************************************* //