add temperature to the well injection properties
so far, this uses the WTEMP keyword. the WINJTEMP keyword is still to do!
This commit is contained in:
@@ -143,6 +143,7 @@ namespace Opm
|
||||
void handleWCONINJE( const SCHEDULESection&, const DeckKeyword& keyword, size_t currentStep);
|
||||
void handleWPOLYMER( const DeckKeyword& keyword, size_t currentStep);
|
||||
void handleWSOLVENT( const DeckKeyword& keyword, size_t currentStep);
|
||||
void handleWTEMP( const DeckKeyword& keyword, size_t currentStep);
|
||||
void handleWCONINJH( const SCHEDULESection&, const DeckKeyword& keyword, size_t currentStep);
|
||||
void handleWELOPEN( const DeckKeyword& keyword, size_t currentStep );
|
||||
void handleWELTARG( const SCHEDULESection&, const DeckKeyword& keyword, size_t currentStep);
|
||||
|
||||
@@ -29,6 +29,7 @@ namespace Opm {
|
||||
struct WellInjectionProperties {
|
||||
double surfaceInjectionRate;
|
||||
double reservoirInjectionRate;
|
||||
double temperature;
|
||||
double BHPLimit;
|
||||
double THPLimit;
|
||||
int VFPTableNumber;
|
||||
|
||||
Reference in New Issue
Block a user