Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a given isothermal model.
More...
#include <dumux/porousmediumflow/nonisothermal/model.hh>
template<class IsothermalT>
struct Dumux::PorousMediumFlowNIModelTraits< IsothermalT >
Specifies a number properties of non-isothermal porous medium flow models based on the specifics of a given isothermal model.
- Template Parameters
-
|
| static constexpr int | numEq () |
| | We solve for one more equation, i.e. the energy balance.
|
| static constexpr int | numEnergyEq () |
| | only one energy equation is needed when assuming thermal equilibrium
|
| static constexpr bool | enableEnergyBalance () |
| | We additionally solve for the equation balance.
|
◆ Indices
template<class IsothermalT>
The indices related to the non-isothermal model.
◆ IsothermalTraits
template<class IsothermalT>
Export the isothermal model traits.
◆ enableEnergyBalance()
template<class IsothermalT>
We additionally solve for the equation balance.
◆ numEnergyEq()
template<class IsothermalT>
only one energy equation is needed when assuming thermal equilibrium
◆ numEq()
template<class IsothermalT>
We solve for one more equation, i.e. the energy balance.
The documentation for this struct was generated from the following file: