setTimeStepFunctionObject Class Reference

Overrides the timeStep. Can only be used with solvers with adjustTimeStep control (e.g. pimpleFoam). Makes no attempt to cooperate with other timeStep 'controllers' (maxCo, other functionObjects). Supports 'enabled' flag but none of the other ones 'startTime', 'endTime', 'writeControl' etc. More...

Inheritance diagram for setTimeStepFunctionObject:
Collaboration diagram for setTimeStepFunctionObject:

Public Member Functions

 TypeName ("setTimeStep")
 Runtime type information. More...
 
 setTimeStepFunctionObject (const word &name, const Time &runTime, const dictionary &dict)
 Construct from components. More...
 
 setTimeStepFunctionObject (const setTimeStepFunctionObject &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~setTimeStepFunctionObject ()
 
const Timetime () const
 Return time database. More...
 
virtual bool setTimeStep ()
 Override the time-step value. More...
 
virtual bool read (const dictionary &)
 Read and set the function object if its data have changed. More...
 
virtual bool execute ()
 Called at each ++ or += of the time-loop. More...
 
virtual bool write ()
 Called at each ++ or += of the time-loop. More...
 
void operator= (const setTimeStepFunctionObject &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from functionObject
 ClassName ("functionObject")
 
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &runTime, const dictionary &dict),(name, runTime, dict))
 
 functionObject (const word &name)
 Construct from components. More...
 
autoPtr< functionObjectclone () const
 Return clone. More...
 
 functionObject (const functionObject &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~functionObject ()
 Destructor. More...
 
const wordname () const
 Return the name of this functionObject. More...
 
virtual bool executeAtStart () const
 Return true if the functionObject should be executed at the start. More...
 
virtual bool end ()
 Called when Time::run() determines that the time-loop exits. More...
 
virtual scalar timeToNextWrite ()
 Called by Time::adjustTimeStep(). Allows the functionObject to. More...
 
virtual void updateMesh (const mapPolyMesh &mpm)
 Update for changes of mesh. More...
 
virtual void movePoints (const polyMesh &mesh)
 Update for changes of mesh. More...
 
void operator= (const functionObject &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from functionObject
static autoPtr< functionObjectNew (const word &name, const Time &, const dictionary &)
 Select from dictionary, based on its "type" entry. More...
 
- Public Attributes inherited from functionObject
Switch log
 Switch write log to Info. More...
 
Switch executeAtStart_
 Switch write log to Info. More...
 
- Static Public Attributes inherited from functionObject
static bool postProcess
 Global post-processing mode switch. More...
 

Detailed Description

Overrides the timeStep. Can only be used with solvers with adjustTimeStep control (e.g. pimpleFoam). Makes no attempt to cooperate with other timeStep 'controllers' (maxCo, other functionObjects). Supports 'enabled' flag but none of the other ones 'startTime', 'endTime', 'writeControl' etc.

Source files

Definition at line 56 of file setTimeStepFunctionObject.H.

Constructor & Destructor Documentation

◆ setTimeStepFunctionObject() [1/2]

setTimeStepFunctionObject ( const word name,
const Time runTime,
const dictionary dict 
)

Construct from components.

Definition at line 50 of file setTimeStepFunctionObject.C.

References Foam::read().

Here is the call graph for this function:

◆ setTimeStepFunctionObject() [2/2]

Disallow default bitwise copy construction.

◆ ~setTimeStepFunctionObject()

Definition at line 65 of file setTimeStepFunctionObject.C.

Member Function Documentation

◆ TypeName()

TypeName ( "setTimeStep"  )

Runtime type information.

◆ time()

const Foam::Time & time ( ) const

Return time database.

Definition at line 72 of file setTimeStepFunctionObject.C.

◆ setTimeStep()

bool setTimeStep ( )
virtual

Override the time-step value.

Reimplemented from functionObject.

Definition at line 78 of file setTimeStepFunctionObject.C.

References setTimeStepFunctionObject::read().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary dict)
virtual

Read and set the function object if its data have changed.

Reimplemented from functionObject.

Definition at line 90 of file setTimeStepFunctionObject.C.

References Function1< Type >::New().

Referenced by setTimeStepFunctionObject::setTimeStep().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ execute()

bool execute ( )
virtual

Called at each ++ or += of the time-loop.

postProcess overrides the usual executeControl behaviour and forces execution (used in post-processing mode)

Implements functionObject.

Definition at line 100 of file setTimeStepFunctionObject.C.

References adjustTimeStep.

◆ write()

bool write ( )
virtual

Called at each ++ or += of the time-loop.

postProcess overrides the usual writeControl behaviour and forces writing always (used in post-processing mode)

Implements functionObject.

Definition at line 114 of file setTimeStepFunctionObject.C.

◆ operator=()

void operator= ( const setTimeStepFunctionObject )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: