#include <ShomateIdealGas.h>
Public Member Functions | |
ShomateIdealGas (ShomateData *sd) | |
constructor using ShomateData structure. | |
virtual | ~ShomateIdealGas () |
destructor | |
virtual double | getEntropy () |
third law entropy | |
virtual void | getdSdm (double *dsdm) |
virtual void | getd2Sdm2 (double **d2sdm2) |
virtual double | getVolume () |
volume in cubic meters = Joules/Pascal | |
virtual void | getdVdm (double *dvdm) |
derivative of volume with respect to composition. | |
virtual void | getd2Vdm2 (double **d2vdm2) |
second derivative of volume with respect to composition. | |
virtual double | getdVdT () |
dV/dT in M^3/Kelvin | |
virtual double | getdVdP () |
dV/dP in M^3/Pascal | |
virtual double | getd2VdT2 () |
d2V/dT2 in M^3/Kelvin^2 | |
virtual double | getd2VdTdP () |
d2V/dTdP in M^3/KelvinPascal | |
virtual double | getd2VdP2 () |
d2V/dP2 in M^3/Pascal^2 | |
virtual void | getd2VdmdT (double *d2vdmdt) |
d2VdmdT in M^3/KelvinMole | |
virtual void | getd2VdmdP (double *d2vdmdp) |
d2VdmdP in M^3/PascalMole |
Shomate Ideal Gas
Definition at line 17 of file ShomateIdealGas.h.
virtual void ShomateIdealGas::getd2Sdm2 | ( | double ** | d2sdm2 | ) | [virtual] |
second derivative of entropy with respect to moles (Joules/(mole^2.Kelvin).
d2sdm2 | ncomp by ncomp array to store result |
Reimplemented from Phase.
virtual void ShomateIdealGas::getdSdm | ( | double * | dsdm | ) | [virtual] |
derivative of entropy with respect to moles (Joules/(mole.Kelvin).
dsdm | ncomp vector to store result |
Reimplemented from Phase.