/* * Get the array of nondimensional Entropy functions for the * standard state species * at the current <I>T</I> and <I>P</I> of the solution. */ void StoichSubstanceSSTP::getEntropy_R(doublereal* sr) const { getEntropy_R_ref(sr); }
void MetalSHEelectrons::getEntropy_R(doublereal* sr) const { getEntropy_R_ref(sr); doublereal tmp = log(pressure() / m_p0); sr[0] -= tmp; }
/* * Get the array of nondimensional Entropy functions for the * standard state species * at the current <I>T</I> and <I>P</I> of the solution. */ void MineralEQ3::getEntropy_R(doublereal* sr) const { getEntropy_R_ref(sr); }