mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
3d737c2952
also improve the description of the richards model so that it is ready for the handbook
10 lines
891 B
TeX
10 lines
891 B
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% This file has been autogenerated from the LaTeX part of the %
|
|
% doxygen documentation; DO NOT EDIT IT! Change the model's .hh %
|
|
% file instead!! %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
Adaption of the BOX scheme to the single phase isothermal flow model. Single phase compressible isothermal flow model, \begin{align*} \phi \frac{\partial \varrho}{\partial t} + \vec{\nabla} \cdot (- \varrho \frac{\bar{\bar{K}}}{\mu} ( \nabla p -\varrho \vec{g})) = q, \end{align*} discretized using a vertex centered finite volume (box) scheme as spatial and the implicit Euler method as time discretization. Of course, the model can also be used for incompressible single phase flow modeling, if in the problem file a fluid with constant density is chosen.
|
|
|