mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Documented computePhaseMobilities().
This commit is contained in:
parent
bc0173a56b
commit
f40d0ad8de
@ -217,6 +217,12 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// @brief Computes phase mobilities for a set of saturation values.
|
||||
/// @param[in] props rock and fluid properties
|
||||
/// @param[in] cells cells with which the saturation values are associated
|
||||
/// @param[in] s saturation values (for all phases)
|
||||
/// @param[out] pmobc phase mobilities (for all phases).
|
||||
void computePhaseMobilities(const Opm::IncompPropertiesInterface& props,
|
||||
const std::vector<int>& cells,
|
||||
const std::vector<double>& s ,
|
||||
|
@ -107,6 +107,11 @@ namespace Opm
|
||||
std::vector<double>& omega);
|
||||
|
||||
|
||||
/// @brief Computes phase mobilities for a set of saturation values.
|
||||
/// @param[in] props rock and fluid properties
|
||||
/// @param[in] cells cells with which the saturation values are associated
|
||||
/// @param[in] s saturation values (for all phases)
|
||||
/// @param[out] pmobc phase mobilities (for all phases).
|
||||
void computePhaseMobilities(const Opm::IncompPropertiesInterface& props,
|
||||
const std::vector<int>& cells,
|
||||
const std::vector<double>& s ,
|
||||
|
Loading…
Reference in New Issue
Block a user