OpenFOAM-4.x/src/finiteVolume
Henry Weller 23bcea0299 flowRateInletVelocity: Added option to extrapolate the velocity profile to the inlet
e.g.

    inlet
    {
        type                flowRateInletVelocity;
        massFlowRate        0.2;
        extrapolateProfile  yes;
        rho                 rho;
        rhoInlet            1.0;
        value               uniform (0 0 0);
    }
2016-02-07 22:55:52 +00:00
..
cfdTools pisoControl: Corrected handling of final inner (PISO) iteration control 2016-01-28 09:02:25 +00:00
fields flowRateInletVelocity: Added option to extrapolate the velocity profile to the inlet 2016-02-07 22:55:52 +00:00
finiteVolume Info -> InfoInFunction and updated comments 2016-01-20 17:51:15 +00:00
fvMatrices Info -> InfoInFunction and updated comments 2016-01-20 16:21:37 +00:00
fvMesh Info -> InfoInFunction and updated comments 2016-01-20 17:51:15 +00:00
interpolation Info -> InfoInFunction and updated comments 2016-01-20 17:51:15 +00:00
Make fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
surfaceMesh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
volMesh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00