mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add output of temperature
This commit is contained in:
parent
d771810562
commit
fb27ebd4eb
@ -346,7 +346,11 @@ public:
|
||||
if (oilPressure_.size() > 0) {
|
||||
oilPressure_[globalDofIdx] = Opm::getValue(fs.pressure(oilPhaseIdx));
|
||||
Opm::Valgrind::CheckDefined(oilPressure_[globalDofIdx]);
|
||||
}
|
||||
|
||||
if (temperature_.size() > 0) {
|
||||
temperature_[globalDofIdx] = Opm::getValue(fs.temperature(oilPhaseIdx));
|
||||
Opm::Valgrind::CheckDefined(temperature_[globalDofIdx]);
|
||||
}
|
||||
if (gasDissolutionFactor_.size() > 0) {
|
||||
Scalar SoMax = elemCtx.problem().maxOilSaturation(globalDofIdx);
|
||||
|
Loading…
Reference in New Issue
Block a user