28#ifndef EWOMS_FLASH_LOCAL_RESIDUAL_HH
29#define EWOMS_FLASH_LOCAL_RESIDUAL_HH
35#include <opm/material/common/Valgrind.hpp>
44template <
class TypeTag>
57 enum { conti0EqIdx = Indices::conti0EqIdx };
71 template <
class LhsEval>
73 const ElementContext& elemCtx,
78 const IntensiveQuantities& intQuants = elemCtx.intensiveQuantities(dofIdx,
timeIdx);
79 const auto& fs = intQuants.fluidState();
96 template <
class LhsEval>
98 const ElementContext& elemCtx,
106 EnergyModule::addSolidEnergyStorage(
storage, elemCtx.intensiveQuantities(dofIdx,
timeIdx));
113 const ElementContext& elemCtx,
119 Opm::Valgrind::CheckDefined(
flux);
122 Opm::Valgrind::CheckDefined(
flux);
129 const ElementContext& elemCtx,
139 const IntensiveQuantities&
up = elemCtx.intensiveQuantities(
upIdx,
timeIdx);
156 Toolbox::value(
up.fluidState().molarDensity(
phaseIdx))
173 const ElementContext& elemCtx,
185 const ElementContext& elemCtx,
189 Opm::Valgrind::SetUndefined(source);
190 elemCtx.problem().source(source, elemCtx, dofIdx,
timeIdx);
191 Opm::Valgrind::CheckDefined(source);
Provides the auxiliary methods required for consideration of the diffusion equation.
Definition diffusionmodule.hh:48
Provides the auxiliary methods required for consideration of the energy equation.
Definition energymodule.hh:50
Calculates the local residual of the compositional multi-phase model based on flash calculations.
Definition flashlocalresidual.hh:46
void computeStorage(Dune::FieldVector< LhsEval, numEq > &storage, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) const
Evaluate the amount all conservation quantities (e.g.
Definition flashlocalresidual.hh:97
void addDiffusiveFlux(RateVector &flux, const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) const
Adds the diffusive flux at a given flux integration point.
Definition flashlocalresidual.hh:172
void addPhaseStorage(Dune::FieldVector< LhsEval, numEq > &storage, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx, unsigned phaseIdx) const
Adds the amount all conservation quantities (e.g.
Definition flashlocalresidual.hh:72
void computeSource(RateVector &source, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) const
Calculate the source term of the equation.
Definition flashlocalresidual.hh:184
void addAdvectiveFlux(RateVector &flux, const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) const
Add the advective mass flux at a given flux integration point.
Definition flashlocalresidual.hh:128
void computeFlux(RateVector &flux, const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) const
Evaluates the total mass flux of all conservation quantities over a face of a sub-control volume.
Definition flashlocalresidual.hh:112
Classes required for molecular diffusion.
Contains the classes required to consider energy as a conservation quantity in a multi-phase module.
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:235