Fix Spelling
This commit is contained in:
parent
1db095c69b
commit
88b6cebb19
@ -71,7 +71,7 @@ RstWell::RstWell(const ::Opm::UnitSystem& unit_system,
|
||||
completion_ordering( iwel[VI::IWell::CompOrd]),
|
||||
pvt_table( def_pvt_table),
|
||||
msw_pressure_drop_model( iwel[VI::IWell::MSW_PlossMod]),
|
||||
// The values orat_target -> bhp_target_flow will be used in UDA values. The
|
||||
// The values orat_target -> bhp_target_float will be used in UDA values. The
|
||||
// UDA values are responsible for unit conversion and raw values are
|
||||
// internalized here.
|
||||
orat_target( swel_value(swel[VI::SWell::OilRateTarget])),
|
||||
|
@ -112,7 +112,7 @@ namespace Opm {
|
||||
void Well::WellProductionProperties::init_history(const DeckRecord& record)
|
||||
{
|
||||
this->predictionMode = false;
|
||||
// update LiquidRate. The funnny constrction with explicitly making a new
|
||||
// update LiquidRate. The funny construction with explicitly making a new
|
||||
// UDAValue is to ensure that the UDAValue has the correct dimension.
|
||||
this->LiquidRate = UDAValue(this->WaterRate.get<double>() + this->OilRate.get<double>(), this->OilRate.get_dim());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user