Assign tracer data to SWEL

This commit is contained in:
Joakim Hove
2021-11-19 12:33:14 +01:00
parent 414b7c1946
commit b00707ff84
10 changed files with 52 additions and 26 deletions

View File

@@ -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,

View File

@@ -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