OpenFOAM-4.x/tutorials
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
..
basic potentialFoam: No longer executes functionObjects by default 2015-04-25 21:56:14 +01:00
combustion tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/N2: Correct name 2015-05-25 10:39:50 +01:00
compressible rhoPimpleFoam: Added "consistent" option to replace rhoPimplecFoam 2015-06-27 16:26:51 +01:00
discreteMethods blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
DNS/dnsFoam/boxTurb16 blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
electromagnetics blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
financial/financialFoam/europeanCall blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
heatTransfer fvOptions: Separate options for all cells, cellSets and inter-region coupling 2015-05-31 16:38:01 +01:00
incompressible tutorials/incompressible/simpleFoam/pitzDaily: Change to use SIMPLEC 2015-06-23 20:33:48 +01:00
lagrangian LTSReactingParcelFoam: Minor improvement 2015-06-27 12:30:10 +01:00
mesh foamyQuadMesh/square: Updated extrude2DMeshDict 2015-05-18 13:58:33 +01:00
multiphase interFoam family: Added run-time selectable LTS support 2015-06-26 18:32:20 +01:00
resources/geometry Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
stressAnalysis Minor cleanup 2015-05-03 18:11:53 +01:00
Allclean Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun Minor change to comment 2014-12-14 21:50:14 +00:00
Alltest Minor change to comment 2014-12-14 21:50:14 +00:00