16#ifndef DUMUX_PROPERTIES_HH
17#define DUMUX_PROPERTIES_HH
22#ifndef DUMUX_PROPERTY_SYSTEM_HH
The interface of the coupling manager for multi domain problems.
Definition multidomain/couplingmanager.hh:37
defines an intersection mapper for mapping of global DOFs assigned to faces which also works for adap...
Definition intersectionmapper.hh:200
A point source base class.
Definition pointsource.hh:40
The global face variables class for staggered models.
Definition facesolution.hh:28
Velocity output for implicit (porous media) models.
Definition io/velocityoutput.hh:29
#define DUMUX_DEFINE_PROPERTY(Prop)
A preprocessor macro to define properties.
Definition propertysystem.hh:349
Definition gridcapabilities.hh:57
The energy balance equation for a porous solid.
Definition common/properties.hh:26
NusseltFormulation
A container for possible values of the property for selecting which Nusselt parametrization to choose...
Definition dimensionlessnumbers.hh:31
EnergyLocalResidualImplementation< TypeTag, GetPropType< TypeTag, Properties::ModelTraits >::enableEnergyBalance()> EnergyLocalResidual
Definition porousmediumflow/nonisothermal/localresidual.hh:28
SherwoodFormulation
A container for possible values of the property for selecting which Sherwood parametrization to choos...
Definition dimensionlessnumbers.hh:40
The Dumux property system, traits with inheritance.