changes to allow Summary output of additional block variables
Allow output of: BOSAT BWKR BOKR BKRO BGKR BKRG BKRW BWPC BGPC BVWAT BWVIS BVGAS BGVIS BVOIL BOVIS For this to work, appropriate changes to opm-simulators in ecloutputblackoilmodule.hh needs to be included. This is made in a separate branch since it belongs to a different repo.
This commit is contained in:
parent
546517784e
commit
bd58468930
@ -1065,12 +1065,18 @@ static const std::unordered_map< std::string, UnitSystem::measure> block_units =
|
||||
{"BOSAT" , UnitSystem::measure::identity},
|
||||
{"BWKR" , UnitSystem::measure::identity},
|
||||
{"BOKR" , UnitSystem::measure::identity},
|
||||
/* {"BKRO" , UnitSystem::measure::identity},
|
||||
{"BKRO" , UnitSystem::measure::identity},
|
||||
{"BGKR" , UnitSystem::measure::identity},
|
||||
{"BKRG" , UnitSystem::measure::identity},
|
||||
{"BKRW" , UnitSystem::measure::identity},
|
||||
{"BWPC" , UnitSystem::measure::identity},
|
||||
{"BGPC" , UnitSystem::measure::identity}, */
|
||||
{"BWPC" , UnitSystem::measure::pressure},
|
||||
{"BGPC" , UnitSystem::measure::pressure},
|
||||
{"BVWAT" , UnitSystem::measure::viscosity},
|
||||
{"BWVIS" , UnitSystem::measure::viscosity},
|
||||
{"BVGAS" , UnitSystem::measure::viscosity},
|
||||
{"BGVIS" , UnitSystem::measure::viscosity},
|
||||
{"BVOIL" , UnitSystem::measure::viscosity},
|
||||
{"BOVIS" , UnitSystem::measure::viscosity},
|
||||
};
|
||||
|
||||
inline std::vector< const Well* > find_wells( const Schedule& schedule,
|
||||
|
Loading…
Reference in New Issue
Block a user