mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Added Latex format in documentation.
This commit is contained in:
parent
7c21765100
commit
4b193f34ec
@ -61,10 +61,10 @@ namespace Opm
|
||||
|
||||
/// Assemble and solve incompressible pressure system.
|
||||
/// \param[in] totmob Must contain N total mobility values (one per cell).
|
||||
/// totmob = \sum_{p} kr_p/mu_p.
|
||||
/// \f$totmob = \sum_{p} kr_p/mu_p\f$.
|
||||
/// \param[in] omega Must be empty if constructor gravity argument was null.
|
||||
/// Otherwise must contain N mobility-weighted density values (one per cell).
|
||||
/// omega = \frac{\sum_{p} mob_p rho_p}{\sum_p rho_p}.
|
||||
/// \f$omega = \frac{\sum_{p} mob_p rho_p}{\sum_p rho_p}\f$.
|
||||
/// \param[in] src Must contain N source rates (one per cell).
|
||||
/// Positive values represent total inflow rates,
|
||||
/// negative values represent total outflow rates.
|
||||
|
Loading…
Reference in New Issue
Block a user