Merge pull request #3650 from akva2/init_file_restore_order

fixed: restore order of 'standard' fields in init file
This commit is contained in:
Bård Skaflestad
2023-08-23 11:29:20 +02:00
committed by GitHub

View File

@@ -439,12 +439,14 @@ namespace {
::Opm::EclIO::OutputStream::Init& initFile)
{
const auto doubleKeywords = Properties {
{"BIOTCOEF" , ::Opm::UnitSystem::measure::identity},
{"NTG" , ::Opm::UnitSystem::measure::identity},
// do not reorder the fields below
{"PORO" , ::Opm::UnitSystem::measure::identity},
{"PERMX" , ::Opm::UnitSystem::measure::permeability},
{"PERMY" , ::Opm::UnitSystem::measure::permeability},
{"PERMZ" , ::Opm::UnitSystem::measure::permeability},
{"NTG" , ::Opm::UnitSystem::measure::identity},
// the rest in alphabetic order starting here
{"BIOTCOEF" , ::Opm::UnitSystem::measure::identity},
{"POELCOEF" , ::Opm::UnitSystem::measure::identity},
{"PRATIO" , ::Opm::UnitSystem::measure::identity},
{"THERMEXR" , ::Opm::UnitSystem::measure::identity}, // 1/(temperature difference)