mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Whitespace fix.
This commit is contained in:
@@ -684,6 +684,9 @@ namespace {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void FullyImplicitBlackoilSolver::addWellEq(const SolutionState& state){
|
||||
|
||||
const int nc = grid_.number_of_cells;
|
||||
@@ -862,6 +865,10 @@ namespace {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void FullyImplicitBlackoilSolver::addWellControlEq(const SolutionState& state){
|
||||
// Handling BHP and SURFACE_RATE wells.
|
||||
|
||||
@@ -897,6 +904,10 @@ namespace {
|
||||
// DUMP(residual_.well_eq);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void FullyImplicitBlackoilSolver::addOldWellEq(const SolutionState& state)
|
||||
{
|
||||
// -------- Well equation, and well contributions to the mass balance equations --------
|
||||
@@ -1018,6 +1029,8 @@ namespace {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
V FullyImplicitBlackoilSolver::solveJacobianSystem() const
|
||||
{
|
||||
const int np = fluid_.numPhases();
|
||||
@@ -1088,7 +1101,7 @@ namespace {
|
||||
V isSg = V::Zero(nc,1);
|
||||
|
||||
bool disgas = false;
|
||||
bool vapoil = false;
|
||||
bool vapoil = false;
|
||||
|
||||
// this is a temporary hack to find if vapoil or disgas
|
||||
// is a active component. Should be given directly from
|
||||
|
||||
Reference in New Issue
Block a user