createTimes.H File Reference

Go to the source code of this file.

Functions

Info<< "\nCreate 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)
 
Time runTimeSource (Time::controlDictName, argsSrc)
 
Time runTimeTarget (Time::controlDictName, args)
 

Function Documentation

◆ srcOptions()

Info<< "\nCreate databases as time"<< endl; HashTable< string > srcOptions ( args.  options())

◆ erase()

◆ insert()

◆ argsSrc()

argList argsSrc ( args  ,
srcOptions  ,
false  ,
false  ,
false   
)

◆ runTimeSource()

Time runTimeSource ( Time::controlDictName  ,
argsSrc   
)

Referenced by if().

Here is the caller graph for this function:

◆ runTimeTarget()

Time runTimeTarget ( Time::controlDictName  ,
args   
)