Fixed some small problems with GasTransport
This commit is contained in:
parent
eb6c7659b8
commit
cc2ed9b751
2 changed files with 3 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ protected:
|
|||
/*!
|
||||
* These are evaluated from the polynomial fits of the temperature at the unit pressure of 1 Pa.
|
||||
*/
|
||||
void updateDiff_T();
|
||||
virtual void updateDiff_T();
|
||||
|
||||
//! Vector of species mole fractions. These are processed so that all mole
|
||||
//! fractions are >= MIN_X. Length = m_kk.
|
||||
|
|
|
|||
|
|
@ -131,6 +131,8 @@ bool GasTransport::initGas(GasTransportParams& tr)
|
|||
m_viscwt_ok = false;
|
||||
m_spvisc_ok = false;
|
||||
m_bindiff_ok = false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void GasTransport::update_T(void) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue