13#ifndef DUMUX_MATERIAL_COMPONENTS_UREA_HH
14#define DUMUX_MATERIAL_COMPONENTS_UREA_HH
23template <
class Scalar>
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition: components/base.hh:46
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:50
A class for the Urea component properties.
Definition: urea.hh:26
static Scalar molarMass()
The molar mass in of Urea.
Definition: urea.hh:38
static std::string name()
A human readable name for Urea.
Definition: urea.hh:32
Base class for all components Components provide the thermodynamic relations for the liquid,...