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