Files
OpenFOAM-5.x/src
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
..
2016-01-11 13:02:52 +00:00
2016-02-02 20:09:58 +00:00
2016-01-19 21:58:11 +00:00
2016-01-18 19:44:38 +00:00