From 4b01e40a93e82ec993e515e5fb3e453f78fe3904 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 15 Jun 2021 18:25:51 +0100 Subject: [PATCH] Dictionaries: use 'e' rather than 'E' in exponential floating point numbers --- etc/caseDicts/annotated/createPatchDict | 2 +- etc/caseDicts/annotated/foamyHexMeshDict | 6 +++--- etc/caseDicts/annotated/snappyHexMeshDict | 2 +- etc/caseDicts/mesh/generation/meshQualityDict | 4 ++-- .../pimpleFoam/RAS/propeller/system/snappyHexMeshDict | 4 ++-- .../wingMotion_snappyHexMesh/system/snappyHexMeshDict | 4 ++-- .../LES/motorBike/motorBike/system/snappyHexMeshDict | 4 ++-- .../pisoFoam/LES/pitzDaily/system/controlDict | 2 +- .../pisoFoam/LES/pitzDailyMapped/system/controlDict | 2 +- .../simpleFoam/turbineSiting/system/snappyHexMeshDict | 4 ++-- tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict | 4 ++-- tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict | 4 ++-- tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict | 2 +- .../mesh/foamyHexMesh/simpleShapes/system/meshQualityDict | 4 ++-- .../mesh/snappyHexMesh/flange/system/snappyHexMeshDict | 2 +- .../multiphase/interFoam/RAS/DTCHull/system/meshQualityDict | 4 ++-- .../interFoam/RAS/DTCHull/system/snappyHexMeshDict | 2 +- .../interFoam/RAS/DTCHullMoving/system/meshQualityDict | 4 ++-- .../interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict | 2 +- .../interFoam/RAS/DTCHullWave/system/meshQualityDict | 4 ++-- .../interFoam/RAS/DTCHullWave/system/snappyHexMeshDict | 2 +- .../interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict | 4 ++-- .../interFoam/RAS/planingHullW3/system/meshQualityDict | 4 ++-- .../interFoam/RAS/planingHullW3/system/snappyHexMeshDict.1 | 2 +- .../interFoam/RAS/planingHullW3/system/snappyHexMeshDict.2 | 2 +- .../interFoam/RAS/propeller/system/snappyHexMeshDict | 4 ++-- .../laminar/cavitatingBullet/system/snappyHexMeshDict | 4 ++-- 27 files changed, 44 insertions(+), 44 deletions(-) diff --git a/etc/caseDicts/annotated/createPatchDict b/etc/caseDicts/annotated/createPatchDict index 786ab2745b..c99b313f6c 100644 --- a/etc/caseDicts/annotated/createPatchDict +++ b/etc/caseDicts/annotated/createPatchDict @@ -70,7 +70,7 @@ patches // Optional non-default tolerance to be able to define cyclics // on bad meshes - // matchTolerance 1E-2; + // matchTolerance 1e-2; } // How to construct: either from 'patches' or 'set' diff --git a/etc/caseDicts/annotated/foamyHexMeshDict b/etc/caseDicts/annotated/foamyHexMeshDict index a5a0811f8d..19110b7393 100644 --- a/etc/caseDicts/annotated/foamyHexMeshDict +++ b/etc/caseDicts/annotated/foamyHexMeshDict @@ -436,14 +436,14 @@ meshQualityControls //- Minimum pyramid volume. Is absolute volume of cell pyramid. // Set to a sensible fraction of the smallest cell volume expected. - // Set to very negative number (e.g. -1E30) to disable. - minVol -1E30; + // Set to very negative number (e.g. -1e30) to disable. + minVol -1e30; //- Minimum quality of the tet formed by the // variable base point minimum decomposition triangles and // the cell centre (so not face-centre decomposition). // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/etc/caseDicts/annotated/snappyHexMeshDict b/etc/caseDicts/annotated/snappyHexMeshDict index 409f160617..598cff8a64 100644 --- a/etc/caseDicts/annotated/snappyHexMeshDict +++ b/etc/caseDicts/annotated/snappyHexMeshDict @@ -51,7 +51,7 @@ geometry type triSurfaceMesh; 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 // of memory limitations. diff --git a/etc/caseDicts/mesh/generation/meshQualityDict b/etc/caseDicts/mesh/generation/meshQualityDict index e3240afe27..351d98d179 100644 --- a/etc/caseDicts/mesh/generation/meshQualityDict +++ b/etc/caseDicts/mesh/generation/meshQualityDict @@ -28,12 +28,12 @@ maxConcave 80; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/incompressible/pimpleFoam/RAS/propeller/system/snappyHexMeshDict b/tutorials/incompressible/pimpleFoam/RAS/propeller/system/snappyHexMeshDict index 3fcbce8189..5c66759a43 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/propeller/system/snappyHexMeshDict +++ b/tutorials/incompressible/pimpleFoam/RAS/propeller/system/snappyHexMeshDict @@ -391,13 +391,13 @@ meshQualityControls //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // and variable base point minimum decomposition triangles and // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict index 9f63dbffa2..9534af9c89 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict +++ b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/snappyHexMeshDict @@ -268,12 +268,12 @@ meshQualityControls //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/snappyHexMeshDict b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/snappyHexMeshDict index dd82bdd508..1d1e52da0b 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/snappyHexMeshDict +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/snappyHexMeshDict @@ -280,7 +280,7 @@ meshQualityControls //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; minTetQuality 1e-30; @@ -318,7 +318,7 @@ meshQualityControls // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/incompressible/pisoFoam/LES/pitzDaily/system/controlDict b/tutorials/incompressible/pisoFoam/LES/pitzDaily/system/controlDict index 3d2b7c8989..60a92f3dc3 100644 --- a/tutorials/incompressible/pisoFoam/LES/pitzDaily/system/controlDict +++ b/tutorials/incompressible/pisoFoam/LES/pitzDaily/system/controlDict @@ -100,7 +100,7 @@ functions { type patchInternalField; patches ( lowerWall ); - distance 1E-6; + distance 1e-6; interpolate true; triangulate false; } diff --git a/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/controlDict b/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/controlDict index 7ffcc5a402..19addef200 100644 --- a/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/controlDict +++ b/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/controlDict @@ -100,7 +100,7 @@ functions { type patchInternalField; patches ( lowerWall ); - distance 1E-6; + distance 1e-6; interpolate true; triangulate false; } diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict b/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict index e58476b4ad..4c727afd09 100644 --- a/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict +++ b/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict @@ -327,12 +327,12 @@ meshQualityControls //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict b/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict index 5eebb01f8f..5ebcfc7011 100644 --- a/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict +++ b/tutorials/mesh/foamyHexMesh/blob/system/meshQualityDict @@ -29,7 +29,7 @@ maxConcave 80; //- Minimum quality of the tet formed by the face-centre // and variable base point minimum decomposition triangles and // 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. // <0 = inside out tet, // 0 = flat tet @@ -38,7 +38,7 @@ minTetQuality 1e-30; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum face area. Set to <0 to disable. diff --git a/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict b/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict index 50a676c997..abe721ee57 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/meshQualityDict @@ -29,7 +29,7 @@ maxConcave 80; //- Minimum quality of the tet formed by the face-centre // and variable base point minimum decomposition triangles and // 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. // <0 = inside out tet, // 0 = flat tet @@ -38,7 +38,7 @@ minTetQuality 1e-30; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum face area. Set to <0 to disable. diff --git a/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict b/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict index 71623fd40a..9c84cb07af 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/snappyHexMeshDict @@ -304,7 +304,7 @@ meshQualityControls // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict b/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict index 305abd3a30..2efd17cee6 100644 --- a/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict +++ b/tutorials/mesh/foamyHexMesh/simpleShapes/system/meshQualityDict @@ -29,7 +29,7 @@ maxConcave 80; //- Minimum quality of the tet formed by the face-centre // and variable base point minimum decomposition triangles and // 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. // <0 = inside out tet, // 0 = flat tet @@ -38,7 +38,7 @@ minTetQuality 1e-30; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum face area. Set to <0 to disable. diff --git a/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict index f4c609518a..8ad3aab213 100644 --- a/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict +++ b/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict @@ -306,7 +306,7 @@ writeFlags // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/RAS/DTCHull/system/meshQualityDict b/tutorials/multiphase/interFoam/RAS/DTCHull/system/meshQualityDict index 64932c459a..c8b6d8023b 100644 --- a/tutorials/multiphase/interFoam/RAS/DTCHull/system/meshQualityDict +++ b/tutorials/multiphase/interFoam/RAS/DTCHull/system/meshQualityDict @@ -29,12 +29,12 @@ maxConcave 80; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/multiphase/interFoam/RAS/DTCHull/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/DTCHull/system/snappyHexMeshDict index 11571a1a49..610d9ea77f 100644 --- a/tutorials/multiphase/interFoam/RAS/DTCHull/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/RAS/DTCHull/system/snappyHexMeshDict @@ -279,7 +279,7 @@ debug 0; // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/meshQualityDict b/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/meshQualityDict index 64932c459a..c8b6d8023b 100644 --- a/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/meshQualityDict +++ b/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/meshQualityDict @@ -29,12 +29,12 @@ maxConcave 80; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict index 11571a1a49..610d9ea77f 100644 --- a/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/RAS/DTCHullMoving/system/snappyHexMeshDict @@ -279,7 +279,7 @@ debug 0; // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/meshQualityDict b/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/meshQualityDict index 64932c459a..c8b6d8023b 100644 --- a/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/meshQualityDict +++ b/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/meshQualityDict @@ -29,12 +29,12 @@ maxConcave 80; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/snappyHexMeshDict index 11571a1a49..610d9ea77f 100644 --- a/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/RAS/DTCHullWave/system/snappyHexMeshDict @@ -279,7 +279,7 @@ debug 0; // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict index a147530f75..5ef499d119 100644 --- a/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/snappyHexMeshDict @@ -533,13 +533,13 @@ meshQualityControls // Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; // Minimum quality of the tet formed by the face-centre // and variable base point minimum decomposition triangles and // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/multiphase/interFoam/RAS/planingHullW3/system/meshQualityDict b/tutorials/multiphase/interFoam/RAS/planingHullW3/system/meshQualityDict index 64932c459a..c8b6d8023b 100644 --- a/tutorials/multiphase/interFoam/RAS/planingHullW3/system/meshQualityDict +++ b/tutorials/multiphase/interFoam/RAS/planingHullW3/system/meshQualityDict @@ -29,12 +29,12 @@ maxConcave 80; //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.1 b/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.1 index a8a5936aa1..7fab38a0d9 100644 --- a/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.1 +++ b/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.1 @@ -278,7 +278,7 @@ debug 0; // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.2 b/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.2 index c6a7c5c72a..c606782553 100644 --- a/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.2 +++ b/tutorials/multiphase/interFoam/RAS/planingHullW3/system/snappyHexMeshDict.2 @@ -295,7 +295,7 @@ debug 0; // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/RAS/propeller/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/propeller/system/snappyHexMeshDict index 3fcbce8189..5c66759a43 100644 --- a/tutorials/multiphase/interFoam/RAS/propeller/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/RAS/propeller/system/snappyHexMeshDict @@ -391,13 +391,13 @@ meshQualityControls //- Minimum pyramid volume. Is absolute volume of cell pyramid. // 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; //- Minimum quality of the tet formed by the face-centre // and variable base point minimum decomposition triangles and // 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. // <0 = inside out tet, // 0 = flat tet diff --git a/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/snappyHexMeshDict index 4cd6a7ef3a..df55ff81e0 100644 --- a/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/snappyHexMeshDict +++ b/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/snappyHexMeshDict @@ -291,12 +291,12 @@ meshQualityControls maxConcave 80; //- 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; //- Minimum quality of the tet formed by the face-centre // 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. // <0 = inside out tet, // 0 = flat tet