Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -58,7 +58,7 @@ class MeshWave
|
||||
:
|
||||
public MeshWaveName
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Wall information for all faces
|
||||
List<Type> allFaceInfo_;
|
||||
|
||||
@ -83,7 +83,7 @@ class PatchEdgeFaceWave
|
||||
static label dummyTrackData_;
|
||||
|
||||
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to mesh
|
||||
const polyMesh& mesh_;
|
||||
|
||||
@ -67,7 +67,7 @@ Ostream& operator<<(Ostream&, const patchEdgeFaceInfo&);
|
||||
|
||||
class patchEdgeFaceInfo
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Position of nearest wall center
|
||||
point origin_;
|
||||
|
||||
@ -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_;
|
||||
|
||||
@ -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_;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -99,7 +99,7 @@ class PointEdgeWave
|
||||
static int dummyTrackData_;
|
||||
|
||||
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to mesh
|
||||
const polyMesh& mesh_;
|
||||
|
||||
@ -68,7 +68,7 @@ Ostream& operator<<(Ostream&, const pointEdgePoint&);
|
||||
|
||||
class pointEdgePoint
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Position of nearest wall center
|
||||
point origin_;
|
||||
|
||||
Reference in New Issue
Block a user