OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Classes | Functions
MixtureComp.hpp File Reference

MixtureComp class declaration. More...

#include <algorithm>
#include <math.h>
#include <vector>
#include "DenseMat.hpp"
#include "Mixture.hpp"
#include "OCPTable.hpp"

Go to the source code of this file.

Classes

class  SSMparamSTA
 Params for SSM in Phase Stability Analysis. More...
 
class  NRparamSTA
 Params for NR in Phase Stability Analysis. More...
 
class  SSMparamSP
 Params for SSM in Phase Split. More...
 
class  NRparamSP
 Params for NR in Phase Split. More...
 
class  RRparam
 Param for Solving Rachford-Rice Equations. More...
 
class  EoScontrol
 
class  COMP
 
class  MixtureComp
 

Functions

OCP_DBL signD (const OCP_DBL &d)
 Return the sign of double di.
 
OCP_DBL delta (const USI &i, const USI &j)
 
void NTcubicroot (OCP_DBL &root, const OCP_DBL &a, const OCP_DBL &b, const OCP_DBL &c)
 

Detailed Description

MixtureComp class declaration.

Author
Shizhe Li
Date
Nov/30/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 MixtureComp.hpp.