mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Reorganized, added opm/core/wells/ and opm/core/simulator/.
This commit is contained in:
20
opm/core/wells/InjectionSpecification.cpp
Normal file
20
opm/core/wells/InjectionSpecification.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#include <opm/core/wells/InjectionSpecification.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
InjectionSpecification::InjectionSpecification()
|
||||
: injector_type_(WATER),
|
||||
control_mode_(NONE),
|
||||
surface_flow_max_rate_(-1e100),
|
||||
reservoir_flow_max_rate_(-1e100),
|
||||
BHP_limit_(-1e100),
|
||||
reinjection_fraction_target_(1),
|
||||
voidage_replacment_fraction_(1),
|
||||
guide_rate_(1.0),
|
||||
guide_rate_type_(NONE_GRT)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
} // namespace Opm
|
||||
Reference in New Issue
Block a user