mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: added timeFunctionObject virtual class in inheritance hierarchy
- simply a functionObject with an additional Time reference, which is a combination frequently used by concrete functionObjects
This commit is contained in:
@ -52,14 +52,7 @@ Foam::functionObjects::stateFunctionObject::stateFunctionObject
|
||||
const Time& runTime
|
||||
)
|
||||
:
|
||||
functionObject(name),
|
||||
time_(runTime)
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::functionObjects::stateFunctionObject::~stateFunctionObject()
|
||||
timeFunctionObject(name, runTime)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user