mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Global construction: transfer files which construct globals and read etc/controlDict into global.Cver
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
global/global.Cver
|
||||
global/constants/constants.C
|
||||
global/constants/dimensionedConstants.C
|
||||
/* global/constants/constants.C in global.Cver */
|
||||
/* global/constants/dimensionedConstants.C in global.Cver */
|
||||
global/argList/argList.C
|
||||
global/clock/clock.C
|
||||
|
||||
@ -136,7 +136,7 @@ $(StringStreams)/StringStreamsPrint.C
|
||||
Pstreams = $(Streams)/Pstreams
|
||||
$(Pstreams)/UIPstream.C
|
||||
$(Pstreams)/IPstream.C
|
||||
$(Pstreams)/UPstream.C
|
||||
/* $(Pstreams)/UPstream.C in global.Cver */
|
||||
$(Pstreams)/UPstreamCommsStruct.C
|
||||
$(Pstreams)/Pstream.C
|
||||
$(Pstreams)/UOPstream.C
|
||||
@ -181,7 +181,7 @@ $(IOobject)/IOobjectReadHeader.C
|
||||
$(IOobject)/IOobjectWriteHeader.C
|
||||
|
||||
regIOobject = db/regIOobject
|
||||
$(regIOobject)/regIOobject.C
|
||||
/* $(regIOobject)/regIOobject.C in global.Cver */
|
||||
$(regIOobject)/regIOobjectRead.C
|
||||
$(regIOobject)/regIOobjectWrite.C
|
||||
|
||||
|
||||
@ -65,6 +65,22 @@ bool Foam::JobInfo::constructed(false);
|
||||
|
||||
#include "debug.C"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Read file modification checking switches
|
||||
|
||||
#include "regIOobject.C"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Read parallel communication switches
|
||||
|
||||
#include "UPstream.C"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Read constants
|
||||
|
||||
#include "constants.C"
|
||||
#include "dimensionedConstants.C"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Read and set cell models
|
||||
|
||||
|
||||
Reference in New Issue
Block a user