13#ifndef DUMUX_MATERIAL_COMPONENTS_GLUCOSE_HH
14#define DUMUX_MATERIAL_COMPONENTS_GLUCOSE_HH
25template <
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 Glucose component properties.
Definition: glucose.hh:28
static Scalar molarMass()
The molar mass in of Glucose.
Definition: glucose.hh:40
static std::string name()
A human readable name for Glucose.
Definition: glucose.hh:34
Base class for all components Components provide the thermodynamic relations for the liquid,...