STYLE: consistent capitalization of Private/Protected Member Functions in comments

This commit is contained in:
Mark Olesen
2010-03-30 11:33:42 +02:00
parent 635fd464ec
commit c508b2fe17
171 changed files with 182 additions and 182 deletions

View File

@ -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

View File

@ -164,7 +164,7 @@ private:
multivariateSurfaceInterpolationScheme<scalar>::fieldTable alphaTable_; multivariateSurfaceInterpolationScheme<scalar>::fieldTable alphaTable_;
// Private member functions // Private Member Functions
void calcAlphas(); void calcAlphas();

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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);

View File

@ -53,7 +53,7 @@ namespace Foam
class writeFuns class writeFuns
{ {
// Private member functions // Private Member Functions
// Swap halves of word. // Swap halves of word.

View File

@ -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();

View File

@ -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();

View File

@ -74,7 +74,7 @@ class SIBS
mutable scalar epsOld_, xNew_; mutable scalar epsOld_, xNew_;
// Private member functions // Private Member Functions
void SIMPR void SIMPR
( (

View File

@ -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&);

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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&);

View File

@ -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&);

View File

@ -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>

View File

@ -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

View File

@ -236,7 +236,7 @@ protected:
label lineNumber_; label lineNumber_;
// Protected member functions // Protected Member Functions
// Access // Access

View File

@ -110,7 +110,7 @@ class PstreamBuffers
bool finishedSendsCalled_; bool finishedSendsCalled_;
// Private member functions // Private Member Functions
public: public:

View File

@ -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()
{ {

View File

@ -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();

View File

@ -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)

View File

@ -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>

View File

@ -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();

View File

@ -60,7 +60,7 @@ class ISstream
istream& is_; istream& is_;
// Private member functions // Private Member Functions
char nextValid(); char nextValid();

View File

@ -59,7 +59,7 @@ class prefixOSstream
string prefix_; string prefix_;
// Private member functions // Private Member Functions
inline void checkWritePrefix(); inline void checkWritePrefix();

View File

@ -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();

View File

@ -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&);

View File

@ -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>&);

View File

@ -77,7 +77,7 @@ private:
Istream* isPtr_; Istream* isPtr_;
// Private member functions // Private Member Functions
//- Return Istream //- Return Istream
Istream& readStream(); Istream& readStream();

View File

@ -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&);

View File

@ -62,7 +62,7 @@ class mixedPointPatchField
scalarField valueFraction_; scalarField valueFraction_;
// Private member functions // Private Member Functions
void checkFieldSize() const; void checkFieldSize() const;

View File

@ -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;

View File

@ -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);

View File

@ -102,7 +102,7 @@ class graph
}; };
// private member functions // Private Member Functions
void readCurves(Istream&); void readCurves(Istream&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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&);

View File

@ -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_;

View File

@ -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"

View File

@ -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();

View File

@ -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();

View File

@ -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&);

View File

@ -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&);

View File

@ -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

View File

@ -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&);

View File

@ -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

View File

@ -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>

View File

@ -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;

View File

@ -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();

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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();

View File

@ -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

View File

@ -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);

View File

@ -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)

View File

@ -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

View File

@ -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;

View File

@ -71,7 +71,7 @@ private:
mutable scalar u_; mutable scalar u_;
// private member functions // Private Member Functions
scalar kv scalar kv
( (

View File

@ -68,7 +68,7 @@ private:
mutable scalar u_; mutable scalar u_;
// private member functions // Private Member Functions
scalar kv scalar kv
( (

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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();

View File

@ -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();

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -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