Dictionaries: use 'e' rather than 'E' in exponential floating point numbers

This commit is contained in:
Henry Weller
2021-06-15 18:25:51 +01:00
parent ad1f53a06d
commit 4b01e40a93
27 changed files with 44 additions and 44 deletions

View File

@ -70,7 +70,7 @@ patches
// Optional non-default tolerance to be able to define cyclics // Optional non-default tolerance to be able to define cyclics
// on bad meshes // on bad meshes
// matchTolerance 1E-2; // matchTolerance 1e-2;
} }
// How to construct: either from 'patches' or 'set' // How to construct: either from 'patches' or 'set'

View File

@ -436,14 +436,14 @@ meshQualityControls
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol -1E30; minVol -1e30;
//- Minimum quality of the tet formed by the //- Minimum quality of the tet formed by the
// variable base point minimum decomposition triangles and // variable base point minimum decomposition triangles and
// the cell centre (so not face-centre decomposition). // the cell centre (so not face-centre decomposition).
// This has to be a positive number for tracking // This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -51,7 +51,7 @@ geometry
type triSurfaceMesh; type triSurfaceMesh;
file "sphere.stl" file "sphere.stl"
// tolerance 1E-5; // optional:non-default tolerance on intersections // tolerance 1e-5; // optional:non-default tolerance on intersections
// maxTreeDepth 10; // optional:depth of octree. Decrease only in case // maxTreeDepth 10; // optional:depth of octree. Decrease only in case
// of memory limitations. // of memory limitations.

View File

@ -28,12 +28,12 @@ maxConcave 80;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -391,13 +391,13 @@ meshQualityControls
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking // the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -268,12 +268,12 @@ meshQualityControls
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -280,7 +280,7 @@ meshQualityControls
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
minTetQuality 1e-30; minTetQuality 1e-30;
@ -318,7 +318,7 @@ meshQualityControls
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -100,7 +100,7 @@ functions
{ {
type patchInternalField; type patchInternalField;
patches ( lowerWall ); patches ( lowerWall );
distance 1E-6; distance 1e-6;
interpolate true; interpolate true;
triangulate false; triangulate false;
} }

View File

@ -100,7 +100,7 @@ functions
{ {
type patchInternalField; type patchInternalField;
patches ( lowerWall ); patches ( lowerWall );
distance 1E-6; distance 1e-6;
interpolate true; interpolate true;
triangulate false; triangulate false;
} }

View File

@ -327,12 +327,12 @@ meshQualityControls
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking // the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet
@ -38,7 +38,7 @@ minTetQuality 1e-30;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-20; minVol 1e-20;
//- Minimum face area. Set to <0 to disable. //- Minimum face area. Set to <0 to disable.

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking // the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet
@ -38,7 +38,7 @@ minTetQuality 1e-30;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 0; minVol 0;
//- Minimum face area. Set to <0 to disable. //- Minimum face area. Set to <0 to disable.

View File

@ -304,7 +304,7 @@ meshQualityControls
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking // the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet
@ -38,7 +38,7 @@ minTetQuality 1e-30;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 0; minVol 0;
//- Minimum face area. Set to <0 to disable. //- Minimum face area. Set to <0 to disable.

View File

@ -306,7 +306,7 @@ writeFlags
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -29,12 +29,12 @@ maxConcave 80;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -279,7 +279,7 @@ debug 0;
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -29,12 +29,12 @@ maxConcave 80;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -279,7 +279,7 @@ debug 0;
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -29,12 +29,12 @@ maxConcave 80;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -279,7 +279,7 @@ debug 0;
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -533,13 +533,13 @@ meshQualityControls
// Minimum pyramid volume. Is absolute volume of cell pyramid. // Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
// Minimum quality of the tet formed by the face-centre // Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking // the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -29,12 +29,12 @@ maxConcave 80;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -278,7 +278,7 @@ debug 0;
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -295,7 +295,7 @@ debug 0;
// Merge tolerance. Is fraction of overall bounding box of initial mesh. // Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this. // Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6; mergeTolerance 1e-6;
// ************************************************************************* // // ************************************************************************* //

View File

@ -391,13 +391,13 @@ meshQualityControls
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected. // Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-13; minVol 1e-13;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking // the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to // to work. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet

View File

@ -291,12 +291,12 @@ meshQualityControls
maxConcave 80; maxConcave 80;
//- Minimum pyramid volume. Is absolute volume of cell pyramid. //- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to very negative number (e.g. -1E30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-20; minVol 1e-20;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and
// the cell centre. Set to very negative number (e.g. -1E30) to // the cell centre. Set to very negative number (e.g. -1e30) to
// disable. // disable.
// <0 = inside out tet, // <0 = inside out tet,
// 0 = flat tet // 0 = flat tet