Fixed some small problems with GasTransport

This commit is contained in:
Ray Speth 2012-05-13 22:41:20 +00:00
parent eb6c7659b8
commit cc2ed9b751
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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) {