Standardised the class declaration section comments to correspond to the foamNewSource template

This commit is contained in:
Henry Weller
2019-06-13 21:26:33 +01:00
parent 47d19548c1
commit 8e9f692aa4
1863 changed files with 3798 additions and 3970 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -59,7 +59,7 @@ class CourantNo
:
public fieldExpression
{
// Private data
// Private Data
//- Name of flux field, default is "phi"
word phiName_;

View File

@ -72,7 +72,7 @@ class XiReactionRate
:
public fvMeshFunctionObject
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
XiReactionRate(const XiReactionRate&) = delete;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -90,7 +90,7 @@ class age
:
public fvMeshFunctionObject
{
// Private data
// Private Data
//- The name of the flux field
word phiName_;

View File

@ -98,7 +98,7 @@ public:
private:
// Private data
// Private Data
//- Field name
word fieldName_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -115,7 +115,7 @@ public:
private:
// Private data
// Private Data
//- Operation to apply to values
operationType operation_;

View File

@ -86,7 +86,7 @@ class histogram
:
public fvMeshFunctionObject
{
// Private data
// Private Data
writeFile file_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2017-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -80,7 +80,7 @@ class interfaceHeight
public fvMeshFunctionObject,
public logFiles
{
// Private data
// Private Data
//- Name of the alpha field
word alphaName_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -59,7 +59,7 @@ class log
:
public fieldExpression
{
// Private data
// Private Data
//- Optional clip (default is 0)
scalar clip_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -61,7 +61,7 @@ class findCellParticle
:
public particle
{
// Private data
// Private Data
//- Displacement over which to track
vector displacement_;
@ -99,7 +99,7 @@ public:
{}
// Member functions
// Member Functions
labelListList& cellToData()
{

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -132,7 +132,7 @@ class pressure
:
public fieldExpression
{
// Private data
// Private Data
//- Name of velocity field, default is "U"
word UName_;

View File

@ -72,7 +72,7 @@ class processorField
:
public fvMeshFunctionObject
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
processorField(const processorField&) = delete;

View File

@ -114,7 +114,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
readFields(const readFields&) = delete;

View File

@ -131,7 +131,7 @@ class regionSizeDistribution
:
public fvMeshFunctionObject
{
// Private data
// Private Data
writeFile file_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -58,7 +58,7 @@ class scale
:
public fieldExpression
{
// Private data
// Private Data
//- Scale factor
scalar scale_;

View File

@ -149,7 +149,7 @@ public:
private:
// Private data
// Private Data
//- Input dictionary
dictionary dict_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -123,7 +123,7 @@ public:
private:
// Private data
// Private Data
//- Lifetime of particle. Particle dies when reaches 0.
label lifeTime_;

View File

@ -117,7 +117,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
surfaceInterpolate(const surfaceInterpolate&) = delete;

View File

@ -165,7 +165,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
turbulenceFields(const turbulenceFields&) = delete;

View File

@ -117,7 +117,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
wallHeatFlux(const wallHeatFlux&) = delete;

View File

@ -139,7 +139,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
wallHeatTransferCoeff(const wallHeatTransferCoeff&) = delete;

View File

@ -125,7 +125,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
wallShearStress(const wallShearStress&) = delete;

View File

@ -72,7 +72,7 @@ class writeCellCentres
:
public fvMeshFunctionObject
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
writeCellCentres(const writeCellCentres&) = delete;

View File

@ -71,7 +71,7 @@ class writeCellVolumes
:
public fvMeshFunctionObject
{
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
writeCellVolumes(const writeCellVolumes&) = delete;

View File

@ -106,7 +106,7 @@ class forceCoeffs
:
public forces
{
// Private data
// Private Data
// Force coefficient geometry

View File

@ -98,7 +98,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
cloudInfo(const cloudInfo&) = delete;

View File

@ -118,7 +118,7 @@ class icoUncoupledKinematicCloud
basicKinematicCollidingCloud kinematicCloud_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
icoUncoupledKinematicCloud(const icoUncoupledKinematicCloud&) = delete;

View File

@ -116,7 +116,7 @@ class phaseScalarTransport
:
public fvMeshFunctionObject
{
// Private data
// Private Data
//- Name of field to process
const word fieldName_;

View File

@ -70,7 +70,7 @@ class scalarTransport
:
public fvMeshFunctionObject
{
// Private data
// Private Data
//- Name of field to process
word fieldName_;

View File

@ -73,7 +73,7 @@ public:
private:
// Private data
// Private Data
//- Reference to the Time
const Time& time_;

View File

@ -78,7 +78,7 @@ class removeRegisteredObject
:
public functionObject
{
// Private data
// Private Data
//- Reference to the objectRegistry
const objectRegistry& obr_;
@ -87,7 +87,7 @@ class removeRegisteredObject
wordList objectNames_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
removeRegisteredObject(const removeRegisteredObject&) = delete;

View File

@ -103,7 +103,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
residuals(const residuals&) = delete;

View File

@ -57,7 +57,7 @@ class setTimeStepFunctionObject
:
public functionObject
{
// Private data
// Private Data
//- Reference to the time database
const Time& time_;
@ -66,7 +66,7 @@ class setTimeStepFunctionObject
autoPtr<Function1<scalar>> timeStepPtr_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
setTimeStepFunctionObject(const setTimeStepFunctionObject&) = delete;

View File

@ -103,7 +103,7 @@ class systemCall
{
protected:
// Private data
// Private Data
//- List of calls to execute - every step
stringList executeCalls_;
@ -117,7 +117,7 @@ protected:
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
systemCall(const systemCall&) = delete;

View File

@ -87,7 +87,7 @@ class time
scalar clockTime0_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
time(const time&) = delete;

View File

@ -78,7 +78,7 @@ class timeActivatedFileUpdate
:
public functionObject
{
// Private data
// Private Data
//- Reference to Time
const Time& time_;

View File

@ -58,7 +58,7 @@ class writeDictionary
:
public functionObject
{
// Private data
// Private Data
//- Reference to the database
const objectRegistry& obr_;
@ -83,7 +83,7 @@ class writeDictionary
private:
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construction
writeDictionary(const writeDictionary&) = delete;

View File

@ -118,7 +118,7 @@ public:
private:
// Private data
// Private Data
//- To only write objects of defined writeOption
writeOption writeOption_;