mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: writeFile - add option to (not)use user time. Fixes #1078
This commit is contained in:
@ -82,6 +82,10 @@ protected:
|
||||
//- Flag to identify whether the header has been written
|
||||
bool writtenHeader_;
|
||||
|
||||
//- Flag to use the specified user time, e.g. CA deg instead
|
||||
//- of seconds. Default = true
|
||||
bool useUserTime_;
|
||||
|
||||
//- Start time value
|
||||
scalar startTime_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user