Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
c508b2fe
Commit
c508b2fe
authored
Mar 30, 2010
by
Mark Olesen
Browse files
STYLE: consistent capitalization of Private/Protected Member Functions in comments
parent
635fd464
Changes
171
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H
View file @
c508b2fe
...
...
@@ -134,7 +134,7 @@ class SCOPE
polynomial
MaPolyU_
;
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Polynomial evaluated from the given equivalence ratio
// and polynomial coefficients
...
...
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H
View file @
c508b2fe
...
...
@@ -164,7 +164,7 @@ private:
multivariateSurfaceInterpolationScheme
<
scalar
>::
fieldTable
alphaTable_
;
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
void
calcAlphas
();
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H
View file @
c508b2fe
...
...
@@ -48,7 +48,7 @@ namespace Foam
class
conductivityModel
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
conductivityModel
(
const
conductivityModel
&
);
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H
View file @
c508b2fe
...
...
@@ -48,7 +48,7 @@ namespace Foam
class
frictionalStressModel
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
frictionalStressModel
(
const
frictionalStressModel
&
);
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H
View file @
c508b2fe
...
...
@@ -48,7 +48,7 @@ namespace Foam
class
granularPressureModel
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
granularPressureModel
(
const
granularPressureModel
&
);
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H
View file @
c508b2fe
...
...
@@ -48,7 +48,7 @@ namespace Foam
class
radialModel
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
radialModel
(
const
radialModel
&
);
...
...
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H
View file @
c508b2fe
...
...
@@ -52,7 +52,7 @@ namespace kineticTheoryModels
class
viscosityModel
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
viscosityModel
(
const
viscosityModel
&
);
...
...
applications/utilities/mesh/conversion/cfx4ToFoam/block.H
View file @
c508b2fe
...
...
@@ -73,7 +73,7 @@ class block
labelListListList
BoundaryPatches
;
//
p
rivate
m
ember
f
unctions
//
P
rivate
M
ember
F
unctions
label
vtxLabel
(
label
i
,
label
j
,
label
k
);
...
...
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.H
View file @
c508b2fe
...
...
@@ -53,7 +53,7 @@ namespace Foam
class
writeFuns
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
// Swap halves of word.
...
...
applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H
View file @
c508b2fe
...
...
@@ -90,7 +90,7 @@ protected:
static
const
scalar
tolerance_
;
// Protected
m
ember
f
unctions
// Protected
M
ember
F
unctions
//- Invert the function
virtual
void
invertFunction
();
...
...
applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H
View file @
c508b2fe
...
...
@@ -114,7 +114,7 @@ protected:
Switch
log10UPlus_
;
// Protected
m
ember
f
unctions
// Protected
M
ember
F
unctions
//- Invert the table
virtual
void
invertTable
();
...
...
src/ODE/ODESolvers/SIBS/SIBS.H
View file @
c508b2fe
...
...
@@ -74,7 +74,7 @@ class SIBS
mutable
scalar
epsOld_
,
xNew_
;
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
void
SIMPR
(
...
...
src/OSspecific/POSIX/regExp.H
View file @
c508b2fe
...
...
@@ -62,7 +62,7 @@ class regExp
//- Precompiled regular expression
mutable
regex_t
*
preg_
;
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
regExp
(
const
regExp
&
);
...
...
src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H
View file @
c508b2fe
...
...
@@ -66,7 +66,7 @@ class HashPtrTable
:
public
HashTable
<
T
*
,
Key
,
Hash
>
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Read from Istream using given Istream constructor class
template
<
class
INew
>
...
...
src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H
View file @
c508b2fe
...
...
@@ -66,7 +66,7 @@ class ILList
:
public
UILList
<
LListBase
,
T
>
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Read from Istream using given Istream constructor class
template
<
class
INew
>
...
...
src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H
View file @
c508b2fe
...
...
@@ -71,7 +71,7 @@ class LPtrList
:
public
LList
<
LListBase
,
T
*>
{
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Read from Istream using given Istream constructor class
template
<
class
INew
>
...
...
src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H
View file @
c508b2fe
...
...
@@ -81,7 +81,7 @@ private:
label
nElmts_
;
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
DLListBase
(
const
DLListBase
&
);
...
...
src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H
View file @
c508b2fe
...
...
@@ -78,7 +78,7 @@ private:
//- Number of elements in in list
label
nElmts_
;
// Private
m
ember
f
unctions
// Private
M
ember
F
unctions
//- Disallow default bitwise copy construct
SLListBase
(
const
SLListBase
&
);
...
...
src/OpenFOAM/containers/Lists/PtrList/PtrList.H
View file @
c508b2fe
...
...
@@ -104,7 +104,7 @@ class PtrList
protected:
// Protected
m
ember
f
unctions
// Protected
M
ember
F
unctions
//- Read from Istream using given Istream constructor class
template
<
class
INew
>
...
...
src/OpenFOAM/db/IOobject/IOobject.H
View file @
c508b2fe
...
...
@@ -148,7 +148,7 @@ private:
protected:
// Protected
m
ember
f
unctions
// Protected
M
ember
F
unctions
//- Construct and return an IFstream for the object.
// The results is NULL if the stream construction failed
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment