|
static void | volumeAndPhasePressureDifferences (std::array< short, numPhases > &upIdx, std::array< short, numPhases > &dnIdx, Evaluation(&volumeFlux)[numPhases], Evaluation(&pressureDifferences)[numPhases], const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) |
|
template<class EvalType > |
static void | calculatePhasePressureDiff_ (short &upIdx, short &dnIdx, EvalType &pressureDifference, const IntensiveQuantities &intQuantsIn, const IntensiveQuantities &intQuantsEx, const unsigned phaseIdx, const unsigned interiorDofIdx, const unsigned exteriorDofIdx, const Scalar Vin, const Scalar Vex, const unsigned globalIndexIn, const unsigned globalIndexEx, const Scalar distZg, const Scalar thpres, const ModuleParams &moduleParams) |
|
template<class Problem , class FluidState , class EvaluationContainer > |
static void | calculateBoundaryGradients_ (const Problem &problem, const unsigned globalSpaceIdx, const IntensiveQuantities &intQuantsIn, const unsigned bfIdx, const double faceArea, const double zEx, const FluidState &exFluidState, std::array< short, numPhases > &upIdx, std::array< short, numPhases > &dnIdx, EvaluationContainer &volumeFlux, EvaluationContainer &pressureDifference) |
| Update the required gradients for boundary faces.
|
|
|
unsigned | upstreamIndex_ (unsigned phaseIdx) const |
| Returns the local index of the degree of freedom in which is in upstream direction.
|
|
unsigned | downstreamIndex_ (unsigned phaseIdx) const |
| Returns the local index of the degree of freedom in which is in downstream direction.
|
|
void | updateSolvent (const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) |
|
void | updatePolymer (const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) |
|
void | calculateGradients_ (const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) |
| Update the required gradients for interior faces.
|
|
template<class FluidState > |
void | calculateBoundaryGradients_ (const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx, const FluidState &exFluidState) |
| Update the required gradients for boundary faces.
|
|
void | calculateFluxes_ (const ElementContext &, unsigned, unsigned) |
| Update the volumetric fluxes for all fluid phases on the interior faces of the context.
|
|
void | calculateBoundaryFluxes_ (const ElementContext &, unsigned, unsigned) |
|
template<
class TypeTag>
class Opm::NewTranExtensiveQuantities< TypeTag >
Provides the ECL flux module.