OpenFOAM-4.x/tutorials
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
..
basic Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
combustion totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
compressible fvOptions/constraints/fixedValueConstraint: Replacement for the nonsensical ExplicitSetValue 2016-06-16 15:32:19 +01:00
discreteMethods postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
DNS/dnsFoam/boxTurb16 scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
electromagnetics tutorials: Removed references to 'sampleDict' 2016-06-13 14:53:56 +01:00
financial/financialFoam/europeanCall tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
heatTransfer changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary 2016-06-15 09:03:05 +01:00
incompressible totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
lagrangian totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
mesh Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
multiphase totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized 2016-06-16 12:21:34 +01:00
resources/geometry Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
stressAnalysis Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
Allclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun Sprucing up the tutorials folder and adding -dict to "collapseEdges" 2016-03-06 19:06:44 +00:00
Alltest tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00