|
| | Time (repository *owner, const dictionary &setiingsDict) |
| |
| | Time (repository *owner, dictionary &setiingsDict, real startTime, real endTime, real saveInterval, word startTimeName) |
| |
| virtual fileSystem | localPath () const |
| |
| const repository & | geometry () const |
| |
| repository & | geometry () |
| |
| const repository & | integration () const |
| |
| repository & | integration () |
| |
| virtual bool | write (bool verbose=false) const |
| |
| | TypeInfo ("repository") |
| |
| | repository (const word &name, const fileSystem &localPath, repository *owner=nullptr) |
| |
| | repository (const repository &)=delete |
| |
| repository & | operator= (const repository &)=delete |
| |
| virtual | ~repository () |
| |
| word | name () const |
| |
| virtual fileSystem | path () const |
| |
| const repository * | owner () const |
| |
| repository * | owner () |
| |
| const repository & | thisRepository () const |
| |
| repository & | thisRepository () |
| |
| bool | addToRepository (repository *rep) |
| |
| bool | removeRepository (repository *rep) |
| |
| template<typename T , typename... Args> |
| T & | emplaceObject (const objectFile &objf, Args &&... args) |
| |
| template<typename T , typename... Args> |
| T & | emplaceObjectOrGet (const objectFile &objf, Args &&... args) |
| |
| template<typename T , typename... Args> |
| T & | emplaceReplaceObject (const objectFile &objf, Args &&... args) |
| |
| template<typename T > |
| T & | insertReplaceObject (uniquePtr< IOobject > &&ptr) |
| |
| template<typename T > |
| T & | insertReplaceObject (const objectFile &objf, uniquePtr< IOobject > &&ptr) |
| |
| bool | eraseObject (const word &name) |
| |
| bool | lookupObjectName (const word &nm) const |
| |
| word | lookupObjectTypeName (const word &nm) const |
| |
| bool | globalLookupObjectName (const word &nm, bool downward=false) const |
| |
| bool | lookupRepositoryName (const word &nm) const |
| |
| bool | lookupName (const word nm) const |
| |
| size_t | numObjects () const |
| |
| size_t | numRepositories () const |
| |
| virtual size_t | outFilePrecision () const |
| |
| template<typename T > |
| T & | lookupObject (const word &name) |
| |
| repository & | lookupRepository (const word &name) |
| |
| wordList | objectNames () const |
| |
| wordList | repositoryNames () const |
| |
| template<typename Type1 > |
| pFlow::word | reportTypeError (IOobject &object) |
| |
| | timeControl (const dictionary &dict) |
| |
| | timeControl (dictionary &dict, real startTime, real endTime, real saveInterval, word startTimeName) |
| |
| virtual | ~timeControl () |
| |
| real | dt () const |
| |
| real | setTime (real t) |
| |
| void | setStopAt (real sT) |
| |
| real | startTime () const |
| |
| word | timeName () const |
| |
| real | currentTime () const |
| |
| word | currentTimeWord (bool forSave=true) const |
| |
| int32 | currentIter () const |
| |
| bool | finalTime () const |
| |
| bool | reachedStopAt () const |
| |
| bool | outputToFile () const |
| |
| bool | timersReportTime () const |
| |
| bool | setOutputToFile (real writeTime, const word &timeName) |
| |
| bool | operator++ (int) |
| |
| void | setSaveTimeFolder (bool saveToFile, const word &timeName="wrongTimeFolder") |
| |
| int32 | timePrecision () const |
| |
Definition at line 39 of file Time.hpp.