openfoam/tutorials/compressible
Henry Weller c9adfb9806 fvOptions/constraints/fixedValueConstraint: Replacement for the nonsensical ExplicitSetValue
Description
    Constrain the field values within a specified region.

    For example to set the turbulence properties within a porous region:
    \verbatim
    porosityTurbulence
    {
        type            scalarFixedValueConstraint;
        active          yes;

        scalarFixedValueConstraintCoeffs
        {
            selectionMode   cellZone;
            cellZone        porosity;
            fieldValues
            {
                k           30.7;
                epsilon     1.5;
            }
        }
    }
    \endverbatim

See tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff
constant/fvOptions for an example of this fvOption in action.
2016-06-16 15:32:19 +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:12 +01:00
rhoPorousSimpleFoam Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:12 +01:00
rhoSimpleFoam fvOptions/constraints/fixedValueConstraint: Replacement for the nonsensical ExplicitSetValue 2016-06-16 15:32:19 +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