Fix Spelling

This commit is contained in:
Bård Skaflestad 2021-09-27 15:18:40 +02:00
parent 1db095c69b
commit 88b6cebb19
2 changed files with 2 additions and 2 deletions

View File

@ -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])),

View File

@ -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());