A class for representing a saturation boundary condition.
More...
#include <BoundaryConditions.hpp>
|
|
| SatBC () |
| | Default constructor, that makes a Dirichlet condition with value 1.0.
|
| | SatBC (BCType type, double value) |
| | Constructor taking a type and value.
|
| double | saturation () const |
| | Query a Dirichlet condition.
|
| double | saturationDifference () const |
| | Query a Periodic condition.
|
| void | write (std::basic_ostream< charT, traits > &os) const |
| | Write type and value to an output stream.
|
A class for representing a saturation boundary condition.
◆ SatBC()
| Opm::SatBC::SatBC |
( |
BCType | type, |
|
|
double | value ) |
|
inline |
Constructor taking a type and value.
- Parameters
-
| type | the condition type. |
| value | the condition value. |
◆ saturation()
| double Opm::SatBC::saturation |
( |
| ) |
const |
|
inline |
Query a Dirichlet condition.
- Returns
- the boundary saturation value
◆ saturationDifference()
| double Opm::SatBC::saturationDifference |
( |
| ) |
const |
|
inline |
Query a Periodic condition.
- Returns
- the saturation difference value.
The documentation for this class was generated from the following file: