Go to the source code of this file.
Functions | |
Info<< "\Create databases as time"<< endl;HashTable< string > | srcOptions (args.options()) |
srcOptions | erase ("case") |
srcOptions | insert ("case", fileName(rootDirSource/caseDirSource)) |
argList | argsSrc (args, srcOptions, false, false, false) |
if (!argsSrc.checkRootCase()) | |
Time | runTimeSource (Time::controlDictName, argsSrc) |
Time | runTimeTarget (Time::controlDictName, args) |
Info<< "\nCreate databases as time" << endl; HashTable<string> srcOptions | ( | args. | options() | ) |
srcOptions erase | ( | "case" | ) |
Referenced by HashTable< Foam::phase *>::erase(), HashSet< Foam::triFace, Foam::Hash< Foam::triFace > >::operator-=(), HashSet< Foam::triFace, Foam::Hash< Foam::triFace > >::operator^=(), HashSet< Foam::triFace, Foam::Hash< Foam::triFace > >::operator|=(), and HashPtrTable< HashPtrTable< volScalarField >, phaseInterfaceKey, phaseInterfaceKey::hash >::remove().
srcOptions insert | ( | "case" | , |
fileName(rootDirSource/caseDirSource) | |||
) |
argList argsSrc | ( | args | , |
srcOptions | , | ||
false | , | ||
false | , | ||
false | |||
) |
if | ( | !argsSrc. | checkRootCase() | ) |
Definition at line 8 of file createTimes.H.
References args, argsSrc(), error::exit(), Foam::FatalError, runTimeSource(), and runTimeTarget().
Time runTimeSource | ( | Time::controlDictName | , |
argsSrc | |||
) |