OpenFOAM-4.x-lab/applications/utilities
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
..
mesh applications: Added fvOptions library to link 2015-12-01 16:09:19 +00:00
miscellaneous applications: Added fvOptions library to link 2015-12-01 16:09:19 +00:00
parallelProcessing applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
postProcessing fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
preProcessing applications: Added fvOptions library to link 2015-12-01 16:09:19 +00:00
surface applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
thermophysical chemkinReader: Add support for reading transport properties from dictionary 2015-11-20 18:55:36 +00:00