Allow derived classes of MultiTransport
This commit is contained in:
parent
e013e8b966
commit
94800445a1
1 changed files with 2 additions and 3 deletions
|
|
@ -139,7 +139,6 @@ protected:
|
|||
//! conductivity and thermal diffusion coefficients.
|
||||
void updateThermal_T();
|
||||
|
||||
private:
|
||||
doublereal m_thermal_tlast;
|
||||
|
||||
// property values
|
||||
|
|
@ -170,7 +169,7 @@ public:
|
|||
vector_fp m_alpha;
|
||||
DenseMatrix m_dipole;
|
||||
|
||||
private:
|
||||
protected:
|
||||
vector_fp m_sqrt_eps_k;
|
||||
DenseMatrix m_log_eps_k;
|
||||
vector_fp m_frot_298;
|
||||
|
|
@ -226,7 +225,7 @@ private:
|
|||
return m_thermo->molarDensity() * GasConstant * m_thermo->temperature();
|
||||
}
|
||||
|
||||
void solveLMatrixEquation();
|
||||
virtual void solveLMatrixEquation();
|
||||
DenseMatrix incl;
|
||||
bool m_debug;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue