39#ifndef DUMUX_PNM1P_MODEL_HH
40#define DUMUX_PNM1P_MODEL_HH
78template<
class TypeTag>
79struct VolumeVariables<TypeTag, TTag::PNMOneP>
97template<
class TypeTag>
98struct SpatialParams<TypeTag, TTag::PNMOneP>
108template<
class TypeTag>
109struct FluxVariablesCache<TypeTag, TTag::PoreNetworkModel>
113template<
class TypeTag>
117template<
class TypeTag>
118struct AdvectionType<TypeTag, TTag::PNMOneP>
132template<
class TypeTag>
133struct VolumeVariables<TypeTag, TTag::PNMOnePNI>
146 template<
class BaseTraits,
class ETCM>
147 struct NITraits :
public BaseTraits {
using EffectiveThermalConductivityModel = ETCM; };
154template<
class TypeTag>
158template<
class TypeTag>
162template<
class TypeTag>
This file contains the data which is required to calculate the fluxes of the pore network model over ...
Adds I/O fields specific to non-isothermal models.
Definition: porousmediumflow/nonisothermal/iofields.hh:27
Hagen–Poiseuille-type flux law to describe the advective flux for pore-network models.
Definition: advection.hh:34
The default class for spatial parameters for single-phase pore-network models.
Definition: porenetwork/1p/spatialparams.hh:44
Flux variables cache for the single-phase-flow PNM Store data required for flux calculation.
Definition: porenetwork/1p/fluxvariablescache.hh:26
Adds output fields specific to the PNM 1p model.
Definition: porenetwork/1p/iofields.hh:25
Contains the quantities which are constant within a finite volume (the pore body) in the one-phase mo...
Definition: porenetwork/1p/volumevariables.hh:29
Single-phase flow throat transmissibility based on Patzek & Silin (2001) https://doi....
Definition: transmissibility1p.hh:114
Effective thermal conductivity based on weighted arithmetic average.
Definition: thermalconductivityaverage.hh:43
Defines all properties used in Dumux.
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
The spatial parameters for single-phase pore-network models.
Defines common properties required for all pore-network models.
A single-phase, isothermal flow model using the fully implicit scheme.
Base class for the flux variables.
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Adds I/O fields specific to non-isothermal models.
The implicit non-isothermal model.
Adds I/O fields specific to the tracer model.
Python wrapper for volume variables (finite volume schemes)
Traits class for the volume variables of the single-phase model.
Definition: porousmediumflow/1p/model.hh:83
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a...
Definition: porousmediumflow/nonisothermal/model.hh:76
Definition: porenetwork/1p/model.hh:67
std::tuple< PoreNetworkModel, OneP > InheritsFrom
Definition: porenetwork/1p/model.hh:67
The type tags for the corresponding non-isothermal problems.
Definition: porenetwork/1p/model.hh:70
std::tuple< PNMOneP > InheritsFrom
Definition: porenetwork/1p/model.hh:70
Implementation of the single-phase transmissibility laws for throats.