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_;
// Private member functions
// Private Member Functions
//- Polynomial evaluated from the given equivalence ratio
// and polynomial coefficients

View File

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

View File

@ -48,7 +48,7 @@ namespace Foam
class conductivityModel
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
conductivityModel(const conductivityModel&);

View File

@ -48,7 +48,7 @@ namespace Foam
class frictionalStressModel
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
frictionalStressModel(const frictionalStressModel&);

View File

@ -48,7 +48,7 @@ namespace Foam
class granularPressureModel
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
granularPressureModel(const granularPressureModel&);

View File

@ -48,7 +48,7 @@ namespace Foam
class radialModel
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
radialModel(const radialModel&);

View File

@ -52,7 +52,7 @@ namespace kineticTheoryModels
class viscosityModel
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
viscosityModel(const viscosityModel&);

View File

@ -73,7 +73,7 @@ class block
labelListListList BoundaryPatches;
// private member functions
// Private Member Functions
label vtxLabel(label i, label j, label k);

View File

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

View File

@ -90,7 +90,7 @@ protected:
static const scalar tolerance_;
// Protected member functions
// Protected Member Functions
//- Invert the function
virtual void invertFunction();

View File

@ -114,7 +114,7 @@ protected:
Switch log10UPlus_;
// Protected member functions
// Protected Member Functions
//- Invert the table
virtual void invertTable();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -81,7 +81,7 @@ private:
label nElmts_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
DLListBase(const DLListBase&);

View File

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

View File

@ -104,7 +104,7 @@ class PtrList
protected:
// Protected member functions
// Protected Member Functions
//- Read from Istream using given Istream constructor class
template<class INew>

View File

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

View File

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

View File

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

View File

@ -30,7 +30,7 @@ License
#include <cctype>
// * * * * * * * * * * * * * Private member functions * * * * * * * * * * * //
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
inline void Foam::UIPstream::checkEof()
{

View File

@ -71,7 +71,7 @@ class UIPstream
label messageSize_;
// Private member functions
// Private Member Functions
//- Check the bufferPosition against messageSize_ for EOF
inline void checkEof();

View File

@ -34,7 +34,7 @@ Description
#include <cctype>
// * * * * * * * * * * * * * Private member functions * * * * * * * * * * * //
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
template<class T>
inline void Foam::UOPstream::writeToBuffer(const T& t)

View File

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

View File

@ -190,7 +190,7 @@ private:
static List<commsStruct> treeCommunication_;
// Private member functions
// Private Member Functions
//- Set data for parallel running
static void setParRun();

View File

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

View File

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

View File

@ -263,7 +263,7 @@ private:
label lineNumber_;
// Private member functions
// Private Member Functions
//- Clear any allocated storage (word or string)
inline void clear();

View File

@ -60,7 +60,7 @@ class dictionaryEntry
public entry,
public dictionary
{
// Private member functions
// Private Member Functions
void readData(Istream&);

View File

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

View File

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

View File

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

View File

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

View File

@ -52,7 +52,7 @@ class valuePointPatchField
public pointPatchField<Type>,
public Field<Type>
{
// Private member functions
// Private Member Functions
void checkFieldSize() const;

View File

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

View File

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

View File

@ -59,7 +59,7 @@ class procLduInterface
label neighbProcNo_;
// Private member functions
// Private Member Functions
//- Dissallow construction as copy
procLduInterface(const procLduInterface&);

View File

@ -71,7 +71,7 @@ class procLduMatrix
PtrList<procLduInterface> interfaces_;
// Private member functions
// Private Member Functions
//- Dissallow construction as copy
procLduMatrix(const procLduMatrix&);

View File

@ -49,7 +49,7 @@ class refCount
int count_;
// Private member functions
// Private Member Functions
//- Dissallow copy
refCount(const refCount&);

View File

@ -159,7 +159,7 @@ private:
mutable pointField* oldPointsPtr_;
// Private member functions
// Private Member Functions
//- Disallow construct as copy
polyMesh(const polyMesh&);

View File

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

View File

@ -73,7 +73,7 @@ class ZoneMesh
mutable Map<label>* zoneMapPtr_;
// Private member functions
// Private Member Functions
//- Disallow construct as copy
ZoneMesh(const ZoneMesh&);

View File

@ -179,7 +179,7 @@ class primitiveMesh
mutable vectorField* faceAreasPtr_;
// Private member functions
// Private Member Functions
//- Disallow construct as copy
primitiveMesh(const primitiveMesh&);

View File

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

View File

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

View File

@ -71,7 +71,7 @@ class fileName
:
public string
{
// Private member functions
// Private Member Functions
//- Strip invalid characters
inline void stripInvalid();

View File

@ -61,7 +61,7 @@ class word
:
public string
{
// Private member functions
// Private Member Functions
//- Strip invalid characters from this word
inline void stripInvalid();

View File

@ -58,7 +58,7 @@ class ensightFile
static scalar undefValue_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise assignment
void operator=(const ensightFile&);

View File

@ -47,7 +47,7 @@ class ensightGeoFile
:
public ensightFile
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise assignment
void operator=(const ensightGeoFile&);

View File

@ -188,7 +188,7 @@ private:
labelList visibleCells_;
// Private member functions
// Private Member Functions
//- Debug write
static void writeEntry

View File

@ -60,7 +60,7 @@ class rpm
scalar rpm_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
rpm(const rpm&);

View File

@ -87,7 +87,7 @@ private:
wordList fieldNames_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
TimeActivatedExplicitSourceList

View File

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

View File

@ -67,7 +67,7 @@ class oscillatingFixedValueFvPatchField
label curTimeIndex_;
// Private member functions
// Private Member Functions
//- Return current scale
scalar currentScale() const;

View File

@ -60,7 +60,7 @@ class rotatingPressureInletOutletVelocityFvPatchVectorField
vector omega_;
// Private member functions
// Private Member Functions
//- Calculate the tangentialVelocity from omega
void calcTangentialVelocity();

View File

@ -66,7 +66,7 @@ class extendedLeastSquaresVectors
mutable vectorField* additionalVectorsPtr_;
// Private member functions
// Private Member Functions
//- Construct Least-squares gradient vectors
void makeLeastSquaresVectors() const;

View File

@ -60,7 +60,7 @@ class leastSquaresVectors
mutable surfaceVectorField* nVectorsPtr_;
// Private member functions
// Private Member Functions
//- Construct Least-squares gradient vectors
void makeLeastSquaresVectors() const;

View File

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

View File

@ -140,7 +140,7 @@ public:
*faceFluxCorrectionPtr_;
// Private member functions
// Private Member Functions
//- Add patch contribution to internal field
template<class Type2>

View File

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

View File

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

View File

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

View File

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

View File

@ -87,7 +87,7 @@ class volPointInterpolation
// Private member functions
// Private Member Functions
//- Construct addressing over all boundary faces
void calcBoundaryAddressing();

View File

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

View File

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

View File

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

View File

@ -108,7 +108,7 @@ class parcel
scalar tMom_;
// Private member functions
// Private Member Functions
//- Set the relaxation times
void setRelaxationTimes

View File

@ -89,7 +89,7 @@ private:
mutable scalar h_;
// private member functions
// Private Member Functions
scalar kv(const label inj) const;

View File

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

View File

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

View File

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

View File

@ -111,7 +111,7 @@ protected:
DimensionedField<scalar, volMesh> hsTrans_;
// Protected member functions
// Protected Member Functions
// Cloud evolution functions

View File

@ -228,7 +228,7 @@ protected:
scalar muc_;
// Protected member functions
// Protected Member Functions
//- Calculate new particle velocity
template<class TrackData>

View File

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

View File

@ -183,7 +183,7 @@ protected:
scalar pc_;
// Protected member functions
// Protected Member Functions
//- Calculate Phase change
template<class TrackData>

View File

@ -208,7 +208,7 @@ protected:
scalar cpc_;
// Protected member functions
// Protected Member Functions
//- Calculate new particle temperature
template<class TrackData>

View File

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

View File

@ -78,7 +78,7 @@ public:
~phasePropertiesList();
// Public member functions
// Public Member Functions
//- Return the list of phase properties
const List<phaseProperties>& props() const;

View File

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

View File

@ -120,7 +120,7 @@ class ConeInjectionMP
protected:
// Protected member functions
// Protected Member Functions
//- Number of parcels to introduce over the time step
label parcelsToInject

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -53,7 +53,7 @@ class NoPostProcessing
{
protected:
// Protected member functions
// Protected Member Functions
//- Write post-processing info
void write();

View File

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

View File

@ -66,7 +66,7 @@ class PostProcessingModel
protected:
// Protected member functions
// Protected Member Functions
//- Write post-processing info
virtual void write() = 0;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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