Element-wise calculation of the local residual for non-isothermal fully implicit models. More...
Go to the source code of this file.
Element-wise calculation of the local residual for non-isothermal fully implicit models.
Classes | |
| class | Dumux::EnergyLocalResidualImplementation< TypeTag, false > |
| Element-wise calculation of the energy residual for non-isothermal problems. More... | |
| class | Dumux::EnergyLocalResidualImplementation< TypeTag, true > |
| TODO docme! More... | |
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Typedefs | |
| template<class TypeTag > | |
| using | Dumux::EnergyLocalResidual = EnergyLocalResidualImplementation< TypeTag, GetPropType< TypeTag, Properties::ModelTraits >::enableEnergyBalance()> |