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