Remove non-ASCII characters

This commit is contained in:
Henry
2012-01-19 16:27:23 +00:00
parent fa9eb43280
commit 0b1bcbb753
11 changed files with 28 additions and 28 deletions

View File

@ -76,7 +76,7 @@ class reducedUnits
scalar refPressure_;
scalar refMassDensity_;
scalar refMassDensity_;
scalar refNumberDensity_;
@ -103,9 +103,9 @@ public:
// Constructors
//- Construct with no argument, uses default values:
// length = 1nm
// mass = 1.660538782e−27kg (unified atomic mass unit)
// temperature = 1K (therefore, energy = 1*kb)
// length = 1nm
// mass = 1.660538782e-27kg (unified atomic mass unit)
// temperature = 1K (therefore, energy = 1*kb)
reducedUnits();
//- Construct from components

View File

@ -76,7 +76,7 @@ class reducedUnits
scalar refPressure_;
scalar refMassDensity_;
scalar refMassDensity_;
scalar refNumberDensity_;
@ -103,9 +103,9 @@ public:
// Constructors
//- Construct with no argument, uses default values:
// length = 1nm
// mass = 1.660538782e−27kg (unified atomic mass unit)
// temperature = 1K (therefore, energy = 1*kb)
// length = 1nm
// mass = 1.660538782e-27kg (unified atomic mass unit)
// temperature = 1K (therefore, energy = 1*kb)
reducedUnits();
//- Construct from components

View File

@ -77,10 +77,10 @@ class tetOverlapVolume
);
//- Helping cľasses
//- Helper classes
class dummyTetOp
{
public:
public:
inline void operator()(const tetPoints&){}
};
@ -88,7 +88,8 @@ class tetOverlapVolume
class sumTetVolOp
{
public:
public:
scalar vol_;
inline sumTetVolOp()
@ -108,7 +109,7 @@ class tetOverlapVolume
FixedList<tetPoints, 200>& tets_;
label& nTets_;
public:
public:
inline storeTetOp(FixedList<tetPoints, 200>& tets, label& nTets)
:
@ -178,7 +179,7 @@ public:
//- Destructor
virtual ~tetOverlapVolume();
virtual ~tetOverlapVolume();
// Public members
@ -210,7 +211,6 @@ public:
} // End namespace Foam
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#endif

View File

@ -33,7 +33,7 @@ Description
"A One-Equation Turbulence Model for Aerodynamic Flows"
P.R. Spalart,
S.R. Allmaras,
La Recherche A´rospatiale, No. 1, 1994, pp. 521.
La Recherche Aerospatiale, No. 1, 1994, pp. 5-21.
Extended according to:

View File

@ -33,7 +33,7 @@ Description
"A One-Equation Turbulence Model for Aerodynamic Flows"
P.R. Spalart,
S.R. Allmaras,
La Recherche A´rospatiale, No. 1, 1994, pp. 521.
La Recherche Aerospatiale, No. 1, 1994, pp. 5-21.
Extended according to: