OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
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) |
MixtureComp class declaration.
Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.
Definition in file MixtureComp.hpp.