File size: 1,609 Bytes
b1b3bae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | //------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 4.0.1
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//------------------------------------------------------------------------------
public enum parameters {
INVALID_PARAMETER = 0,
igas_constant,
imolar_mass,
iacentric_factor,
irhomolar_reducing,
irhomolar_critical,
iT_reducing,
iT_critical,
irhomass_reducing,
irhomass_critical,
iP_critical,
iP_reducing,
iT_triple,
iP_triple,
iT_min,
iT_max,
iP_max,
iP_min,
idipole_moment,
iT,
iP,
iQ,
iTau,
iDelta,
iDmolar,
iHmolar,
iSmolar,
iCpmolar,
iCp0molar,
iCvmolar,
iUmolar,
iGmolar,
iHelmholtzmolar,
iHmolar_residual,
iSmolar_residual,
iGmolar_residual,
iDmass,
iHmass,
iSmass,
iCpmass,
iCp0mass,
iCvmass,
iUmass,
iGmass,
iHelmholtzmass,
iviscosity,
iconductivity,
isurface_tension,
iPrandtl,
ispeed_sound,
iisothermal_compressibility,
iisobaric_expansion_coefficient,
iisentropic_expansion_coefficient,
ifundamental_derivative_of_gas_dynamics,
ialphar,
idalphar_dtau_constdelta,
idalphar_ddelta_consttau,
ialpha0,
idalpha0_dtau_constdelta,
idalpha0_ddelta_consttau,
iBvirial,
iCvirial,
idBvirial_dT,
idCvirial_dT,
iZ,
iPIP,
ifraction_min,
ifraction_max,
iT_freeze,
iGWP20,
iGWP100,
iGWP500,
iFH,
iHH,
iPH,
iODP,
iPhase,
iundefined_parameter
}
|