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