OpenFOAM-4.x/applications/solvers/multiphase/interFoam/interMixingFoam
Henry Weller 9a536b02a7 fvOptions: Reorganized and updated to simplify use in sub-models and maintenance
fvOptions are transferred to the database on construction using
fv::options::New which returns a reference.  The same function can be
use for construction and lookup so that fvOptions are now entirely
demand-driven.

The abstract base-classes for fvOptions now reside in the finiteVolume
library simplifying compilation and linkage.  The concrete
implementations of fvOptions are still in the single monolithic
fvOptions library but in the future this will be separated into smaller
libraries based on application area which may be linked at run-time in
the same manner as functionObjects.
2015-12-02 11:49:52 +00:00
..
immiscibleIncompressibleThreePhaseMixture Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
incompressibleThreePhaseMixture dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
Make fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
threePhaseInterfaceProperties threePhaseInterfaceProperties: Update constructor to be consistent with the two-phase interfaceProperties 2015-02-10 17:44:18 +00:00
alphaControls.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
alphaEqns.H Renamed phiAlpha -P alphaPhi for consistency with Euler-Euler solvers 2015-09-11 17:52:43 +01:00
alphaEqnsSubCycle.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
createFields.H applications/solvers: Added call to validate the turbulence model after construction 2015-12-01 10:25:38 +00:00
interMixingFoam.C fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00