- Jun 21, 2016
-
-
Henry Weller authored
-
- Jun 20, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2125
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 19, 2016
-
-
Henry Weller authored
-
- Jun 17, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
dictionary files of a particular name and extracts entries of a particular keyword, sorting results into a unique list. For example, foamSearch $FOAM_TUTORIALS laplacianSchemes.default fvSchemes produces... default Gauss linear corrected; default Gauss linear limited corrected 0.33; default Gauss linear limited corrected 0.5; default Gauss linear orthogonal; default Gauss linear uncorrected; default none; Uses the fantastic foamDictionary utility.
-
Chris Greenshields authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
with new #includeFunc directive
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 16, 2016
-
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
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.
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
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; }
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 15, 2016
-
-
Chris Greenshields authored
being filled with cellLevel files, which generally breaks workflows
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
updateCoeffs(const scalarField&) -> updateWeightedCoeffs(const scalarField&) to avoid confusion with other specialized forms of updateCoeffs. Patch contributed by Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary Added the option '-subDict' to specify a sub-dictionary if multiple replacement sets are present in the same file. This also provides backward compatibility by setting '-subDict dictionaryReplacement'
-
Chris Greenshields authored
values; formatted Switch entries consistently across all cases
-