28#ifndef EWOMS_FLASH_LOCAL_RESIDUAL_HH
29#define EWOMS_FLASH_LOCAL_RESIDUAL_HH
31#include <opm/material/common/MathToolbox.hpp>
32#include <opm/material/common/Valgrind.hpp>
45template <
class TypeTag>
58 enum { conti0EqIdx = Indices::conti0EqIdx };
72 template <
class LhsEval>
74 const ElementContext& elemCtx,
79 const IntensiveQuantities& intQuants = elemCtx.intensiveQuantities(dofIdx,
timeIdx);
80 const auto& fs = intQuants.fluidState();
97 template <
class LhsEval>
99 const ElementContext& elemCtx,
108 EnergyModule::addSolidEnergyStorage(
storage, elemCtx.intensiveQuantities(dofIdx,
timeIdx));
115 const ElementContext& elemCtx,
121 Valgrind::CheckDefined(
flux);
124 Valgrind::CheckDefined(
flux);
131 const ElementContext& elemCtx,
137 const unsigned focusDofIdx = elemCtx.focusDofIndex();
141 const IntensiveQuantities&
up = elemCtx.intensiveQuantities(
upIdx,
timeIdx);
158 Toolbox::value(
up.fluidState().molarDensity(
phaseIdx)) *
175 const ElementContext& elemCtx,
187 const ElementContext& elemCtx,
191 Valgrind::SetUndefined(source);
192 elemCtx.problem().source(source, elemCtx, dofIdx,
timeIdx);
193 Valgrind::CheckDefined(source);
Provides the auxiliary methods required for consideration of the diffusion equation.
Definition diffusionmodule.hh:51
Provides the auxiliary methods required for consideration of the energy equation.
Definition energymodule.hh:54
Calculates the local residual of the compositional multi-phase model based on flash calculations.
Definition flashlocalresidual.hh:47
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:98
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:174
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:73
void computeSource(RateVector &source, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) const
Calculate the source term of the equation.
Definition flashlocalresidual.hh:186
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:130
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:114
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 blackoilbioeffectsmodules.hh:43
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:240
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:233