OpenFOAM-5.x/tutorials/incompressible/simpleFoam
Henry Weller eaebd650ce snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files
By default snappyHexMesh writes files relating to the hex-splitting process into
the polyMesh directory: cellLevel level0Edge pointLevel surfaceIndex

but by setting the noRefinement flag:

writeFlags
(
    noRefinement
    .
    .
    .
);

these optional files which are generally not needed are not written.

If you run the three stages of snappyHexMesh separately or run a dynamic mesh
solver supporting refinement and unrefinement these files are needed
and "noRefinement" should not be set.
2017-01-24 22:28:36 +00:00
..
airFoil2D Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
mixerVessel2D Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
motorBike PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices 2016-09-05 11:46:42 +01:00
pipeCyclic Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
pitzDaily pitzDaily tutorial: replaced streamline function object 2016-06-17 08:18:41 +01:00
pitzDailyExptInlet timeVaryingMappedFixedValueFvPatchField: Simplifed for consistency with the output of sampledPlane 2016-06-30 10:35:01 +01:00
rotorDisk Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
T3A tutorials/incompressible/simpleFoam/T3A: ERCOFTAC T3A 3% test-case for the kOmegaSSTLM model 2016-07-29 10:51:42 +01:00
turbineSiting Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
windAroundBuildings snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files 2017-01-24 22:28:36 +00:00