internalize the WINJTEMP keyword

currently the only quantity that us used is the well temperature,
i.e., specifying the fluid enthalpy does not have any effect.
This commit is contained in:
Andreas Lauser
2018-04-10 14:56:11 +02:00
parent d381110119
commit 10258f247b
2 changed files with 29 additions and 3 deletions

View File

@@ -150,6 +150,7 @@ namespace Opm
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 handleWINJTEMP( 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);