mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent capitalization of Private/Protected Member Functions in comments
This commit is contained in:
@ -134,7 +134,7 @@ class SCOPE
|
||||
polynomial MaPolyU_;
|
||||
|
||||
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Polynomial evaluated from the given equivalence ratio
|
||||
// and polynomial coefficients
|
||||
|
||||
@ -164,7 +164,7 @@ private:
|
||||
multivariateSurfaceInterpolationScheme<scalar>::fieldTable alphaTable_;
|
||||
|
||||
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
void calcAlphas();
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@ namespace Foam
|
||||
|
||||
class conductivityModel
|
||||
{
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
conductivityModel(const conductivityModel&);
|
||||
|
||||
@ -48,7 +48,7 @@ namespace Foam
|
||||
|
||||
class frictionalStressModel
|
||||
{
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
frictionalStressModel(const frictionalStressModel&);
|
||||
|
||||
@ -48,7 +48,7 @@ namespace Foam
|
||||
|
||||
class granularPressureModel
|
||||
{
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
granularPressureModel(const granularPressureModel&);
|
||||
|
||||
@ -48,7 +48,7 @@ namespace Foam
|
||||
|
||||
class radialModel
|
||||
{
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
radialModel(const radialModel&);
|
||||
|
||||
@ -52,7 +52,7 @@ namespace kineticTheoryModels
|
||||
|
||||
class viscosityModel
|
||||
{
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
viscosityModel(const viscosityModel&);
|
||||
|
||||
Reference in New Issue
Block a user