31template <
class Scalar,
class Flu
idSystem>
38 static Scalar calcOmegaA(Scalar temperature,
unsigned compIdx)
40 Scalar Tr = temperature / FluidSystem::criticalTemperature(compIdx);
41 return 0.4274802 / sqrt(Tr);
44 static Scalar calcOmegaB()
46 return Scalar(0.08664035);
49 static Scalar calcm1()
54 static Scalar calcm2()
static constexpr Scalar R
The ideal gas constant [J/(mol K)].
Definition Constants.hpp:45
Definition RKParams.hpp:33
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30