openfoam/tutorials/combustion
Henry Weller 64aa9925e4 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
..
chemFoam tutorials: Remove the unnecessary "\"s on "cp", "rm" and "mv" 2016-05-05 15:17:55 +01:00
engineFoam/kivaTest dynamicCode: Renamed 'redirectType' to 'name' to clarify the purpose 2016-05-18 23:10:42 +01:00
fireFoam/les changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary 2016-06-15 09:03:05 +01:00
PDRFoam/flamePropagationWithObstacles changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary 2016-06-15 09:03:05 +01:00
reactingFoam/laminar totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
XiFoam/ras scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00