12#ifndef DUMUX_PNM_COMMON_PROPERTIES_HH
13#define DUMUX_PNM_COMMON_PROPERTIES_HH
40template<
class TypeTag,
class MyTypeTag>
47template<
class TypeTag>
48struct GridGeometry<TypeTag, TTag::PoreNetworkModel>
51 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridGeometryCache>();
58template<
class TypeTag>
62template<
class TypeTag>
65template<
class TypeTag>
75template<
class TypeTag>
76struct EnableThermalNonEquilibrium<TypeTag, TTag::PoreNetworkModel> {
static constexpr bool value =
false; };
Defines a type tag and some properties for models using the box scheme.
Base class for the finite volume geometry for porenetwork models.
Definition discretization/porenetwork/gridgeometry.hh:477
Velocity output for pore-network models.
Definition porenetwork/common/velocityoutput.hh:26
Velocity output for implicit (porous media) models.
Definition io/velocityoutput.hh:29
Defines a type tags and some fundamental properties for all models.
Base class for the finite volume geometry for porenetwork models.
This file contains the data which is required to calculate diffusive heat fluxes with Fourier's law.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
Defines labels for pores and throats.
The energy balance equation for a porous solid.
Definition common/properties.hh:26
Velocity output for pore-network models.
Base class for the flux variables in porous medium models.
Labels for pores and throats.
Definition labels.hh:23
Specialization of Fourier's Law for the pore-network model.
Definition flux/porenetwork/fourierslaw.hh:34
The pore/throat labels.
Definition porenetwork/properties.hh:41
Definition porenetwork/properties.hh:34
std::tuple< ModelProperties, BoxModel > InheritsFrom
Definition porenetwork/properties.hh:34
a tag to mark properties as undefined
Definition propertysystem.hh:27