Remove unimplemented method SimpleTransport::updateViscosities_C

This commit is contained in:
Ray Speth 2016-02-02 23:14:35 -05:00
parent 51e0c9158a
commit 84ede11e6a
2 changed files with 0 additions and 11 deletions

View file

@ -458,13 +458,6 @@ protected:
//! thermal conductivity.
void updateCond_T();
//! Update the concentration parts of the viscosities
/*!
* Internal routine is run whenever the update_boolean is false. This
* routine will calculate internal values for the species viscosities.
*/
void updateViscosities_C();
//! Update the binary diffusion coefficients wrt T.
/*!
* These are evaluated from the polynomial fits at unit pressure (1 Pa).

View file

@ -579,10 +579,6 @@ void SimpleTransport::updateDiff_T()
m_diff_mix_ok = false;
}
void SimpleTransport::updateViscosities_C()
{
}
void SimpleTransport::updateViscosity_T()
{
if (compositionDepType_ == LTI_MODEL_SOLVENT) {