Declaration of the GmpHydraulicMaterialBrooksCorey class.
More...
#include <gmTrace.h>
#include <assert.h>
#include <cmath>
#include <limits>
#include <iostream>
Go to the source code of this file.
|
|
#define | EPSILON 2.2204460492503131e-016 |
| |
|
|
double | GmpHydraulicMaterialBrooksCorey::liquidSaturation (double Pc, double Slr, double Sgr, double Pb, double lambda) |
| |
|
double | GmpHydraulicMaterialBrooksCorey::derivativeLiquidSaturation (double Sl, double Slr, double Sgr, double Pb, double lambda) |
| | Returns the derivative water saturation in relation to Pc.
|
| |
|
double | GmpHydraulicMaterialBrooksCorey::liquidRelativePermeability (double Se, double lambda) |
| | Returns the liquid-phase relative permeability.
|
| |
|
double | GmpHydraulicMaterialBrooksCorey::derivativeLiquidRelativePermeability (double Se, double lambda) |
| |
|
double | GmpHydraulicMaterialBrooksCorey::gasRelativePermeability (double Se, double lambda) |
| | Returns the gas fluid relative permeability.
|
| |
|
double | GmpHydraulicMaterialBrooksCorey::derivativeGasRelativePermeability (double Se, double lambda) |
| | Returns the gas-phase relative permeability derivative in terms of the effective liquid saturation.
|
| |
Declaration of the GmpHydraulicMaterialBrooksCorey class.
- Author
- : Danilo Cavalcanti
- Date
- February, 2025