13#ifndef DUMUX_PNM_SOLID_ENERGY_MODEL_HH
14#define DUMUX_PNM_SOLID_ENERGY_MODEL_HH
56template<
class TypeTag>
57struct VolumeVariables<TypeTag, TTag::PNMSolidEnergy>
70template<
class TypeTag>
71struct HeatConductionType<TypeTag, TTag::PNMSolidEnergy>
76template<
class TypeTag>
77struct SpatialParams<TypeTag, TTag::PNMSolidEnergy>
87template<
class TypeTag>
88struct FluxVariablesCache<TypeTag, TTag::PNMSolidEnergy>
92template<
class TypeTag>
93struct IOFields<TypeTag, TTag::PNMSolidEnergy>
Definition: porenetwork/solidenergy/fluxvariablescache.hh:19
Adds output fields specific to the PNM solid-energy model.
Definition: porenetwork/solidenergy/iofields.hh:25
The base class for spatial parameters for pore network solid models.
Definition: porenetwork/solidenergy/spatialparams.hh:29
Contains the quantities which are constant within a finite volume in the solid-energy model.
Definition: porenetwork/solidenergy/volumevariables.hh:29
Defines all properties used in Dumux.
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
The energy balance equation for a porous solid.
Definition: common/properties.hh:26
Defines common properties required for all pore-network models.
Base class for the flux variables.
The energy balance equation for a porous solid.
Adds I/O fields specific to the tracer model.
Python wrapper for volume variables (finite volume schemes)
Specialization of Fourier's Law for the pore-network SOLID model.
Definition: grainfourierslaw.hh:30
Definition: porenetwork/solidenergy/model.hh:52
std::tuple< PoreNetworkModel, SolidEnergy > InheritsFrom
Definition: porenetwork/solidenergy/model.hh:52
The volume variable traits.
Definition: porousmediumflow/solidenergy/model.hh:73