|
My Project
|
Provides the volumetric quantities required for the equations needed by the energys extension of the black-oil model. More...
#include <blackoilenergymodules.hh>
Public Member Functions | |
| void | updateTemperature_ (const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) |
| Update the temperature of the intensive quantity's fluid state. | |
| void | updateTemperature_ (const Problem &problem, const PrimaryVariables &priVars, unsigned globalDofIdx, const unsigned timeIdx, const LinearizationType &lintype) |
| Update the temperature of the intensive quantity's fluid state. | |
| void | updateEnergyQuantities_ (const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx, const typename FluidSystem::template ParameterCache< Evaluation > ¶mCache) |
| Compute the intensive quantities needed to handle energy conservation. | |
| const Evaluation & | rockInternalEnergy () const |
| const Evaluation & | totalThermalConductivity () const |
| const Scalar & | rockFraction () const |
Protected Member Functions | |
| Implementation & | asImp_ () |
Protected Attributes | |
| Evaluation | rockInternalEnergy_ |
| Evaluation | totalThermalConductivity_ |
| Scalar | rockFraction_ |
Provides the volumetric quantities required for the equations needed by the energys extension of the black-oil model.