mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove buggy call to setEnthalpy().
This commit is contained in:
parent
7fe1ad5c69
commit
bc0eaca943
@ -376,7 +376,6 @@ public:
|
|||||||
// and the thermal condictivity coefficients
|
// and the thermal condictivity coefficients
|
||||||
for (int phaseIdx = 0; phaseIdx < numPhases; ++ phaseIdx) {
|
for (int phaseIdx = 0; phaseIdx < numPhases; ++ phaseIdx) {
|
||||||
if (!FluidSystem::phaseIsActive(phaseIdx)) {
|
if (!FluidSystem::phaseIsActive(phaseIdx)) {
|
||||||
fs.setEnthalpy(phaseIdx, 0.0);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user