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