6 #include "../Numerics/types.h"
7 #include "../Exceptions/exceptions.h"
53 Tpmp=273.15-betaCC*pressure;
54 H_sp=heatcapacity*(Tpmp-referencetemperature);
56 Tstar=referencetemperature+enthalpy/heatcapacity+betaCC*pressure;
61 waterfraction=(enthalpy-H_sp)/latentheat;
62 if (waterfraction>0.01) waterfraction=0.01;
66 if(Tstar<=263.15){A=3.61e-13*exp(-6.e+4/(
R*Tstar));}
67 else{A=1.73e3*exp(-13.9e+4/(
R*Tstar));}
68 A*=(1.+181.25*waterfraction);