OpenFOAM-4.x/tutorials/incompressible
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
..
adjointShapeOptimizationFoam/pitzDaily Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
boundaryFoam Sprucing up the tutorials folder and adding -dict to "collapseEdges" 2016-03-06 19:06:44 +00:00
icoFoam Removed fixedWalls from cuttingPatches because it is redundant now fixedWalls is noSlip 2016-06-08 14:08:26 +01:00
nonNewtonianIcoFoam/offsetCylinder Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
pimpleDyMFoam totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
pimpleFoam totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
pisoFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
porousSimpleFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
shallowWaterFoam/squareBump fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 15:04:51 +01:00
simpleFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
SRFPimpleFoam/rotor2D Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
SRFSimpleFoam/mixer tutorials and templates: Updated wall BC for velocity to noSlip 2016-02-09 20:08:34 +00:00