A newton solver which is specific to the compositional multi-phase PVS model.
More...
#include <pvsnewtonmethod.hh>
|
| PvsNewtonMethod (Simulator &simulator) |
|
|
void | updatePrimaryVariables_ (unsigned, PrimaryVariables &nextValue, const PrimaryVariables ¤tValue, const EqVector &update, const EqVector &) |
| Update a single primary variables object.
|
|
void | endIteration_ (SolutionVector &uCurrentIter, const SolutionVector &uLastIter) |
| Indicates that one Newton iteration was finished.
|
|
void | clampValue_ (Scalar &val, Scalar minVal, Scalar maxVal) const |
|
|
friend | NewtonMethod< TypeTag > |
|
friend | ParentType |
|
template<class TypeTag>
class Opm::PvsNewtonMethod< TypeTag >
A newton solver which is specific to the compositional multi-phase PVS model.
◆ endIteration_()
template<class TypeTag >
void Opm::PvsNewtonMethod< TypeTag >::endIteration_ |
( |
SolutionVector & | uCurrentIter, |
|
|
const SolutionVector & | uLastIter ) |
|
inlineprotected |
Indicates that one Newton iteration was finished.
- Parameters
-
nextSolution | The solution after the current Newton iteration |
currentSolution | The solution at the beginning of the current Newton iteration |
◆ updatePrimaryVariables_()
template<class TypeTag >
void Opm::PvsNewtonMethod< TypeTag >::updatePrimaryVariables_ |
( |
unsigned | , |
|
|
PrimaryVariables & | nextValue, |
|
|
const PrimaryVariables & | currentValue, |
|
|
const EqVector & | update, |
|
|
const EqVector & | ) |
|
inlineprotected |
Update a single primary variables object.
The documentation for this class was generated from the following file: