OpenFOAM-5.x/tutorials/incompressible/pimpleFoam
Henry Weller 07ae9b67cc totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized
The modes of operation are set by the dimensions of the pressure field
    to which this boundary condition is applied, the \c psi entry and the value
    of \c gamma:
    \table
        Mode                    | dimensions | psi   | gamma
        incompressible subsonic | p/rho      |       |
        compressible subsonic   | p          | none  |
        compressible transonic  | p          | psi   | 1
        compressible supersonic | p          | psi   | > 1
    \endtable

    For most applications the totalPressure boundary condition now only
    requires p0 to be specified e.g.
    outlet
    {
        type            totalPressure;
        p0              uniform 1e5;
    }
2016-06-16 12:21:34 +01:00
..
channel395 Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
elipsekkLOmega changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary 2016-06-15 09:03:05 +01:00
pitzDaily Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
TJunction totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
TJunctionFan totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00