51#ifndef DUMUX_PNM1P_MODEL_HH
52#define DUMUX_PNM1P_MODEL_HH
90template<
class TypeTag>
109template<
class TypeTag>
120template<
class TypeTag>
125template<
class TypeTag>
129template<
class TypeTag>
144template<
class TypeTag>
158 template<
class BaseTraits,
class ETCM>
159 struct NITraits :
public BaseTraits {
using EffectiveThermalConductivityModel = ETCM; };
166template<
class TypeTag>
170template<
class TypeTag>
174template<
class TypeTag>
This file contains the data which is required to calculate the fluxes of the pore network model over ...
Implementation of the single-phase transmissibility laws for throats.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Definition: common/properties.hh:37
Traits class encapsulating model specifications.
Definition: common/properties.hh:51
A class helping models to define input and output fields.
Definition: common/properties.hh:61
The secondary variables within a sub-control volume.
Definition: common/properties.hh:105
Stores data associated with flux vars.
Definition: common/properties.hh:113
The type for the calculation the advective fluxes.
Definition: common/properties.hh:139
The type of the spatial parameters object.
Definition: common/properties.hh:158
Model to be used for the calculation of the effective conductivity.
Definition: common/properties.hh:170
Hagen–Poiseuille-type flux law to describe the advective flux for pore-network models.
Definition: advection.hh:46
Relation for a simple effective thermal conductivity.
Definition: thermalconductivityaverage.hh:37
Single-phase flow throat transmissibility based on Patzek & Silin (2001) https://doi....
Definition: transmissibility1p.hh:126
Flux variables cache for the single-phase-flow PNM Store data required for flux calculation.
Definition: porenetwork/1p/fluxvariablescache.hh:38
Adds output fields specific to the PNM 1p model.
Definition: porenetwork/1p/iofields.hh:37
Definition: porenetwork/1p/model.hh:79
std::tuple< PoreNetworkModel, OneP > InheritsFrom
Definition: porenetwork/1p/model.hh:79
The type tags for the corresponding non-isothermal problems.
Definition: porenetwork/1p/model.hh:82
std::tuple< PNMOneP > InheritsFrom
Definition: porenetwork/1p/model.hh:82
The default class for spatial parameters for single-phase pore-network models.
Definition: porenetwork/1p/spatialparams.hh:56
Contains the quantities which are constant within a finite volume (the pore body) in the one-phase mo...
Definition: porenetwork/1p/volumevariables.hh:41
Traits class for the volume variables of the single-phase model.
Definition: porousmediumflow/1p/model.hh:86
Adds I/O fields specific to non-isothermal models.
Definition: porousmediumflow/nonisothermal/iofields.hh:39
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a...
Definition: porousmediumflow/nonisothermal/model.hh:70
Declares all properties used in Dumux.
Defines common properties required for all pore-network models.
A single-phase, isothermal flow model using the fully implicit scheme.
The implicit non-isothermal model.
Base class for the flux variables.
Adds I/O fields specific to non-isothermal models.
Adds I/O fields specific to the tracer model.
Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit mod...
Python wrapper for volume variables (finite volume schemes)
The spatial parameters for single-phase pore-network models.