Go to the documentation of this file.
36 #ifndef equationInitialResidualCondition_H
37 #define equationInitialResidualCondition_H
104 virtual bool apply();
107 virtual void write();
Base class for run time conditions.
A class for handling words, derived from string.
Base class for function objects, adding functionality to read/write state information (data required ...
operatingMode mode_
Operating mode.
static const NamedEnum< operatingMode, 2 > operatingModeNames
const scalar value_
Value to compare.
Registry of regIOobjects.
virtual const word & name() const
Return the condition name.
scalar timeStart_
Start checking from time - always skips first iteration.
Minimum or maximum initial residual run time condition.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual bool apply()
Apply the condition.
equationInitialResidualCondition(const word &name, const objectRegistry &obr, const dictionary &dict, functionObjectState &state)
Constructor.
const wordList fieldNames_
Field name.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("equationInitialResidual")
Runtime type information.
virtual void write()
Write.
virtual ~equationInitialResidualCondition()
Destructor.