OpenFOAM-4.x-lab/tutorials/compressible
Henry Weller ea454a2fc4 rhoPimpleFoam: Added "consistent" option to replace rhoPimplecFoam
e.g. in tutorials/compressible/rhoPimpleFoam/ras/angledDuctLTS

PIMPLE
{
    momentumPredictor   yes;
    transonic           no;
    nOuterCorrectors    50;
    nCorrectors         1;
    nNonOrthogonalCorrectors 0;
    consistent          yes;

    rhoMin          0.5;
    rhoMax          2.0;

    residualControl
    {
        "(U|k|epsilon)"
        {
            relTol          0;
            tolerance       0.0001;
        }
    }

    turbOnFinalIterOnly off;
}

relaxationFactors
{
    fields
    {
        "p.*"           0.9;
        "rho.*"         1;
    }
    equations
    {
        "U.*"           0.9;
        "h.*"           0.7;
        "(k|epsilon|omega).*" 0.8;
    }
}
2015-06-27 16:26:51 +01:00
..
rhoCentralDyMFoam/movingCone blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
rhoCentralFoam tutorials/compressible/rhoCentralFoam/biconic25-55Run35: Change to LTS 2015-06-27 15:33:48 +01:00
rhoLTSPimpleFoam/angledDuct fvOptions: Separate options for all cells, cellSets and inter-region coupling 2015-05-31 16:38:01 +01:00
rhoPimpleDyMFoam/annularThermalMixer includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
rhoPimpleFoam rhoPimpleFoam: Added "consistent" option to replace rhoPimplecFoam 2015-06-27 16:26:51 +01:00
rhoPorousSimpleFoam fvOptions: Separate options for all cells, cellSets and inter-region coupling 2015-05-31 16:38:01 +01:00
rhoSimplecFoam/squareBend blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
rhoSimpleFoam/angledDuctExplicitFixedCoeff fvOptions: Separate options for all cells, cellSets and inter-region coupling 2015-05-31 16:38:01 +01:00
sonicDyMFoam/movingCone blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
sonicFoam blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
sonicLiquidFoam blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00