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

Method fugacity

src/AbstractState.cpp:939–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937 return calc_fugacity_coefficients();
938}
939double AbstractState::fugacity(std::size_t i) {
940 // TODO: Cache the fug. coeff for each component
941 return calc_fugacity(i);
942}
943double AbstractState::chemical_potential(std::size_t i) {
944 // TODO: Cache the chemical potential for each component
945 return calc_chemical_potential(i);

Callers 4

equilibrium_residualFunction · 0.80
build_arraysMethod · 0.80
calc_fugacityMethod · 0.80

Calls

no outgoing calls

Tested by 1

equilibrium_residualFunction · 0.64