mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding segment phase rates to the SolutionState.
This commit is contained in:
parent
40f245deef
commit
42c19e174b
@ -34,11 +34,13 @@ namespace Opm {
|
||||
struct BlackoilMultiSegmentSolutionState : public DefaultBlackoilSolutionState
|
||||
{
|
||||
explicit BlackoilMultiSegmentSolutionState(const int np)
|
||||
: DefaultBlackoilSolutionState(np),
|
||||
pseg( ADB::null())
|
||||
: DefaultBlackoilSolutionState(np)
|
||||
, segp ( ADB::null())
|
||||
, segqs ( ADB::null())
|
||||
{
|
||||
}
|
||||
ADB pseg; // the segment pressures
|
||||
ADB segp; // the segment pressures
|
||||
ADB segqs; // the segment phase rate in surface volume
|
||||
};
|
||||
|
||||
/// A model implementation for three-phase black oil with support
|
||||
|
Loading…
Reference in New Issue
Block a user