My Project
|
Relations valid for an ideal gas. More...
#include <IdealGas.hpp>
Static Public Member Functions | |
template<class Evaluation > | |
static Evaluation | density (const Evaluation &avgMolarMass, const Evaluation &temperature, const Evaluation &pressure) |
The density of the gas in ![]() | |
template<class Evaluation > | |
static Evaluation | pressure (const Evaluation &temperature, const Evaluation &rhoMolar) |
The pressure of the gas in ![]() | |
template<class Evaluation > | |
static Evaluation | molarDensity (const Evaluation &temperature, const Evaluation &pressure) |
The molar density of the gas ![]() | |
Static Public Attributes | |
static const Scalar | R = Constants<Scalar>::R |
The ideal gas constant ![]() | |
Relations valid for an ideal gas.