Corrections to get the tutorial test loop to run cleanly.

This commit is contained in:
henry
2009-07-09 23:28:54 +01:00
parent 14360a83ea
commit 37b0fe0ade
38 changed files with 124 additions and 66 deletions

View File

@ -4,6 +4,5 @@
runApplication blockMesh
runApplication snappyHexMesh -overwrite
runApplication setFields
runApplication buoyantBoussinesqSimpleFoam

View File

@ -10,9 +10,8 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object autoHexMeshDict;
object snappyHexMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Which of the steps to run
@ -317,7 +316,6 @@ addLayersControls
// Create buffer region for new layer terminations
nBufferCellsNoExtrude 0;
// Overall max number of layer addition iterations
nLayerIter 50;
}
@ -391,4 +389,5 @@ debug 0;
// Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6;
// ************************************************************************* //

View File

@ -10,11 +10,13 @@ FoamFile
version 2.0;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (0 -9.81 0);
value ( 0 -9.81 0 );
// ************************************************************************* //

View File

@ -0,0 +1 @@
../bottomAir/g