mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add temperature to SingleWellState
This commit is contained in:
@@ -25,14 +25,13 @@ namespace Opm {
|
||||
|
||||
class SingleWellState {
|
||||
public:
|
||||
explicit SingleWellState(bool is_producer);
|
||||
|
||||
SingleWellState(bool is_producer, double temp);
|
||||
|
||||
|
||||
bool producer;
|
||||
double bhp{0};
|
||||
double thp{0};
|
||||
|
||||
double temperature{};
|
||||
|
||||
void init_timestep(const SingleWellState& other);
|
||||
void shut();
|
||||
|
||||
Reference in New Issue
Block a user