mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Thermo] Remove unnecessary overrides of modifyOneHf298SS
This commit is contained in:
@@ -338,7 +338,6 @@ public:
|
||||
|
||||
virtual void getEnthalpy_RT_ref(doublereal* hrt) const;
|
||||
virtual void getGibbs_RT_ref(doublereal* grt) const;
|
||||
virtual void modifyOneHf298SS(const size_t k, const doublereal Hf298New);
|
||||
|
||||
protected:
|
||||
//! Returns the vector of nondimensional Gibbs free energies of the
|
||||
|
||||
@@ -228,7 +228,6 @@ public:
|
||||
//@{
|
||||
|
||||
virtual void getEnthalpy_RT_ref(doublereal* hrt) const;
|
||||
virtual void modifyOneHf298SS(const size_t k, const doublereal Hf298New);
|
||||
virtual void getGibbs_RT_ref(doublereal* grt) const;
|
||||
|
||||
protected:
|
||||
|
||||
@@ -111,12 +111,6 @@ void MixtureFugacityTP::getEnthalpy_RT(doublereal* hrt) const
|
||||
getEnthalpy_RT_ref(hrt);
|
||||
}
|
||||
|
||||
void MixtureFugacityTP::modifyOneHf298SS(const size_t k, const doublereal Hf298New)
|
||||
{
|
||||
m_spthermo->modifyOneHf298(k, Hf298New);
|
||||
invalidateCache();
|
||||
}
|
||||
|
||||
void MixtureFugacityTP::getEntropy_R(doublereal* sr) const
|
||||
{
|
||||
_updateReferenceStateThermo();
|
||||
|
||||
@@ -129,12 +129,6 @@ void VPStandardStateTP::getEnthalpy_RT(doublereal* hrt) const
|
||||
m_VPSS_ptr->getEnthalpy_RT(hrt);
|
||||
}
|
||||
|
||||
void VPStandardStateTP::modifyOneHf298SS(const size_t k, const doublereal Hf298New)
|
||||
{
|
||||
m_spthermo->modifyOneHf298(k, Hf298New);
|
||||
invalidateCache();
|
||||
}
|
||||
|
||||
void VPStandardStateTP::getEntropy_R(doublereal* srt) const
|
||||
{
|
||||
updateStandardStateThermo();
|
||||
|
||||
Reference in New Issue
Block a user