Problem where dissolved nitrogen is transported with the water phase from the left side to the right.
More...
|
| | OutflowProblem (Simulator &simulator) |
| |
| void | finishInit () |
| |
|
| std::string | name () const |
| |
| void | endTimeStep () |
| |
| template<class Context > |
| Scalar | temperature (const Context &, unsigned, unsigned) const |
| |
| template<class Context > |
| const DimMatrix & | intrinsicPermeability (const Context &, unsigned, unsigned) const |
| |
| template<class Context > |
| Scalar | porosity (const Context &, unsigned, unsigned) const |
| |
|
| template<class Context > |
| void | boundary (BoundaryRateVector &values, const Context &context, unsigned spaceIdx, unsigned timeIdx) const |
| |
|
| template<class Context > |
| void | initial (PrimaryVariables &values, const Context &context, unsigned spaceIdx, unsigned timeIdx) const |
| |
| template<class Context > |
| void | source (RateVector &rate, const Context &, unsigned, unsigned) const |
| |
template<class TypeTag>
class Opm::OutflowProblem< TypeTag >
Problem where dissolved nitrogen is transported with the water phase from the left side to the right.
The model domain is 1m times 1m and exhibits homogeneous soil properties (
). Initially the domain is fully saturated by water without any nitrogen dissolved.
At the left side, a free-flow condition defines a nitrogen mole fraction of 0.02%. The water phase flows from the left side to the right due to the imposed pressure gradient of
. The nitrogen is transported with the water flow and leaves the domain at the right boundary where an outflow boundary condition is used.