OpenFOAM: API Guide
v2006
The open source CFD toolbox
createTimes.H
Go to the documentation of this file.
1
Info
<<
"\nCreate databases as time"
<<
endl
;
2
3
HashTable<string>
srcOptions
(
args
.
options
());
4
srcOptions
.erase(
"case"
);
5
srcOptions
.insert(
"case"
, fileName(rootDirSource/caseDirSource));
6
7
argList
argsSrc
(
args
,
srcOptions
,
false
,
false
,
false
);
8
9
Time
runTimeSource
(Time::controlDictName,
argsSrc
);
10
11
Time
runTimeTarget
(Time::controlDictName,
args
);
Foam::argList::options
const HashTable< string > & options() const
Return options.
Definition:
argListI.H:145
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:350
argsSrc
argList argsSrc(args, srcOptions, false, false, false)
srcOptions
Info<< "\nCreate databases as time"<< endl;HashTable< string > srcOptions(args.options())
Foam::Info
messageStream Info
Information stream (uses stdout - output is on the master only)
runTimeSource
Time runTimeSource(Time::controlDictName, argsSrc)
args
Foam::argList args(argc, argv)
runTimeTarget
Time runTimeTarget(Time::controlDictName, args)
applications
utilities
preProcessing
mapFieldsPar
createTimes.H
Generated by
1.8.17
OPENFOAM® is a registered
trademark
of OpenCFD Ltd.