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

@ -58,7 +58,7 @@ class MeshWave
:
public MeshWaveName
{
// Private data
// Private Data
//- Wall information for all faces
List<Type> allFaceInfo_;

View File

@ -83,7 +83,7 @@ class PatchEdgeFaceWave
static label dummyTrackData_;
// Private data
// Private Data
//- Reference to mesh
const polyMesh& mesh_;

View File

@ -67,7 +67,7 @@ Ostream& operator<<(Ostream&, const patchEdgeFaceInfo&);
class patchEdgeFaceInfo
{
// Private data
// Private Data
//- Position of nearest wall center
point origin_;

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
@ -68,7 +68,7 @@ Ostream& operator<<(Ostream&, const patchEdgeFaceRegion&);
class patchEdgeFaceRegion
{
// Private data
// Private Data
//- region
label region_;

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
@ -66,7 +66,7 @@ Ostream& operator<<(Ostream&, const patchEdgeFaceRegions&);
class patchEdgeFaceRegions
{
// Private data
// Private Data
//- Region per point
labelList regions_;

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
@ -55,10 +55,6 @@ class patchPatchDist
:
public scalarField
{
private:
// Private Member Data
//- Patch to operate on

View File

@ -99,7 +99,7 @@ class PointEdgeWave
static int dummyTrackData_;
// Private data
// Private Data
//- Reference to mesh
const polyMesh& mesh_;

View File

@ -68,7 +68,7 @@ Ostream& operator<<(Ostream&, const pointEdgePoint&);
class pointEdgePoint
{
// Private data
// Private Data
//- Position of nearest wall center
point origin_;