31 template <
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()
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: Constants.hpp:41
Definition: RKParams.hpp:32