mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -81,8 +81,8 @@ class tetOverlapVolume
|
||||
const point& fc
|
||||
) const;
|
||||
|
||||
public:
|
||||
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
ClassName("tetOverlapVolume");
|
||||
|
||||
@ -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. 5–21.
|
||||
La Recherche Aerospatiale, No. 1, 1994, pp. 5-21.
|
||||
|
||||
Extended according to:
|
||||
|
||||
|
||||
@ -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. 5–21.
|
||||
La Recherche Aerospatiale, No. 1, 1994, pp. 5-21.
|
||||
|
||||
Extended according to:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user