Hi everyone,
First of all, I am very new to MRST and any guidance would be highly appreciated.
I’m trying to get the mass balance equation terms (accumulation, flux, and source/sink) in MRST simulations for a CO2 injection problem.
Are there specific keywords, variables, or internal fields in MRST that correspond to these terms?
Kind regards,
Hassan
co2lab module? CO2VEBlackOilModel then?getModelEquations (found in
CO2VEBlackOilTypeModel.m). model.FlowDiscretization.componentConservationEquations computes the bare accumulation terms (per cell) and fluxes (per face). Subsequently, sources and sinks are added inside the function, as well as special treatments
for dissolution and hysteresis.