Assign tracer data to SWEL
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Opm {
|
||||
class SummaryState;
|
||||
class UnitSystem;
|
||||
class WellTestState;
|
||||
class TracerConfig;
|
||||
namespace Action {
|
||||
class State;
|
||||
}
|
||||
@@ -51,7 +52,7 @@ namespace Opm { namespace RestartIO { namespace Helpers {
|
||||
explicit AggregateWellData(const std::vector<int>& inteHead);
|
||||
|
||||
void captureDeclaredWellData(const Schedule& sched,
|
||||
const UnitSystem& units,
|
||||
const TracerConfig& tracer,
|
||||
const std::size_t sim_step,
|
||||
const Opm::Action::State& action_state,
|
||||
const Opm::WellTestState& wtest_state,
|
||||
|
||||
@@ -183,6 +183,8 @@ namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems
|
||||
LOweightFac = 57, // Well's wighting factor for preferential allocation of lift gas
|
||||
LOminRate = 67, // Well's mimimum lift gas rate
|
||||
LOincFac =115,
|
||||
|
||||
TracerOffset = 122, // Tracer data start at this index
|
||||
};
|
||||
} // SWell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user