[Thermo/Doc] Explain why Phase::setMolecularWeight exists
This commit is contained in:
parent
14b9454819
commit
11db445caf
1 changed files with 5 additions and 1 deletions
|
|
@ -752,7 +752,11 @@ protected:
|
|||
*/
|
||||
mutable ValueCache m_cache;
|
||||
|
||||
//! Set the molecular weight of a single species to a given value
|
||||
//! Set the molecular weight of a single species to a given value.
|
||||
//!
|
||||
//! Used by phases where the equation of state is defined for a specific
|
||||
//! value of the molecular weight which may not exactly correspond to the
|
||||
//! value computed from the chemical formula.
|
||||
//! @param k id of the species
|
||||
//! @param mw Molecular Weight (kg kmol-1)
|
||||
void setMolecularWeight(const int k, const double mw) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue