|
|
|
|
@ -13,7 +13,6 @@ struct RunnerParams
|
|
|
|
|
double h;
|
|
|
|
|
double Ct;
|
|
|
|
|
double Cf;
|
|
|
|
|
bool hasCt;
|
|
|
|
|
|
|
|
|
|
// optional schedule extension
|
|
|
|
|
uint32_t sectionIndex; // wellFlowSectionIndex
|
|
|
|
|
@ -21,7 +20,7 @@ struct RunnerParams
|
|
|
|
|
std::vector<double> q; // m^3/d
|
|
|
|
|
|
|
|
|
|
RunnerParams()
|
|
|
|
|
: k(0), skin(0), wellboreC(0), phi(0), h(0), Ct(0), Cf(0), hasCt(false), sectionIndex(0)
|
|
|
|
|
: k(0), skin(0), wellboreC(0), phi(0), h(0), Ct(0), Cf(0), sectionIndex(0)
|
|
|
|
|
{}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|