Implements a boundary vector for the fully implicit multi-phase model which assumes immiscibility.
More...
#include <immiscibleboundaryratevector.hh>
|
| ImmiscibleBoundaryRateVector (const Evaluation &value) |
| Constructor that assigns all entries to a scalar value. More...
|
|
| ImmiscibleBoundaryRateVector (const ImmiscibleBoundaryRateVector &value)=default |
| Copy constructor. More...
|
|
ImmiscibleBoundaryRateVector & | operator= (const ImmiscibleBoundaryRateVector &value)=default |
|
template<class Context , class FluidState > |
void | setFreeFlow (const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState) |
| Specify a free-flow boundary. More...
|
|
template<class Context , class FluidState > |
void | setInFlow (const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState) |
| Specify an inflow boundary. More...
|
|
template<class Context , class FluidState > |
void | setOutFlow (const Context &context, unsigned bfIdx, unsigned timeIdx, const FluidState &fluidState) |
| Specify an outflow boundary. More...
|
|
void | setNoFlow () |
| Specify a no-flow boundary for all conserved quantities.
|
|
template<class TypeTag>
class Ewoms::ImmiscibleBoundaryRateVector< TypeTag >
Implements a boundary vector for the fully implicit multi-phase model which assumes immiscibility.
Constructor that assigns all entries to a scalar value.
- Parameters
-
value | The scalar value to which all components of the boundary rate vector will be set. |
Copy constructor.
- Parameters
-
value | The boundary rate vector to be duplicated. |
template<class TypeTag >
template<class Context , class FluidState >
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. |
template<class TypeTag >
template<class Context , class FluidState >
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. |
template<class TypeTag >
template<class Context , class FluidState >
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: