1 /*-------------------------------*- C++ -*-----------------------------------*\
3 \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
5 \\ / A nd | Copyright held by original author
7 -------------------------------------------------------------------------------
9 This file is part of OpenFOAM.
11 OpenFOAM is free software; you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by the
13 Free Software Foundation; either version 2 of the License, or (at your
14 option) any later version.
16 OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 You should have received a copy of the GNU General Public License
22 along with OpenFOAM; if not, write to the Free Software Foundation,
23 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26 Define the globals used in the OpenFOAM library.
27 It is important that these are constructed in the appropriate order to
28 avoid the use of unconstructed data in the global namespace.
30 This file has the extension .Cver to trigger a Makefile rule that converts
31 'VERSION\_STRING' and 'BUILD\_STRING' into the appropriate strings.
33 \*---------------------------------------------------------------------------*/
35 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
36 #include "foamVersion.H"
38 const char* const Foam::FOAMversion = "VERSION_STRING";
39 const char* const Foam::FOAMbuild = "BUILD_STRING";
42 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
43 // Setup an error handler for the global new operator
47 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
50 #include "IOstreams.C"
52 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
55 bool Foam::JobInfo::constructed = false;
57 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
58 // Global error definitions (initialised by construction)
60 #include "messageStream.C"
65 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
66 // Read the debug and info switches
70 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
71 // Read and set cell models
73 #include "globalCellModeller.C"
75 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
76 // Create the jobInfo file in the $FOAM_JOB_DIR/runningJobs directory
80 // ************************************************************************* //