Minimum time step condition.
More...
|
| TypeName ("minTimeStep") |
| Runtime type information. More...
|
|
| minTimeStepCondition (const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state) |
| Constructor. More...
|
|
virtual | ~minTimeStepCondition ()=default |
| Destructor. More...
|
|
virtual bool | apply () |
| Apply the condition. More...
|
|
virtual void | write () |
| Write. More...
|
|
virtual void | reset () |
| Reset. More...
|
|
| TypeName ("runTimeCondition") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, runTimeCondition, dictionary,(const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state),(name, obr, dict, state)) |
| Declare runtime constructor selection table. More...
|
|
| runTimeCondition (const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state) |
| Constructor. More...
|
|
virtual | ~runTimeCondition ()=default |
| Destructor. More...
|
|
virtual const word & | name () const |
| Return the condition name. More...
|
|
virtual bool | active () const |
| Return the active flag. More...
|
|
virtual label | groupID () const |
| Return the group index. More...
|
|
virtual bool | apply ()=0 |
| Apply the condition. More...
|
|
virtual void | write ()=0 |
| Write. More...
|
|
virtual void | reset ()=0 |
| Reset. More...
|
|
Minimum time step condition.
- Source files
-
Definition at line 56 of file minTimeStepCondition.H.
◆ minTimeStepCondition()
◆ ~minTimeStepCondition()
◆ TypeName()
TypeName |
( |
"minTimeStep" |
| ) |
|
Runtime type information.
◆ apply()
◆ write()
◆ reset()
◆ minValue_
The documentation for this class was generated from the following files: