mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent capitalization of Private/Protected Member Functions in comments
This commit is contained in:
@ -134,7 +134,7 @@ class SCOPE
|
|||||||
polynomial MaPolyU_;
|
polynomial MaPolyU_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Polynomial evaluated from the given equivalence ratio
|
//- Polynomial evaluated from the given equivalence ratio
|
||||||
// and polynomial coefficients
|
// and polynomial coefficients
|
||||||
|
|||||||
@ -164,7 +164,7 @@ private:
|
|||||||
multivariateSurfaceInterpolationScheme<scalar>::fieldTable alphaTable_;
|
multivariateSurfaceInterpolationScheme<scalar>::fieldTable alphaTable_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
void calcAlphas();
|
void calcAlphas();
|
||||||
|
|
||||||
|
|||||||
@ -48,7 +48,7 @@ namespace Foam
|
|||||||
|
|
||||||
class conductivityModel
|
class conductivityModel
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
conductivityModel(const conductivityModel&);
|
conductivityModel(const conductivityModel&);
|
||||||
|
|||||||
@ -48,7 +48,7 @@ namespace Foam
|
|||||||
|
|
||||||
class frictionalStressModel
|
class frictionalStressModel
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
frictionalStressModel(const frictionalStressModel&);
|
frictionalStressModel(const frictionalStressModel&);
|
||||||
|
|||||||
@ -48,7 +48,7 @@ namespace Foam
|
|||||||
|
|
||||||
class granularPressureModel
|
class granularPressureModel
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
granularPressureModel(const granularPressureModel&);
|
granularPressureModel(const granularPressureModel&);
|
||||||
|
|||||||
@ -48,7 +48,7 @@ namespace Foam
|
|||||||
|
|
||||||
class radialModel
|
class radialModel
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
radialModel(const radialModel&);
|
radialModel(const radialModel&);
|
||||||
|
|||||||
@ -52,7 +52,7 @@ namespace kineticTheoryModels
|
|||||||
|
|
||||||
class viscosityModel
|
class viscosityModel
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
viscosityModel(const viscosityModel&);
|
viscosityModel(const viscosityModel&);
|
||||||
|
|||||||
@ -73,7 +73,7 @@ class block
|
|||||||
labelListListList BoundaryPatches;
|
labelListListList BoundaryPatches;
|
||||||
|
|
||||||
|
|
||||||
// private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
label vtxLabel(label i, label j, label k);
|
label vtxLabel(label i, label j, label k);
|
||||||
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@ namespace Foam
|
|||||||
|
|
||||||
class writeFuns
|
class writeFuns
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
// Swap halves of word.
|
// Swap halves of word.
|
||||||
|
|
||||||
|
|||||||
@ -90,7 +90,7 @@ protected:
|
|||||||
static const scalar tolerance_;
|
static const scalar tolerance_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Invert the function
|
//- Invert the function
|
||||||
virtual void invertFunction();
|
virtual void invertFunction();
|
||||||
|
|||||||
@ -114,7 +114,7 @@ protected:
|
|||||||
Switch log10UPlus_;
|
Switch log10UPlus_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Invert the table
|
//- Invert the table
|
||||||
virtual void invertTable();
|
virtual void invertTable();
|
||||||
|
|||||||
@ -74,7 +74,7 @@ class SIBS
|
|||||||
mutable scalar epsOld_, xNew_;
|
mutable scalar epsOld_, xNew_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
void SIMPR
|
void SIMPR
|
||||||
(
|
(
|
||||||
|
|||||||
@ -62,7 +62,7 @@ class regExp
|
|||||||
//- Precompiled regular expression
|
//- Precompiled regular expression
|
||||||
mutable regex_t* preg_;
|
mutable regex_t* preg_;
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
regExp(const regExp&);
|
regExp(const regExp&);
|
||||||
|
|||||||
@ -66,7 +66,7 @@ class HashPtrTable
|
|||||||
:
|
:
|
||||||
public HashTable<T*, Key, Hash>
|
public HashTable<T*, Key, Hash>
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Read from Istream using given Istream constructor class
|
//- Read from Istream using given Istream constructor class
|
||||||
template<class INew>
|
template<class INew>
|
||||||
|
|||||||
@ -66,7 +66,7 @@ class ILList
|
|||||||
:
|
:
|
||||||
public UILList<LListBase, T>
|
public UILList<LListBase, T>
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Read from Istream using given Istream constructor class
|
//- Read from Istream using given Istream constructor class
|
||||||
template<class INew>
|
template<class INew>
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class LPtrList
|
|||||||
:
|
:
|
||||||
public LList<LListBase, T*>
|
public LList<LListBase, T*>
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Read from Istream using given Istream constructor class
|
//- Read from Istream using given Istream constructor class
|
||||||
template<class INew>
|
template<class INew>
|
||||||
|
|||||||
@ -81,7 +81,7 @@ private:
|
|||||||
label nElmts_;
|
label nElmts_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
DLListBase(const DLListBase&);
|
DLListBase(const DLListBase&);
|
||||||
|
|||||||
@ -78,7 +78,7 @@ private:
|
|||||||
//- Number of elements in in list
|
//- Number of elements in in list
|
||||||
label nElmts_;
|
label nElmts_;
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
SLListBase(const SLListBase&);
|
SLListBase(const SLListBase&);
|
||||||
|
|||||||
@ -104,7 +104,7 @@ class PtrList
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Read from Istream using given Istream constructor class
|
//- Read from Istream using given Istream constructor class
|
||||||
template<class INew>
|
template<class INew>
|
||||||
|
|||||||
@ -148,7 +148,7 @@ private:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Construct and return an IFstream for the object.
|
//- Construct and return an IFstream for the object.
|
||||||
// The results is NULL if the stream construction failed
|
// The results is NULL if the stream construction failed
|
||||||
|
|||||||
@ -236,7 +236,7 @@ protected:
|
|||||||
label lineNumber_;
|
label lineNumber_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|
||||||
|
|||||||
@ -110,7 +110,7 @@ class PstreamBuffers
|
|||||||
|
|
||||||
bool finishedSendsCalled_;
|
bool finishedSendsCalled_;
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@ License
|
|||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private member functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|
||||||
inline void Foam::UIPstream::checkEof()
|
inline void Foam::UIPstream::checkEof()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class UIPstream
|
|||||||
label messageSize_;
|
label messageSize_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Check the bufferPosition against messageSize_ for EOF
|
//- Check the bufferPosition against messageSize_ for EOF
|
||||||
inline void checkEof();
|
inline void checkEof();
|
||||||
|
|||||||
@ -34,7 +34,7 @@ Description
|
|||||||
|
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private member functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
inline void Foam::UOPstream::writeToBuffer(const T& t)
|
inline void Foam::UOPstream::writeToBuffer(const T& t)
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class UOPstream
|
|||||||
const bool sendAtDestruct_;
|
const bool sendAtDestruct_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Write a T to the transfer buffer
|
//- Write a T to the transfer buffer
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|||||||
@ -190,7 +190,7 @@ private:
|
|||||||
static List<commsStruct> treeCommunication_;
|
static List<commsStruct> treeCommunication_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Set data for parallel running
|
//- Set data for parallel running
|
||||||
static void setParRun();
|
static void setParRun();
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class ISstream
|
|||||||
istream& is_;
|
istream& is_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
char nextValid();
|
char nextValid();
|
||||||
|
|
||||||
|
|||||||
@ -59,7 +59,7 @@ class prefixOSstream
|
|||||||
string prefix_;
|
string prefix_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
inline void checkWritePrefix();
|
inline void checkWritePrefix();
|
||||||
|
|
||||||
|
|||||||
@ -263,7 +263,7 @@ private:
|
|||||||
label lineNumber_;
|
label lineNumber_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Clear any allocated storage (word or string)
|
//- Clear any allocated storage (word or string)
|
||||||
inline void clear();
|
inline void clear();
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class dictionaryEntry
|
|||||||
public entry,
|
public entry,
|
||||||
public dictionary
|
public dictionary
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
void readData(Istream&);
|
void readData(Istream&);
|
||||||
|
|
||||||
|
|||||||
@ -65,7 +65,7 @@ class primitiveEntry
|
|||||||
public entry,
|
public entry,
|
||||||
public ITstream
|
public ITstream
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Append the given tokens starting at the current tokenIndex
|
//- Append the given tokens starting at the current tokenIndex
|
||||||
void append(const UList<token>&);
|
void append(const UList<token>&);
|
||||||
|
|||||||
@ -77,7 +77,7 @@ private:
|
|||||||
Istream* isPtr_;
|
Istream* isPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Return Istream
|
//- Return Istream
|
||||||
Istream& readStream();
|
Istream& readStream();
|
||||||
|
|||||||
@ -81,7 +81,7 @@ class GeometricField
|
|||||||
:
|
:
|
||||||
public DimensionedField<Type, GeoMesh>
|
public DimensionedField<Type, GeoMesh>
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Read from file if it is present
|
//- Read from file if it is present
|
||||||
bool readIfPresent();
|
bool readIfPresent();
|
||||||
@ -237,7 +237,7 @@ private:
|
|||||||
GeometricBoundaryField boundaryField_;
|
GeometricBoundaryField boundaryField_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Read the field from the dictionary
|
//- Read the field from the dictionary
|
||||||
tmp<GeometricBoundaryField> readField(const dictionary&);
|
tmp<GeometricBoundaryField> readField(const dictionary&);
|
||||||
|
|||||||
@ -62,7 +62,7 @@ class mixedPointPatchField
|
|||||||
scalarField valueFraction_;
|
scalarField valueFraction_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
void checkFieldSize() const;
|
void checkFieldSize() const;
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class valuePointPatchField
|
|||||||
public pointPatchField<Type>,
|
public pointPatchField<Type>,
|
||||||
public Field<Type>
|
public Field<Type>
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
void checkFieldSize() const;
|
void checkFieldSize() const;
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ class JobInfo
|
|||||||
fileName finishedJobPath_;
|
fileName finishedJobPath_;
|
||||||
cpuTime cpuTime_;
|
cpuTime cpuTime_;
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
bool write(Ostream&) const;
|
bool write(Ostream&) const;
|
||||||
void end(const word& terminationType);
|
void end(const word& terminationType);
|
||||||
|
|||||||
@ -102,7 +102,7 @@ class graph
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
void readCurves(Istream&);
|
void readCurves(Istream&);
|
||||||
|
|
||||||
|
|||||||
@ -59,7 +59,7 @@ class procLduInterface
|
|||||||
label neighbProcNo_;
|
label neighbProcNo_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Dissallow construction as copy
|
//- Dissallow construction as copy
|
||||||
procLduInterface(const procLduInterface&);
|
procLduInterface(const procLduInterface&);
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class procLduMatrix
|
|||||||
PtrList<procLduInterface> interfaces_;
|
PtrList<procLduInterface> interfaces_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Dissallow construction as copy
|
//- Dissallow construction as copy
|
||||||
procLduMatrix(const procLduMatrix&);
|
procLduMatrix(const procLduMatrix&);
|
||||||
|
|||||||
@ -49,7 +49,7 @@ class refCount
|
|||||||
|
|
||||||
int count_;
|
int count_;
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Dissallow copy
|
//- Dissallow copy
|
||||||
refCount(const refCount&);
|
refCount(const refCount&);
|
||||||
|
|||||||
@ -159,7 +159,7 @@ private:
|
|||||||
mutable pointField* oldPointsPtr_;
|
mutable pointField* oldPointsPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow construct as copy
|
//- Disallow construct as copy
|
||||||
polyMesh(const polyMesh&);
|
polyMesh(const polyMesh&);
|
||||||
|
|||||||
@ -112,7 +112,7 @@ private:
|
|||||||
vector separationVector_;
|
vector separationVector_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Find amongst selected faces the one with the largest area
|
//- Find amongst selected faces the one with the largest area
|
||||||
static label findMaxArea(const pointField&, const faceList&);
|
static label findMaxArea(const pointField&, const faceList&);
|
||||||
|
|||||||
@ -73,7 +73,7 @@ class ZoneMesh
|
|||||||
mutable Map<label>* zoneMapPtr_;
|
mutable Map<label>* zoneMapPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow construct as copy
|
//- Disallow construct as copy
|
||||||
ZoneMesh(const ZoneMesh&);
|
ZoneMesh(const ZoneMesh&);
|
||||||
|
|||||||
@ -179,7 +179,7 @@ class primitiveMesh
|
|||||||
mutable vectorField* faceAreasPtr_;
|
mutable vectorField* faceAreasPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow construct as copy
|
//- Disallow construct as copy
|
||||||
primitiveMesh(const primitiveMesh&);
|
primitiveMesh(const primitiveMesh&);
|
||||||
|
|||||||
@ -74,7 +74,7 @@ public:
|
|||||||
VISIBLE // Intersecting with the visible side
|
VISIBLE // Intersecting with the visible side
|
||||||
};
|
};
|
||||||
|
|
||||||
// Static member functions
|
// Static Member Functions
|
||||||
|
|
||||||
//- Direction names
|
//- Direction names
|
||||||
static const NamedEnum<direction, 2> directionNames_;
|
static const NamedEnum<direction, 2> directionNames_;
|
||||||
|
|||||||
@ -79,7 +79,7 @@ class triangle
|
|||||||
|
|
||||||
PointRef a_, b_, c_;
|
PointRef a_, b_, c_;
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Fast distance to triangle calculation. From
|
//- Fast distance to triangle calculation. From
|
||||||
// "Distance Between Point and Trangle in 3D"
|
// "Distance Between Point and Trangle in 3D"
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class fileName
|
|||||||
:
|
:
|
||||||
public string
|
public string
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Strip invalid characters
|
//- Strip invalid characters
|
||||||
inline void stripInvalid();
|
inline void stripInvalid();
|
||||||
|
|||||||
@ -61,7 +61,7 @@ class word
|
|||||||
:
|
:
|
||||||
public string
|
public string
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Strip invalid characters from this word
|
//- Strip invalid characters from this word
|
||||||
inline void stripInvalid();
|
inline void stripInvalid();
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class ensightFile
|
|||||||
static scalar undefValue_;
|
static scalar undefValue_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
void operator=(const ensightFile&);
|
void operator=(const ensightFile&);
|
||||||
|
|||||||
@ -47,7 +47,7 @@ class ensightGeoFile
|
|||||||
:
|
:
|
||||||
public ensightFile
|
public ensightFile
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
void operator=(const ensightGeoFile&);
|
void operator=(const ensightGeoFile&);
|
||||||
|
|||||||
@ -188,7 +188,7 @@ private:
|
|||||||
labelList visibleCells_;
|
labelList visibleCells_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Debug write
|
//- Debug write
|
||||||
static void writeEntry
|
static void writeEntry
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class rpm
|
|||||||
scalar rpm_;
|
scalar rpm_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
rpm(const rpm&);
|
rpm(const rpm&);
|
||||||
|
|||||||
@ -87,7 +87,7 @@ private:
|
|||||||
wordList fieldNames_;
|
wordList fieldNames_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
TimeActivatedExplicitSourceList
|
TimeActivatedExplicitSourceList
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class cyclicFvPatchField
|
|||||||
const cyclicFvPatch& cyclicPatch_;
|
const cyclicFvPatch& cyclicPatch_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Return neighbour side field given internal fields
|
//- Return neighbour side field given internal fields
|
||||||
template<class Type2>
|
template<class Type2>
|
||||||
|
|||||||
@ -67,7 +67,7 @@ class oscillatingFixedValueFvPatchField
|
|||||||
label curTimeIndex_;
|
label curTimeIndex_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Return current scale
|
//- Return current scale
|
||||||
scalar currentScale() const;
|
scalar currentScale() const;
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class rotatingPressureInletOutletVelocityFvPatchVectorField
|
|||||||
vector omega_;
|
vector omega_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Calculate the tangentialVelocity from omega
|
//- Calculate the tangentialVelocity from omega
|
||||||
void calcTangentialVelocity();
|
void calcTangentialVelocity();
|
||||||
|
|||||||
@ -66,7 +66,7 @@ class extendedLeastSquaresVectors
|
|||||||
mutable vectorField* additionalVectorsPtr_;
|
mutable vectorField* additionalVectorsPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Construct Least-squares gradient vectors
|
//- Construct Least-squares gradient vectors
|
||||||
void makeLeastSquaresVectors() const;
|
void makeLeastSquaresVectors() const;
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class leastSquaresVectors
|
|||||||
mutable surfaceVectorField* nVectorsPtr_;
|
mutable surfaceVectorField* nVectorsPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Construct Least-squares gradient vectors
|
//- Construct Least-squares gradient vectors
|
||||||
void makeLeastSquaresVectors() const;
|
void makeLeastSquaresVectors() const;
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class quadraticFitSnGradData
|
|||||||
List<scalarList> fit_;
|
List<scalarList> fit_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Find the normal direction and i, j and k directions for face faci
|
//- Find the normal direction and i, j and k directions for face faci
|
||||||
static void findFaceDirs
|
static void findFaceDirs
|
||||||
|
|||||||
@ -140,7 +140,7 @@ public:
|
|||||||
*faceFluxCorrectionPtr_;
|
*faceFluxCorrectionPtr_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Add patch contribution to internal field
|
//- Add patch contribution to internal field
|
||||||
template<class Type2>
|
template<class Type2>
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class CentredFitData
|
|||||||
List<scalarList> coeffs_;
|
List<scalarList> coeffs_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Calculate the fit for the all the mesh faces
|
//- Calculate the fit for the all the mesh faces
|
||||||
// and set the coefficients
|
// and set the coefficients
|
||||||
|
|||||||
@ -80,7 +80,7 @@ class FitData
|
|||||||
const label minSize_;
|
const label minSize_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Find the normal direction (i) and j and k directions for face faci
|
//- Find the normal direction (i) and j and k directions for face faci
|
||||||
void findFaceDirs
|
void findFaceDirs
|
||||||
|
|||||||
@ -72,7 +72,7 @@ class UpwindFitData
|
|||||||
List<scalarList> neicoeffs_;
|
List<scalarList> neicoeffs_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Calculate the fit for the all the mesh faces
|
//- Calculate the fit for the all the mesh faces
|
||||||
// and set the coefficients
|
// and set the coefficients
|
||||||
|
|||||||
@ -77,7 +77,7 @@ class surfaceInterpolation
|
|||||||
mutable surfaceVectorField* correctionVectors_;
|
mutable surfaceVectorField* correctionVectors_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Construct central-differencing weighting factors
|
//- Construct central-differencing weighting factors
|
||||||
void makeWeights() const;
|
void makeWeights() const;
|
||||||
@ -91,7 +91,7 @@ class surfaceInterpolation
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
// Storage management
|
// Storage management
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,7 @@ class volPointInterpolation
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Construct addressing over all boundary faces
|
//- Construct addressing over all boundary faces
|
||||||
void calcBoundaryAddressing();
|
void calcBoundaryAddressing();
|
||||||
|
|||||||
@ -66,7 +66,7 @@ protected:
|
|||||||
const fvMesh& fvMesh_;
|
const fvMesh& fvMesh_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Create the corresponding patch types for cellMotion from those
|
//- Create the corresponding patch types for cellMotion from those
|
||||||
// of the given pointMotion
|
// of the given pointMotion
|
||||||
|
|||||||
@ -81,7 +81,7 @@ class Cloud
|
|||||||
mutable DynamicList<label> labels_;
|
mutable DynamicList<label> labels_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Initialise cloud on IO constructor
|
//- Initialise cloud on IO constructor
|
||||||
void initCloud(const bool checkClass);
|
void initCloud(const bool checkClass);
|
||||||
|
|||||||
@ -133,7 +133,7 @@ protected:
|
|||||||
label origId_;
|
label origId_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Return the 'lambda' value for the position, p, on the face,
|
//- Return the 'lambda' value for the position, p, on the face,
|
||||||
// where, p = from + lamda*(to - from)
|
// where, p = from + lamda*(to - from)
|
||||||
|
|||||||
@ -108,7 +108,7 @@ class parcel
|
|||||||
scalar tMom_;
|
scalar tMom_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Set the relaxation times
|
//- Set the relaxation times
|
||||||
void setRelaxationTimes
|
void setRelaxationTimes
|
||||||
|
|||||||
@ -89,7 +89,7 @@ private:
|
|||||||
mutable scalar h_;
|
mutable scalar h_;
|
||||||
|
|
||||||
|
|
||||||
// private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
scalar kv(const label inj) const;
|
scalar kv(const label inj) const;
|
||||||
|
|
||||||
|
|||||||
@ -71,7 +71,7 @@ private:
|
|||||||
mutable scalar u_;
|
mutable scalar u_;
|
||||||
|
|
||||||
|
|
||||||
// private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
scalar kv
|
scalar kv
|
||||||
(
|
(
|
||||||
|
|||||||
@ -68,7 +68,7 @@ private:
|
|||||||
mutable scalar u_;
|
mutable scalar u_;
|
||||||
|
|
||||||
|
|
||||||
// private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
scalar kv
|
scalar kv
|
||||||
(
|
(
|
||||||
|
|||||||
@ -67,7 +67,7 @@ class ReactingMultiphaseCloud
|
|||||||
public ReactingCloud<ParcelType>,
|
public ReactingCloud<ParcelType>,
|
||||||
public reactingMultiphaseCloud
|
public reactingMultiphaseCloud
|
||||||
{
|
{
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construct
|
||||||
ReactingMultiphaseCloud(const ReactingMultiphaseCloud&);
|
ReactingMultiphaseCloud(const ReactingMultiphaseCloud&);
|
||||||
@ -111,7 +111,7 @@ protected:
|
|||||||
scalar dMassSurfaceReaction_;
|
scalar dMassSurfaceReaction_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
// Cloud evolution functions
|
// Cloud evolution functions
|
||||||
|
|
||||||
|
|||||||
@ -111,7 +111,7 @@ protected:
|
|||||||
DimensionedField<scalar, volMesh> hsTrans_;
|
DimensionedField<scalar, volMesh> hsTrans_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
// Cloud evolution functions
|
// Cloud evolution functions
|
||||||
|
|
||||||
|
|||||||
@ -228,7 +228,7 @@ protected:
|
|||||||
scalar muc_;
|
scalar muc_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Calculate new particle velocity
|
//- Calculate new particle velocity
|
||||||
template<class TrackData>
|
template<class TrackData>
|
||||||
|
|||||||
@ -150,7 +150,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Return the mixture effective specific heat capacity
|
//- Return the mixture effective specific heat capacity
|
||||||
template<class TrackData>
|
template<class TrackData>
|
||||||
@ -218,7 +218,7 @@ protected:
|
|||||||
bool canCombust_;
|
bool canCombust_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Calculate Devolatilisation
|
//- Calculate Devolatilisation
|
||||||
template<class TrackData>
|
template<class TrackData>
|
||||||
|
|||||||
@ -183,7 +183,7 @@ protected:
|
|||||||
scalar pc_;
|
scalar pc_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Calculate Phase change
|
//- Calculate Phase change
|
||||||
template<class TrackData>
|
template<class TrackData>
|
||||||
|
|||||||
@ -208,7 +208,7 @@ protected:
|
|||||||
scalar cpc_;
|
scalar cpc_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Calculate new particle temperature
|
//- Calculate new particle temperature
|
||||||
template<class TrackData>
|
template<class TrackData>
|
||||||
|
|||||||
@ -92,7 +92,7 @@ private:
|
|||||||
labelList globalCarrierIds_;
|
labelList globalCarrierIds_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Set global ids
|
//- Set global ids
|
||||||
void setGlobalIds(const wordList& globalNames);
|
void setGlobalIds(const wordList& globalNames);
|
||||||
@ -126,7 +126,7 @@ public:
|
|||||||
~phaseProperties();
|
~phaseProperties();
|
||||||
|
|
||||||
|
|
||||||
// Public member functions
|
// Public Member Functions
|
||||||
|
|
||||||
//- Initialise the global ids
|
//- Initialise the global ids
|
||||||
void initialiseGlobalIds
|
void initialiseGlobalIds
|
||||||
|
|||||||
@ -78,7 +78,7 @@ public:
|
|||||||
~phasePropertiesList();
|
~phasePropertiesList();
|
||||||
|
|
||||||
|
|
||||||
// Public member functions
|
// Public Member Functions
|
||||||
|
|
||||||
//- Return the list of phase properties
|
//- Return the list of phase properties
|
||||||
const List<phaseProperties>& props() const;
|
const List<phaseProperties>& props() const;
|
||||||
|
|||||||
@ -110,7 +110,7 @@ class ConeInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -120,7 +120,7 @@ class ConeInjectionMP
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step
|
//- Number of parcels to introduce over the time step
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -110,7 +110,7 @@ class FieldActivatedInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -91,7 +91,7 @@ private:
|
|||||||
const dictionary coeffDict_;
|
const dictionary coeffDict_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Read injector properties from previous run (if applicable)
|
//- Read injector properties from previous run (if applicable)
|
||||||
void readProps();
|
void readProps();
|
||||||
@ -144,7 +144,7 @@ protected:
|
|||||||
scalar timeStep0_;
|
scalar timeStep0_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
virtual label parcelsToInject
|
virtual label parcelsToInject
|
||||||
|
|||||||
@ -87,7 +87,7 @@ class KinematicLookupTableInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -82,7 +82,7 @@ class ManualInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -53,7 +53,7 @@ class NoInjection
|
|||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -94,7 +94,7 @@ class PatchInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class LocalInteraction
|
|||||||
List<label> patchIds_;
|
List<label> patchIds_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Returns local patchI if patch is in patchIds_ list
|
//- Returns local patchI if patch is in patchIds_ list
|
||||||
label applyToPatch(const label globalPatchI) const;
|
label applyToPatch(const label globalPatchI) const;
|
||||||
|
|||||||
@ -53,7 +53,7 @@ class NoPostProcessing
|
|||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Write post-processing info
|
//- Write post-processing info
|
||||||
void write();
|
void write();
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class PatchPostProcessing
|
|||||||
labelList patchIds_;
|
labelList patchIds_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Returns local patchI if patch is in patchIds_ list
|
//- Returns local patchI if patch is in patchIds_ list
|
||||||
label applyToPatch(const label globalPatchI) const;
|
label applyToPatch(const label globalPatchI) const;
|
||||||
@ -79,7 +79,7 @@ class PatchPostProcessing
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Write post-processing info
|
//- Write post-processing info
|
||||||
void write();
|
void write();
|
||||||
|
|||||||
@ -66,7 +66,7 @@ class PostProcessingModel
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Write post-processing info
|
//- Write post-processing info
|
||||||
virtual void write() = 0;
|
virtual void write() = 0;
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class SingleMixtureFraction
|
|||||||
scalarField YMixture0_;
|
scalarField YMixture0_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Construct the indices and check correct specification of
|
//- Construct the indices and check correct specification of
|
||||||
// 1 gas, 1 liquid and 1 solid
|
// 1 gas, 1 liquid and 1 solid
|
||||||
|
|||||||
@ -65,7 +65,7 @@ class SinglePhaseMixture
|
|||||||
label idSolid_;
|
label idSolid_;
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Construct the indices and check correct specification of
|
//- Construct the indices and check correct specification of
|
||||||
// 1 gas or 1 liquid or 1 solid
|
// 1 gas or 1 liquid or 1 solid
|
||||||
|
|||||||
@ -90,7 +90,7 @@ class ReactingLookupTableInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -66,7 +66,7 @@ protected:
|
|||||||
List<label> liqToLiqMap_;
|
List<label> liqToLiqMap_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Sherwood number as a function of Reynolds and Schmidt numbers
|
//- Sherwood number as a function of Reynolds and Schmidt numbers
|
||||||
scalar Sh(const scalar Re, const scalar Sc) const;
|
scalar Sh(const scalar Re, const scalar Sc) const;
|
||||||
|
|||||||
@ -84,7 +84,7 @@ protected:
|
|||||||
enthalpyTransferType enthalpyTransfer_;
|
enthalpyTransferType enthalpyTransfer_;
|
||||||
|
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Convert word to enthalpy transfer type
|
//- Convert word to enthalpy transfer type
|
||||||
enthalpyTransferType wordToEnthalpyTransfer(const word& etName) const;
|
enthalpyTransferType wordToEnthalpyTransfer(const word& etName) const;
|
||||||
|
|||||||
@ -93,7 +93,7 @@ class ReactingMultiphaseLookupTableInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
@ -89,7 +89,7 @@ class ThermoLookupTableInjection
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected Member Functions
|
||||||
|
|
||||||
//- Number of parcels to introduce over the time step relative to SOI
|
//- Number of parcels to introduce over the time step relative to SOI
|
||||||
label parcelsToInject
|
label parcelsToInject
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user