Support Block Level Solvent Saturation Summary Output
This commit recognises the summary vector "BNSAT" as a supported keyword. This, in turn, enables retrieving the simulator's solvent saturation values at the block level as a time series.
This commit is contained in:
parent
9d5167ab4e
commit
3e1031b1d5
@ -2184,6 +2184,7 @@ static const std::unordered_map< std::string, Opm::UnitSystem::measure> block_un
|
||||
{"BGSAT" , Opm::UnitSystem::measure::identity},
|
||||
{"BSOIL" , Opm::UnitSystem::measure::identity},
|
||||
{"BOSAT" , Opm::UnitSystem::measure::identity},
|
||||
{"BNSAT" , Opm::UnitSystem::measure::identity},
|
||||
{"BWKR" , Opm::UnitSystem::measure::identity},
|
||||
{"BOKR" , Opm::UnitSystem::measure::identity},
|
||||
{"BKRO" , Opm::UnitSystem::measure::identity},
|
||||
|
Loading…
Reference in New Issue
Block a user