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