OpenFOAM-5.x/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff
Henry Weller 6db445c875 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
..
0 tutorials and templates: Updated wall BC for velocity to noSlip 2016-02-09 20:08:34 +00:00
constant fvOptions/constraints/fixedValueConstraint: Replacement for the nonsensical ExplicitSetValue 2016-06-16 15:32:19 +01:00
system Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
Allrun scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00