OpenFOAM-4.x/tutorials/compressible
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
..
rhoCentralDyMFoam/movingCone totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
rhoCentralFoam Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
rhoPimpleDyMFoam/annularThermalMixer totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
rhoPimpleFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
rhoPorousSimpleFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
rhoSimpleFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
sonicDyMFoam/movingCone totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
sonicFoam sonicFoam cases: removed redundant coefficient in divSchemes 2016-06-13 15:03:57 +01:00
sonicLiquidFoam scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00