mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename "velocity modules" to "flux modules"
that's because these modules do not necessarily use a velocity to calculate fluxes...
This commit is contained in:
@@ -229,8 +229,8 @@ public:
|
||||
{
|
||||
std::ostringstream oss;
|
||||
oss << "powerinjection_";
|
||||
if (std::is_same<typename GET_PROP_TYPE(TypeTag, VelocityModule),
|
||||
Ewoms::DarcyVelocityModule<TypeTag> >::value)
|
||||
if (std::is_same<typename GET_PROP_TYPE(TypeTag, FluxModule),
|
||||
Ewoms::DarcyFluxModule<TypeTag> >::value)
|
||||
oss << "darcy";
|
||||
else
|
||||
oss << "forchheimer";
|
||||
|
||||
Reference in New Issue
Block a user