MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / a_0

Method a_0

dev/fitter/DataTypes.cpp:35–38  ·  view source on GitHub ↗

The part that does not depend on the coefficients

Source from the content-addressed store, hash-verified

33}
34/// The part that does not depend on the coefficients
35double PressureDataPoint::a_0() {
36 double rhoRT = this->rho * EOS->R * this->T;
37 return this->p / rhoRT - 1;
38}
39/// The part that multiplies the coefficients
40double PressureDataPoint::a_i(int i) {
41 return delta * EOS->dA_dDelta(log_tau, log_delta, delta, i);

Callers 1

solve_for_nMethod · 0.80

Calls 4

dalphar_dDeltaMethod · 0.45
d2alphar_dDelta_dTauMethod · 0.45
d2alphar_dDelta2Method · 0.45
d2alpha0_dTau2Method · 0.45

Tested by

no test coverage detected