Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2012-01-20 13:04:51 +00:00
23 changed files with 95 additions and 27 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

@ -81,8 +81,8 @@ class tetOverlapVolume
const point& fc
) const;
public:
public:
//- Runtime type information
ClassName("tetOverlapVolume");

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: