mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove most spurious semicolons
hopefully "most" means "all of them"...
This commit is contained in:
parent
360246401e
commit
9d7cac49f5
@ -358,7 +358,7 @@ public:
|
|||||||
assert(onUpperBoundary_(pos));
|
assert(onUpperBoundary_(pos));
|
||||||
|
|
||||||
values.setFreeFlow(context, spaceIdx, timeIdx, initialFluidState_);
|
values.setFreeFlow(context, spaceIdx, timeIdx, initialFluidState_);
|
||||||
};
|
}
|
||||||
|
|
||||||
// override the value for the liquid phase by forced
|
// override the value for the liquid phase by forced
|
||||||
// imbibition of water on inlet boundary segments
|
// imbibition of water on inlet boundary segments
|
||||||
|
@ -288,7 +288,7 @@ public:
|
|||||||
"The z-coordinate of the lens' upper-right "
|
"The z-coordinate of the lens' upper-right "
|
||||||
"corner [m].");
|
"corner [m].");
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \name Soil parameters
|
* \name Soil parameters
|
||||||
|
@ -486,7 +486,7 @@ private:
|
|||||||
// set the gas composition to 99% nitrogen and 1% steam
|
// set the gas composition to 99% nitrogen and 1% steam
|
||||||
fs.setMoleFraction(gasPhaseIdx, N2Idx, 0.99);
|
fs.setMoleFraction(gasPhaseIdx, N2Idx, 0.99);
|
||||||
fs.setMoleFraction(gasPhaseIdx, H2OIdx, 0.01);
|
fs.setMoleFraction(gasPhaseIdx, H2OIdx, 0.01);
|
||||||
};
|
}
|
||||||
|
|
||||||
// set the other saturation
|
// set the other saturation
|
||||||
fs.setSaturation(otherPhaseIdx, 1.0 - fs.saturation(refPhaseIdx));
|
fs.setSaturation(otherPhaseIdx, 1.0 - fs.saturation(refPhaseIdx));
|
||||||
|
@ -234,7 +234,7 @@ public:
|
|||||||
if (inLens_(pos)) {
|
if (inLens_(pos)) {
|
||||||
moleFrac[H2OIdx] = 0.9e-4;
|
moleFrac[H2OIdx] = 0.9e-4;
|
||||||
temperature = 284.15;
|
temperature = 284.15;
|
||||||
};
|
}
|
||||||
moleFrac[AirIdx] = 1 - moleFrac[H2OIdx];
|
moleFrac[AirIdx] = 1 - moleFrac[H2OIdx];
|
||||||
|
|
||||||
// parabolic velocity profile
|
// parabolic velocity profile
|
||||||
|
Loading…
Reference in New Issue
Block a user