PhaseEnvelopeData can be extracted using the get_phase_envelope_data function from the AbstractState

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-09-06 21:41:14 +02:00
parent e9fde257fe
commit cdc21e38e8
2 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ public:
const std::vector<CoolPropFluid*> &get_components(){return components;};
std::vector<long double> &get_K(){return K;};
std::vector<long double> &get_lnK(){return lnK;};
const CoolProp::PhaseEnvelopeData &calc_phase_envelope_data(){return PhaseEnvelope;};
void resize(unsigned int N);
shared_ptr<HelmholtzEOSMixtureBackend> SatL, SatV; ///<