OpenCAEPoro  0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
Classes
OCPFluidMethod.hpp File Reference

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...
 

Detailed Description

Declaration of solution methods for fluid part in OpenCAEPoro.

Author
Shizhe Li
Date
Oct/01/2021

Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file OCPFluidMethod.hpp.