OpenFOAM-4.x-lab/tutorials/incompressible/simpleFoam/motorBike/system
Henry 1b6f46fae0 simpleFoam/SRFSimpleFoam: Added support for SIMPLEC
SIMPLEC (SIMPLE-consistent) is selected by setting "consistent" option true/yes:

SIMPLE
{
    nNonOrthogonalCorrectors 0;
    consistent yes;
}

which relaxes the pressure in a "consistent" manner and additional
relaxation of the pressure is not generally necessary.  In addition
convergence of the p-U system is better and reliable with less
aggressive relaxation of the momentum equation, e.g. for the motorbike
tutorial:

relaxationFactors
{
    equations
    {
        U               0.9;
        k               0.7;
        omega           0.7;
    }
}

The cost per iteration is marginally higher but the convergence rate is
better so the number of iterations can be reduced.

The SIMPLEC algorithm also provides benefit for cases with large
body-forces, e.g. SRF, see tutorials/incompressible/SRFSimpleFoam/mixer
and feature request http://www.openfoam.org/mantisbt/view.php?id=1714
2015-05-29 11:30:40 +01:00
..
blockMeshDict blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
controlDict Updated the whole of OpenFOAM to use the new templated TurbulenceModels library 2015-01-21 19:21:39 +00:00
cuttingPlane Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
decomposeParDict Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
forceCoeffs Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fvSchemes potentialFoam: Solve for velocity potential named Phi rather than using the pressure field for this purpose 2015-02-14 11:03:37 +00:00
fvSolution simpleFoam/SRFSimpleFoam: Added support for SIMPLEC 2015-05-29 11:30:40 +01:00
meshQualityDict includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
readFields Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
snappyHexMeshDict tutorials: corrected comments in snappyHexMeshDict 2015-02-17 23:59:59 +00:00
streamLines Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceFeatureExtractDict Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
wallBoundedStreamLines Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00