Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -50,7 +50,7 @@ class ensightAsciiStream
|
||||
:
|
||||
public ensightStream
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Description of data_
|
||||
OFstream str_;
|
||||
|
||||
@ -49,7 +49,7 @@ class ensightBinaryStream
|
||||
:
|
||||
public ensightStream
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Description of data_
|
||||
autoPtr<std::ofstream> str_;
|
||||
|
||||
@ -81,7 +81,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to the OpenFOAM mesh
|
||||
const fvMesh& mesh_;
|
||||
|
||||
@ -50,7 +50,7 @@ namespace Foam
|
||||
|
||||
class ensightStream
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
const fileName name_;
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ class Time;
|
||||
|
||||
class vtkMesh
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to mesh
|
||||
fvMesh& baseMesh_;
|
||||
|
||||
@ -53,7 +53,7 @@ class Time;
|
||||
|
||||
class vtkMesh
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to mesh
|
||||
fvMesh& baseMesh_;
|
||||
|
||||
@ -51,7 +51,7 @@ class polyMesh;
|
||||
|
||||
class vtkTopo
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
const polyMesh& mesh_;
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ class writeVTK
|
||||
:
|
||||
public fvMeshFunctionObject
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Names of objects
|
||||
wordReList objectNames_;
|
||||
|
||||
@ -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
|
||||
@ -68,7 +68,7 @@ public:
|
||||
close();
|
||||
}
|
||||
|
||||
// Member functions
|
||||
// Member Functions
|
||||
|
||||
bool writeData(Ostream&) const
|
||||
{
|
||||
|
||||
@ -53,7 +53,7 @@ namespace Foam
|
||||
class channelIndex
|
||||
{
|
||||
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
static const NamedEnum<vector::components, 3> vectorComponentsNames_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user