OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
Declaration of solution methods for fluid part in OpenCAEPoro. More...
#include "LinearSystem.hpp"
#include "OCPControl.hpp"
#include "Reservoir.hpp"
#include "UtilTiming.hpp"
#include "UtilOutput.hpp"
Go to the source code of this file.
Classes | |
class | OCP_IMPEC |
OCP_IMPEC is IMPEC (implict pressure explict saturation) method. More... | |
class | OCP_FIM |
OCP_FIM is FIM (Fully Implicit Method). More... | |
class | OCP_FIMn |
class | OCP_AIMc |
class | OCP_AIMs |
perform AIM in space, that is, some grids will be implicit, others will be explicit at the same time step More... | |
class | OCP_AIMt |
perform AIM in time, that is, local FIM will be performed after global IMPEC performs More... | |
Declaration of solution methods for fluid part in OpenCAEPoro.
Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.
Definition in file OCPFluidMethod.hpp.