Use average density for hydro p-drop

This commit is contained in:
Stein Krogstad
2023-05-10 10:31:49 +02:00
parent 8ee3493aed
commit 0417f101bf
5 changed files with 23 additions and 13 deletions

View File

@@ -89,9 +89,10 @@ public:
void assembleHydroPressureLoss(const int seg,
const int seg_upwind,
const EvalWell& hydro_pressure_drop,
Equations& eqs1) const;
const int seg_outlet,
const EvalWell& hydro_pressure_drop_seg,
const EvalWell& hydro_pressure_drop_outlet,
Equations& eqns1) const;
void assemblePressureEqExtraDerivatives(const int seg,
const int seg_upwind,