|
|
| StandardWellPrimaryVariables (const WellInterfaceIndices< FluidSystem, Indices > &well) |
| | Constructor initializes reference to well interface.
|
| |
|
void | resize (const int numWellEq) |
| | Resize values and evaluations.
|
| |
|
int | numWellEq () const |
| | Returns number of well equations.
|
| |
|
void | update (const WellState< Scalar, IndexTraits > &well_state, const bool stop_or_zero_rate_target, DeferredLogger &deferred_logger) |
| | Copy values from well state.
|
| |
|
void | updatePolyMW (const WellState< Scalar, IndexTraits > &well_state) |
| | Copy polymer molecular weigt values from well state.
|
| |
|
void | updateNewton (const BVectorWell &dwells, const bool stop_or_zero_rate_target, const Scalar dFLimit, const Scalar dBHPLimit, DeferredLogger &deferred_logger) |
| | Update values from newton update vector.
|
| |
|
void | updateNewtonPolyMW (const BVectorWell &dwells) |
| | Update polymer molecular weight values from newton update vector.
|
| |
|
void | checkFinite (DeferredLogger &deferred_logger) const |
| | Check that all values are finite.
|
| |
|
void | copyToWellState (WellState< Scalar, IndexTraits > &well_state, DeferredLogger &deferred_logger) const |
| | Copy values to well state.
|
| |
|
void | copyToWellStatePolyMW (WellState< Scalar, IndexTraits > &well_state) const |
| | Copy polymer molecular weight values to well state.
|
| |
|
EvalWell | volumeFractionScaled (const int compIdx) const |
| | Returns scaled volume fraction for a component.
|
| |
|
EvalWell | surfaceVolumeFraction (const int compIdx) const |
| | Returns surface volume fraction for a component.
|
| |
|
EvalWell | getQs (const int compIdx) const |
| | Returns scaled rate for a component.
|
| |
|
Scalar | value (const int idx) const |
| | Returns a value.
|
| |
|
const EvalWell & | eval (const int idx) const |
| | Returns a const ref to an evaluation.
|
| |
|
void | setValue (const int idx, const Scalar val) |
| | Set a value. Note that this does not also set the corresponding evaluation.
|
| |
template<
class FluidSystem,
class Indices>
class Opm::StandardWellPrimaryVariables< FluidSystem, Indices >
Class holding primary variables for StandardWell.