mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Function1 - added some missing time conversions
This commit is contained in:
@ -133,6 +133,9 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
//- Convert time
|
||||
virtual void convertTimeBase(const Time& t);
|
||||
|
||||
//- Return value for time t
|
||||
virtual scalar value(const scalar t) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user