mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: changed prc to fraction
This commit is contained in:
@ -470,8 +470,8 @@ public:
|
||||
//- Total rotational kinetic energy in the system
|
||||
inline scalar rotationalKineticEnergyOfSystem() const;
|
||||
|
||||
//- Penetration for percentage of the current total mass
|
||||
inline scalar penetration(const scalar& prc) const;
|
||||
//- Penetration for fraction [0-1] of the current total mass
|
||||
inline scalar penetration(const scalar& fraction) const;
|
||||
|
||||
//- Mean diameter Dij
|
||||
inline scalar Dij(const label i, const label j) const;
|
||||
|
||||
@ -89,7 +89,7 @@ public:
|
||||
virtual scalar rotationalKineticEnergyOfSystem() const = 0;
|
||||
|
||||
//- Penetration for percentage of the current total mass
|
||||
// virtual scalar penetration(const scalar& prc) const = 0;
|
||||
// virtual scalar penetration(const scalar& fraction) const = 0;
|
||||
|
||||
//- Mean diameter Dij
|
||||
virtual scalar Dij(const label i, const label j) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user