Go to the documentation of this file.
44 template<
class Stream>
47 static bool spacesSet(
false);
48 static char spaces[40];
52 memset(spaces,
' ', 40);
57 spaces[38 - len] =
'\0';
69 "/*--------------------------------------"
70 "-------------------------------------*\\\n";
75 "/*--------------------------------*- C++ "
76 "-*----------------------------------*\\\n";
83 " OpenFOAM: The Open Source CFD Toolbox |\n"
84 "| \\\\ / O peration |"
87 " Web: www.OpenFOAM.com |\n"
88 "| \\\\/ M anipulation |"
90 "\\*-----------------------------------------"
91 "----------------------------------*/\n";
95 "/* Windows port by Symscape (www.symscape.com); Some function Modified by Beijing Glory PKPM *\\\n"
96 "\\*---------------------------------------------------------------------------*/\n";
99 "/* Mac OSX port by Symscape (www.symscape.com) *\\\n"
100 "\\*---------------------------------------------------------------------------*/\n";
107 template<
class Stream>
111 "// * * * * * * * * * * * * * * * * * "
112 "* * * * * * * * * * * * * * * * * * * * //\n";
117 template<
class Stream>
121 "// *****************************************"
122 "******************************** //\n";
static word groupName(Name name, const word &group)
A class for handling words, derived from string.
static Stream & writeEndDivider(Stream &os)
Write the standard end file divider.
const char *const group
Group name for atomic constants.
const word & name() const
Return name.
static Stream & writeDivider(Stream &os)
Write the standard file section divider.
static Stream & writeBanner(Stream &os, bool noHint=false)
Write the standard OpenFOAM file/dictionary banner.
static const word null
An empty word.
word group() const
Return group (extension part of name)
const char *const FOAMversion
word name(const complex &)
Return a string representation of a complex.