68 scalar fieldRelaxDefault_;
71 scalar eqnRelaxDefault_;
115 template<
class FieldType>
scalar equationRelaxationFactor(const word &name) const
Return the relaxation factor for the given eqation.
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool read()
Read the solution dictionary.
void operator=(const solution &)=delete
bool relaxField(const word &name) const
Return true if the relaxation factor is given for the field.
const dictionary & solverDict(const word &name) const
Return the solver controls dictionary for the given field.
bool relaxEquation(const word &name) const
Return true if the relaxation factor is given for the equation.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const word dictName() const
Return the local dictionary name (final part of scoped name)
const fileName & name() const
Return the dictionary name.
A class for handling words, derived from string.
bool cache(const word &name) const
Return true if the given field should be cached.
solution(const objectRegistry &obr, const fileName &dictName)
Construct for given objectRegistry and dictionary.
const dictionary & solversDict() const
Return the solver controls dictionary.
scalar fieldRelaxationFactor(const word &name) const
Return the relaxation factor for the given field.
Selector class for relaxation factors, solver type and solution.
Registry of regIOobjects.
static void cachePrintMessage(const char *message, const word &name, const FieldType &vf)
Helper for printing cache message.
static label upgradeSolverDict(dictionary &dict, const bool verbose=true)
Update from older solver controls syntax.
ClassName("solution")
Type information.
const dictionary & dict() const
Return the selected sub-dictionary of solvers if the "select".