BUG: tutorial fixes for 32 bit ubuntu packs

This commit is contained in:
william
2014-02-11 10:15:00 +00:00
committed by Andrew Heather
parent 806f1e7174
commit 8acf2daaba
7 changed files with 6 additions and 6 deletions

View File

@ -272,7 +272,7 @@ castellatedMeshControls
// section reachable from the locationInMesh is kept. // section reachable from the locationInMesh is kept.
// NOTE: This point should never be on a face, always inside a cell, even // NOTE: This point should never be on a face, always inside a cell, even
// after refinement. // after refinement.
locationInMesh (0 -0.5 0); locationInMesh (0.01 -0.5 0.01);
// Whether any faceZones (as specified in the refinementSurfaces) // Whether any faceZones (as specified in the refinementSurfaces)

View File

@ -37,7 +37,7 @@ writeFormat binary;
writePrecision 6; writePrecision 6;
writeCompression compressed; writeCompression off;
timeFormat general; timeFormat general;

View File

@ -3,6 +3,6 @@ cd ${0%/*} || exit 1 # run from this directory
foamCleanTutorials cases foamCleanTutorials cases
rm -rf processor* rm -rf processor*
rm -rf 0/p_rgh.gz 0/p.gz 0/alpha.water.gz 0/T.gz rm -rf 0/p_rgh 0/p 0/alpha.water 0/T 0/T.air 0/T.water
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -33,11 +33,11 @@ writeInterval 0.005;
purgeWrite 0; purgeWrite 0;
writeFormat ascii; writeFormat binary;
writePrecision 8; writePrecision 8;
writeCompression compressed; writeCompression off;
timeFormat general; timeFormat general;

View File

@ -272,7 +272,7 @@ castellatedMeshControls
// section reachable from the locationInMesh is kept. // section reachable from the locationInMesh is kept.
// NOTE: This point should never be on a face, always inside a cell, even // NOTE: This point should never be on a face, always inside a cell, even
// after refinement. // after refinement.
locationInMesh (0 -0.5 0); locationInMesh (0.01 -0.5 0.01);
// Whether any faceZones (as specified in the refinementSurfaces) // Whether any faceZones (as specified in the refinementSurfaces)