mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent '// End namespace' markers
This commit is contained in:
@ -64,7 +64,7 @@ public:
|
|||||||
using List<string>::List;
|
using List<string>::List;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|||||||
@ -50,7 +50,7 @@ namespace Foam
|
|||||||
// Wrong, but interesting to test
|
// Wrong, but interesting to test
|
||||||
// template<> struct contiguous<Pair<word>> : std::true_type {};
|
// template<> struct contiguous<Pair<word>> : std::true_type {};
|
||||||
|
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
using namespace Foam;
|
using namespace Foam;
|
||||||
|
|
||||||
|
|||||||
@ -80,8 +80,8 @@ bool writeCloudField
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
} // namespace ensightCloud
|
} // End namespace ensightCloud
|
||||||
} // namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -72,8 +72,8 @@ bool writeCloudField
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
} // namespace ensightSerialCloud
|
} // End namespace ensightSerialCloud
|
||||||
} // namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|||||||
@ -35,7 +35,7 @@ namespace
|
|||||||
constexpr int factorMicro = (1000000);
|
constexpr int factorMicro = (1000000);
|
||||||
constexpr int factorMicro2 = (500000);
|
constexpr int factorMicro2 = (500000);
|
||||||
|
|
||||||
} // end of anonymous
|
} // End anonymous namespace
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -76,7 +76,7 @@ addstopAtWriteNowSignalToOpt addstopAtWriteNowSignalToOpt_
|
|||||||
"stopAtWriteNowSignal"
|
"stopAtWriteNowSignal"
|
||||||
);
|
);
|
||||||
|
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|||||||
@ -74,7 +74,7 @@ public:
|
|||||||
|
|
||||||
addwriteNowSignalToOpt addwriteNowSignalToOpt_("writeNowSignal");
|
addwriteNowSignalToOpt addwriteNowSignalToOpt_("writeNowSignal");
|
||||||
|
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|||||||
@ -85,7 +85,7 @@ protected:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -87,7 +87,7 @@ protected:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -99,7 +99,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -170,7 +170,7 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -121,7 +121,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -192,7 +192,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -361,7 +361,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -191,7 +191,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -164,7 +164,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
@ -44,7 +44,7 @@ namespace
|
|||||||
<< " " << msg << std::endl;
|
<< " " << msg << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end of anonymous namespace
|
} // End anonymous namespace
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|||||||
@ -43,7 +43,7 @@ SourceFiles
|
|||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward declaration of friend functions and operators
|
// Forward declarations
|
||||||
|
|
||||||
class objectMap;
|
class objectMap;
|
||||||
inline bool operator==(const objectMap& a, const objectMap& b);
|
inline bool operator==(const objectMap& a, const objectMap& b);
|
||||||
@ -53,7 +53,7 @@ inline Istream& operator>>(Istream&, objectMap&);
|
|||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class objectMap Declaration
|
Class objectMap Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
class objectMap
|
class objectMap
|
||||||
@ -71,14 +71,14 @@ public:
|
|||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Null constructor for lists
|
//- Null constructor, with index=-1 and no objects
|
||||||
inline objectMap();
|
inline objectMap();
|
||||||
|
|
||||||
//- Construct from components
|
//- Construct from components
|
||||||
inline objectMap(const label index, const labelList& master);
|
inline objectMap(const label index, const UList<label>& master);
|
||||||
|
|
||||||
//- Construct from Istream
|
//- Construct from Istream
|
||||||
inline objectMap(Istream&);
|
inline objectMap(Istream& is);
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
@ -101,7 +101,6 @@ public:
|
|||||||
// IOstream Operators
|
// IOstream Operators
|
||||||
|
|
||||||
friend Ostream& operator<<(Ostream&, const objectMap&);
|
friend Ostream& operator<<(Ostream&, const objectMap&);
|
||||||
|
|
||||||
friend Istream& operator>>(Istream&, objectMap&);
|
friend Istream& operator>>(Istream&, objectMap&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -21,68 +21,58 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Description
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "IOstreams.H"
|
#include "IOstreams.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
namespace Foam
|
|
||||||
{
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
inline objectMap::objectMap()
|
inline Foam::objectMap::objectMap()
|
||||||
:
|
:
|
||||||
index_(-1),
|
index_(-1),
|
||||||
masterObjects_(0)
|
masterObjects_()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
inline objectMap::objectMap(const label index, const labelList& master)
|
inline Foam::objectMap::objectMap(const label index, const UList<label>& master)
|
||||||
:
|
:
|
||||||
index_(index),
|
index_(index),
|
||||||
masterObjects_(master)
|
masterObjects_(master)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
inline objectMap::objectMap(Istream& is)
|
inline Foam::objectMap::objectMap(Istream& is)
|
||||||
{
|
{
|
||||||
// Read beginning of objectMap
|
|
||||||
is.readBegin("objectMap");
|
is.readBegin("objectMap");
|
||||||
|
|
||||||
is >> index_ >> static_cast<labelList&>(masterObjects_);
|
is >> index_ >> static_cast<labelList&>(masterObjects_);
|
||||||
|
|
||||||
// Read master of objectMap
|
|
||||||
is.readEnd("objectMap");
|
is.readEnd("objectMap");
|
||||||
|
|
||||||
is.check(FUNCTION_NAME);
|
is.check(FUNCTION_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||||
|
|
||||||
label& objectMap::index()
|
Foam::label& Foam::objectMap::index()
|
||||||
{
|
{
|
||||||
return index_;
|
return index_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline label objectMap::index() const
|
inline Foam::label Foam::objectMap::index() const
|
||||||
{
|
{
|
||||||
return index_;
|
return index_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline labelList& objectMap::masterObjects()
|
inline Foam::labelList& Foam::objectMap::masterObjects()
|
||||||
{
|
{
|
||||||
return masterObjects_;
|
return masterObjects_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline const labelList& objectMap::masterObjects() const
|
inline const Foam::labelList& Foam::objectMap::masterObjects() const
|
||||||
{
|
{
|
||||||
return masterObjects_;
|
return masterObjects_;
|
||||||
}
|
}
|
||||||
@ -90,7 +80,7 @@ inline const labelList& objectMap::masterObjects() const
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Friend Operators * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Friend Operators * * * * * * * * * * * * //
|
||||||
|
|
||||||
inline bool operator==(const objectMap& a, const objectMap& b)
|
inline bool Foam::operator==(const objectMap& a, const objectMap& b)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
(
|
(
|
||||||
@ -99,15 +89,15 @@ inline bool operator==(const objectMap& a, const objectMap& b)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline bool operator!=(const objectMap& a, const objectMap& b)
|
inline bool Foam::operator!=(const objectMap& a, const objectMap& b)
|
||||||
{
|
{
|
||||||
return (!(a == b));
|
return !(a == b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //
|
||||||
|
|
||||||
inline Ostream& operator<<(Ostream& os, const objectMap& a)
|
inline Foam::Ostream& Foam::operator<<(Ostream& os, const objectMap& a)
|
||||||
{
|
{
|
||||||
os << token::BEGIN_LIST
|
os << token::BEGIN_LIST
|
||||||
<< a.index_ << token::SPACE
|
<< a.index_ << token::SPACE
|
||||||
@ -119,10 +109,10 @@ inline Ostream& operator<<(Ostream& os, const objectMap& a)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline Istream& operator>>(Istream& is, objectMap& a)
|
inline Foam::Istream& Foam::operator>>(Istream& is, objectMap& a)
|
||||||
{
|
{
|
||||||
is.readBegin("objectMap");
|
is.readBegin("objectMap");
|
||||||
is >> a.index_ >> a.masterObjects_;
|
is >> a.index_ >> a.masterObjects_;
|
||||||
is.readEnd("objectMap");
|
is.readEnd("objectMap");
|
||||||
|
|
||||||
is.check(FUNCTION_NAME);
|
is.check(FUNCTION_NAME);
|
||||||
@ -130,8 +120,4 @@ inline Istream& operator>>(Istream& is, objectMap& a)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
} // Master namespace Foam
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -165,7 +165,7 @@ static void expandLeading(std::string& s)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
//! \cond fileScope
|
//! \cond fileScope
|
||||||
|
|||||||
@ -186,7 +186,8 @@ class reader
|
|||||||
protected fileFormats::STARCDCore
|
protected fileFormats::STARCDCore
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// Forward Declarations
|
|
||||||
|
// Forward declarations
|
||||||
class options;
|
class options;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -135,8 +135,8 @@ public:
|
|||||||
void execute(std::istream& is);
|
void execute(std::istream& is);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@ -126,8 +126,8 @@ public:
|
|||||||
void execute(std::istream& is);
|
void execute(std::istream& is);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@ -181,8 +181,8 @@ public:
|
|||||||
void execute(std::istream& is);
|
void execute(std::istream& is);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of namespace Detail
|
} // End namespace Detail
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@ -49,10 +49,11 @@ namespace Foam
|
|||||||
namespace Detail
|
namespace Detail
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward Declarations
|
// Forward declarations
|
||||||
class STLAsciiParse;
|
class STLAsciiParse;
|
||||||
|
|
||||||
}
|
} // End namespace Detail
|
||||||
|
|
||||||
|
|
||||||
namespace fileFormats
|
namespace fileFormats
|
||||||
{
|
{
|
||||||
|
|||||||
@ -46,8 +46,8 @@ namespace functionObjects
|
|||||||
externalCoupled,
|
externalCoupled,
|
||||||
dictionary
|
dictionary
|
||||||
);
|
);
|
||||||
}
|
} // End namespace functionObject
|
||||||
}
|
} // End namespace Foam
|
||||||
|
|
||||||
Foam::string Foam::functionObjects::externalCoupled::patchKey = "// Patch:";
|
Foam::string Foam::functionObjects::externalCoupled::patchKey = "// Patch:";
|
||||||
|
|
||||||
@ -78,8 +78,7 @@ static void writeList(Ostream& os, const string& header, const UList<T>& L)
|
|||||||
}
|
}
|
||||||
//! \endcond
|
//! \endcond
|
||||||
|
|
||||||
}
|
} // End namespace Foam
|
||||||
// namespace Foam
|
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|||||||
@ -128,7 +128,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|||||||
@ -78,8 +78,7 @@ static void writeList(Ostream& os, const string& header, const UList<T>& lst)
|
|||||||
}
|
}
|
||||||
//! \endcond
|
//! \endcond
|
||||||
|
|
||||||
}
|
} // End namespace Foam
|
||||||
// namespace Foam
|
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -108,7 +108,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End of namespace blockEdges
|
} // End namespace blockEdges
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -118,7 +118,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End of namespace blockEdges
|
} // End namespace blockEdges
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -121,7 +121,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End of namespace blockEdges
|
} // End namespace blockEdges
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -93,7 +93,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End of namespace blockEdges
|
} // End namespace blockEdges
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -108,7 +108,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End of namespace blockEdges
|
} // End namespace blockEdges
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -108,7 +108,7 @@ public:
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // End of namespace blockEdges
|
} // End namespace blockEdges
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -73,8 +73,8 @@ void kinematicSingleLayer::constrainFilmField
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace surfaceFilmModels
|
} // End namespace surfaceFilmModels
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -68,8 +68,8 @@ void filmViscosityModel::info(Ostream& os) const
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace surfaceFilmModels
|
} // End namespace surfaceFilmModels
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -65,8 +65,8 @@ autoPtr<filmViscosityModel> filmViscosityModel::New
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace surfaceFilmModels
|
} // End namespace surfaceFilmModels
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -126,8 +126,8 @@ void phaseChangeModel::info(Ostream& os) const
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace surfaceFilmModels
|
} // End namespace surfaceFilmModels
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -64,8 +64,8 @@ autoPtr<phaseChangeModel> phaseChangeModel::New
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace surfaceFilmModels
|
} // End namespace surfaceFilmModels
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -864,8 +864,8 @@ tmp<volScalarField::Internal> thermoSingleLayer::Sh() const
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace surfaceFilmModels
|
} // End namespace surfaceFilmModels
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -354,8 +354,8 @@ void thermalBaffle::info()
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
} // end namespace thermalBaffleModels
|
} // End namespace thermalBaffleModels
|
||||||
} // end namespace regionModels
|
} // End namespace regionModels
|
||||||
} // end namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -125,8 +125,7 @@ namespace Foam
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // end of namespace Foam
|
} // End namespace Foam
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -298,7 +298,7 @@ namespace Files
|
|||||||
return infile;
|
return infile;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end of namespace Files
|
} // End namespace Files
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@ -296,7 +296,7 @@ namespace Files
|
|||||||
return infile;
|
return infile;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end of namespace Files
|
} // End namespace Files
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
Reference in New Issue
Block a user