![]() |
OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Public Member Functions | |
| void | Setup (const Grid &myGrid) |
| Setup ScalePcow term. | |
| OCP_BOOL | IfScale () const |
| Return ifScale. | |
| void | AssignScaleValue (const OCP_USI &n, const OCP_DBL &v) |
| Assign value to scaleVal. | |
| OCP_DBL | GetSwInit (const OCP_USI &n) const |
| OCP_DBL | GetScaleVal (const OCP_USI &n) const |
| Return scaleVal. | |
Protected Attributes | |
| OCP_BOOL | ifSetup {OCP_FALSE} |
| Only one setup is needed. | |
| OCP_BOOL | ifScale {OCP_FALSE} |
| If true, then Scale will be used. | |
| vector< OCP_DBL > | scaleVal |
| Scale values for Pcow, it will be calculated from swatInit. | |
| vector< OCP_DBL > | swatInit |
| Initial water distribution. | |
Friends | |
| class | Out4RPT |
Definition at line 73 of file PhasePermeability.hpp.