Maximum number of equation iterations run time condition. More...
Public Member Functions | |
TypeName ("equationMaxIter") | |
equationMaxIterCondition (const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state) | |
virtual | ~equationMaxIterCondition ()=default |
virtual bool | apply () |
virtual void | write () |
![]() | |
TypeName ("runTimeCondition") | |
declareRunTimeSelectionTable (autoPtr, runTimeCondition, dictionary,(const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state),(name, obr, dict, state)) | |
runTimeCondition (const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state) | |
virtual | ~runTimeCondition ()=default |
virtual const word & | name () const |
virtual bool | active () const |
virtual label | groupID () const |
Protected Attributes | |
const wordList | fieldNames_ |
const label | threshold_ |
label | startIter_ |
![]() | |
word | name_ |
const objectRegistry & | obr_ |
stateFunctionObject & | state_ |
bool | active_ |
dictionary & | conditionDict_ |
label | groupID_ |
Additional Inherited Members | |
![]() | |
static autoPtr< runTimeCondition > | New (const word &conditionName, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state) |
![]() | |
Switch | log |
![]() | |
dictionary & | setConditionDict () |
const dictionary & | conditionDict () const |
dictionary & | conditionDict () |
Maximum number of equation iterations run time condition.
Definition at line 52 of file equationMaxIterCondition.H.
equationMaxIterCondition | ( | const word & | name, |
const objectRegistry & | obr, | ||
const dictionary & | dict, | ||
stateFunctionObject & | state | ||
) |
Definition at line 51 of file equationMaxIterCondition.C.
References Foam::endl(), Foam::max(), and WarningInFunction.
|
virtualdefault |
TypeName | ( | "equationMaxIter" | ) |
|
virtual |
Implements runTimeCondition.
Definition at line 77 of file equationMaxIterCondition.C.
References runTimeCondition::active_, Foam::endl(), equationMaxIterCondition::fieldNames_, forAll, dictionary::found(), Log, dictionary::lookup(), mesh, runTimeCondition::name_, Foam::nl, runTimeCondition::obr_, equationMaxIterCondition::startIter_, equationMaxIterCondition::threshold_, objectRegistry::time(), TimeState::timeIndex(), Foam::type(), and WarningInFunction.
|
virtual |
Implements runTimeCondition.
Definition at line 158 of file equationMaxIterCondition.C.
|
protected |
Definition at line 61 of file equationMaxIterCondition.H.
Referenced by equationMaxIterCondition::apply().
|
protected |
Definition at line 64 of file equationMaxIterCondition.H.
Referenced by equationMaxIterCondition::apply().
|
protected |
Definition at line 67 of file equationMaxIterCondition.H.
Referenced by equationMaxIterCondition::apply().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.