36 #ifndef relaxationModel_H 37 #define relaxationModel_H 87 (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.
void operator=(const relaxationModel &)=delete
Disallow default bitwise assignment.
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.
relaxationModel(const word &type, const dictionary &relaxationDict, const Time &runTime)
Construct from components.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
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.