|
StandardWellAssemble.hpp
Go to the documentation of this file.
Definition: DeferredLogger.hpp:57 Definition: GroupStateHelper.hpp:53 Class handling assemble of the equation system for StandardWell. Definition: StandardWellAssemble.hpp:44 void assembleSourceEq(const EvalWell &resWell_loc, const int componentIdx, const int numWellEq, StandardWellEquationsType &eqns) const Assemble a source term. void assembleZFracEq(const EvalWell &cq_s_zfrac_effective, const int cell_idx, const int numWellEq, StandardWellEquationsType &eqns) const Assemble equation for Z fraction. StandardWellAssemble(const WellInterfaceFluidSystem< FluidSystem > &well) Constructor initializes reference to well. Definition: StandardWellAssemble.hpp:54 typename FluidSystem::Scalar Scalar Definition: StandardWellAssemble.hpp:46 typename PrimaryVariables::EvalWell EvalWell Definition: StandardWellAssemble.hpp:48 void assembleInjectivityEq(const EvalWell &eq_pskin, const EvalWell &eq_wat_vel, const int pskin_index, const int wat_vel_index, const int cell_idx, const int numWellEq, StandardWellEquationsType &eqns) const Assemble injectivity equation. void assemblePerforationEq(const EvalWell &cq_s_effective, const int componentIdx, const int cell_idx, const int numWellEq, StandardWellEquationsType &eqns) const Assemble equation for a perforation. void assembleControlEq(const GroupStateHelperType &groupStateHelper, const Well::InjectionControls &inj_controls, const Well::ProductionControls &prod_controls, const PrimaryVariables &primary_variables, const Scalar rho, StandardWellEquationsType &eqns, const bool stopped_or_zero_target, DeferredLogger &deferred_logger) const Assemble control equation. typename FluidSystem::IndexTraitsType IndexTraits Definition: StandardWellAssemble.hpp:49 Class holding primary variables for StandardWell. Definition: StandardWellPrimaryVariables.hpp:42 DenseAd::DynamicEvaluation< Scalar, numStaticWellEq+Indices::numEq+1 > EvalWell Evaluation for the well equations. Definition: StandardWellPrimaryVariables.hpp:89 Definition: WellInterfaceFluidSystem.hpp:50 Definition: blackoilbioeffectsmodules.hh:43 |