![]() |
OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
OCP_IMPEC is IMPEC (implict pressure explict saturation) method. More...
#include <OCPFluidMethod.hpp>
Public Member Functions | |
| void | Setup (Reservoir &rs, LinearSystem &myLS, const OCPControl &ctrl) |
| Setup IMPEC. | |
| void | InitReservoir (Reservoir &rs) const |
| Init. | |
| void | Prepare (Reservoir &rs, OCP_DBL &dt) |
| Prepare for Assembling matrix. | |
| void | SolveLinearSystem (LinearSystem &myLS, Reservoir &rs, OCPControl &ctrl) |
| Solve the linear system. | |
| bool | UpdateProperty (Reservoir &rs, OCPControl &ctrl) |
| Update properties of fluids. | |
| bool | UpdateProperty01 (Reservoir &rs, OCPControl &ctrl) |
| bool | FinishNR (const Reservoir &rs) |
| Determine if NR iteration finishes. | |
| bool | FinishNR01 (Reservoir &rs, OCPControl &ctrl) |
| void | FinishStep (Reservoir &rs, OCPControl &ctrl) |
OCP_IMPEC is IMPEC (implict pressure explict saturation) method.
Definition at line 23 of file OCPFluidMethod.hpp.