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:49
Defines all properties used in Dumux.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
Flux variables cache for the single-phase-flow PNM Store data required for flux calculation.
Adds output fields specific to the PNM 1p model.
The spatial parameters for single-phase pore-network models.
Contains the quantities which are constant within a finite volume (the pore body) in the one-phase mo...
Defines common properties required for all pore-network models.
A single-phase, isothermal flow model using the fully implicit scheme.
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.
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
PoreNetwork::CreepingFlow< Scalar, TransmissibilityLaw > type
Definition porenetwork/1p/model.hh:124
PoreNetwork::OnePFluxVariablesCache< GetPropType< TypeTag, Properties::AdvectionType > > type
Definition porenetwork/1p/model.hh:110
PoreNetwork::OnePIOFields type
Definition porenetwork/1p/model.hh:114
EnergyIOFields< PoreNetwork::OnePIOFields > type
Definition porenetwork/1p/model.hh:155
PorousMediumFlowNIModelTraits< OnePModelTraits > type
Definition porenetwork/1p/model.hh:159
PoreNetwork::OnePDefaultSpatialParams< GridGeometry, Scalar > type
Definition porenetwork/1p/model.hh:104
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
ThermalConductivityAverage< GetPropType< TypeTag, Properties::Scalar > > type
Definition porenetwork/1p/model.hh:163
PoreNetwork::OnePVolumeVariables< Traits > type
Definition porenetwork/1p/model.hh:92
PoreNetwork::OnePVolumeVariables< NITraits< BaseTraits, ETCM > > type
Definition porenetwork/1p/model.hh:150
Implementation of the single-phase transmissibility laws for throats.