tutorials/incompressible/simpleFoam/turbineSiting: Corrected initialization

This commit is contained in:
Henry Weller
2018-07-13 15:26:55 +01:00
parent f845197ccf
commit 66a81087c2
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
@ -12,6 +12,5 @@ zDir (0 0 1);
flowDir (1 0 0);
z0 uniform 0.1;
zGround uniform 935.0;
value $internalField;
// ************************************************************************* //

View File

@ -17,6 +17,6 @@ runParallel topoSet
runParallel $(getApplication)
runApplication reconstructParMesh -constant
runApplication reconstructPar
runApplication reconstructPar -constant
#------------------------------------------------------------------------------