Remove unimplemented method SimpleTransport::updateViscosities_C
This commit is contained in:
parent
51e0c9158a
commit
84ede11e6a
2 changed files with 0 additions and 11 deletions
|
|
@ -458,13 +458,6 @@ protected:
|
||||||
//! thermal conductivity.
|
//! thermal conductivity.
|
||||||
void updateCond_T();
|
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.
|
//! Update the binary diffusion coefficients wrt T.
|
||||||
/*!
|
/*!
|
||||||
* These are evaluated from the polynomial fits at unit pressure (1 Pa).
|
* These are evaluated from the polynomial fits at unit pressure (1 Pa).
|
||||||
|
|
|
||||||
|
|
@ -579,10 +579,6 @@ void SimpleTransport::updateDiff_T()
|
||||||
m_diff_mix_ok = false;
|
m_diff_mix_ok = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SimpleTransport::updateViscosities_C()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void SimpleTransport::updateViscosity_T()
|
void SimpleTransport::updateViscosity_T()
|
||||||
{
|
{
|
||||||
if (compositionDepType_ == LTI_MODEL_SOLVENT) {
|
if (compositionDepType_ == LTI_MODEL_SOLVENT) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue