mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 07:53:29 -06:00
Follow changes to header file.
This commit is contained in:
parent
2d7d52bec1
commit
c234c0b42a
@ -5,13 +5,14 @@ namespace Opm
|
|||||||
InjectionSpecification::InjectionSpecification()
|
InjectionSpecification::InjectionSpecification()
|
||||||
: injector_type_(WATER),
|
: injector_type_(WATER),
|
||||||
control_mode_(NONE),
|
control_mode_(NONE),
|
||||||
surface_flow_max_rate_(1e100),
|
surface_flow_max_rate_(-1e100),
|
||||||
reinjection_fraction_target_(0.0),
|
reservoir_flow_max_rate_(-1e100),
|
||||||
fluid_volume_max_rate_(1e100),
|
BHP_limit_(-1e100),
|
||||||
BHP_limit_(1e100)
|
reinjection_fraction_target_(-1e100),
|
||||||
|
guide_rate_(1.0),
|
||||||
|
guide_rate_type_(NONE_GRT)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
Loading…
Reference in New Issue
Block a user