Go to the documentation of this file.
38 #ifndef relaxationModel_H
39 #define relaxationModel_H
virtual scalar relaxation()=0
static autoPtr< relaxationModel > New(const dictionary &relaxationDict, const Time &runTime)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
void operator=(const relaxationModel &)=delete
const dictionary & coeffDict() const
relaxationModel(const relaxationModel &)=delete
declareRunTimeSelectionTable(autoPtr, relaxationModel, dictionary,(const dictionary &relaxationDict, const Time &runTime),(relaxationDict, runTime))
TypeName("relaxationModel")
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
virtual ~relaxationModel()=default
Abstract base class for providing relaxation values to the cell motion controller.