36 #ifndef relaxationModel_H 37 #define relaxationModel_H 97 (relaxationDict, runTime)
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< relaxationModel > New(const dictionary &relaxationDict, const Time &runTime)
Return a reference to the selected relaxationModel.
declareRunTimeSelectionTable(autoPtr, relaxationModel, dictionary,(const dictionary &relaxationDict, const Time &runTime),(relaxationDict, runTime))
virtual scalar relaxation()=0
Return the current relaxation coefficient.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
const Time & runTime_
Reference to the conformalVoronoiMesh holding this cvControls object.
TypeName("relaxationModel")
Runtime type information.
const dictionary & coeffDict() const
Const access to the coeffs dictionary.
A class for handling words, derived from string.
dictionary coeffDict_
Method coeffs dictionary.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
Abstract base class for providing relaxation values to the cell motion controller.
virtual ~relaxationModel()
Destructor.