mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Function objects - updated logic to determine whether or not to instantiate a time-based function object. Fixes #439
This commit is contained in:
@ -121,6 +121,10 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
//- Helper function to identify if a timeControl object is present
|
||||
// in the dictionary
|
||||
static bool entriesPresent(const dictionary& dict, const word& prefix);
|
||||
|
||||
//- Read from dictionary
|
||||
void read(const dictionary&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user