Implements a rate vector on the boundary for the fully implicit compositional multi-phase primary variable switching compositional model.
More...
#include <pvsboundaryratevector.hh>
|
| PvsBoundaryRateVector (const Evaluation &value) |
|
| PvsBoundaryRateVector (const PvsBoundaryRateVector &value)=default |
|
PvsBoundaryRateVector & | operator= (const PvsBoundaryRateVector &value)=default |
|
template<class Context , class FluidState > |
void | setFreeFlow (const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState) |
| Specify a free-flow boundary.
|
|
template<class Context , class FluidState > |
void | setInFlow (const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState) |
| Specify an inflow boundary.
|
|
template<class Context , class FluidState > |
void | setOutFlow (const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState) |
| Specify an outflow boundary.
|
|
void | setNoFlow () |
| Specify a no-flow boundary for all conserved quantities.
|
|
template<class TypeTag>
class Opm::PvsBoundaryRateVector< TypeTag >
Implements a rate vector on the boundary for the fully implicit compositional multi-phase primary variable switching compositional model.
◆ PvsBoundaryRateVector() [1/2]
ImmiscibleBoundaryRateVector::ImmiscibleBoundaryRateVector(Scalar)
◆ PvsBoundaryRateVector() [2/2]
◆ setFreeFlow()
template<class TypeTag >
template<class Context , class FluidState >
void Opm::PvsBoundaryRateVector< TypeTag >::setFreeFlow |
( |
const Context & | context, |
|
|
unsigned | bfIdx, |
|
|
unsigned | timeIdx, |
|
|
const FluidState & | fluidState ) |
|
inline |
Specify a free-flow boundary.
- Parameters
-
context | The execution context for which the boundary rate should be specified. |
bfIdx | The local space index of the boundary segment. |
timeIdx | The index used by the time discretization. |
fluidState | The repesentation of the thermodynamic state of the system on the integration point of the boundary segment. |
◆ setInFlow()
template<class TypeTag >
template<class Context , class FluidState >
void Opm::PvsBoundaryRateVector< TypeTag >::setInFlow |
( |
const Context & | context, |
|
|
unsigned | bfIdx, |
|
|
unsigned | timeIdx, |
|
|
const FluidState & | fluidState ) |
|
inline |
Specify an inflow boundary.
An inflow boundary condition is basically a free flow boundary condition that is not prevented from specifying a flow out of the domain.
- Parameters
-
context | The execution context for which the boundary rate should be specified. |
bfIdx | The local space index of the boundary segment. |
timeIdx | The index used by the time discretization. |
fluidState | The repesentation of the thermodynamic state of the system on the integration point of the boundary segment. |
◆ setNoFlow()
Specify a no-flow boundary for all conserved quantities.
◆ setOutFlow()
template<class TypeTag >
template<class Context , class FluidState >
void Opm::PvsBoundaryRateVector< TypeTag >::setOutFlow |
( |
const Context & | context, |
|
|
unsigned | bfIdx, |
|
|
unsigned | timeIdx, |
|
|
const FluidState & | fluidState ) |
|
inline |
Specify an outflow boundary.
An outflow boundary condition is basically a free flow boundary condition that is not prevented from specifying a flow into the domain.
- Parameters
-
context | The execution context for which the boundary rate should be specified. |
bfIdx | The local space index of the boundary segment. |
timeIdx | The index used by the time discretization. |
fluidState | The repesentation of the thermodynamic state of the system on the integration point of the boundary segment. |
The documentation for this class was generated from the following file: