mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed sign error and replaced porevol->porevol0.
This commit is contained in:
parent
b470ab8d50
commit
7e1e1e7951
@ -1247,7 +1247,7 @@ cfs_tpfa_res_comprock_assemble(
|
|||||||
|
|
||||||
/* Assemble usual system (without rock compressibility). */
|
/* Assemble usual system (without rock compressibility). */
|
||||||
cfs_tpfa_res_assemble(G, dt, forces, zc, cq, trans, gravcap_f,
|
cfs_tpfa_res_assemble(G, dt, forces, zc, cq, trans, gravcap_f,
|
||||||
cpress, wpress, porevol, h);
|
cpress, wpress, porevol0, h);
|
||||||
|
|
||||||
/* Check if we have only Neumann wells. */
|
/* Check if we have only Neumann wells. */
|
||||||
well_is_neumann = 1;
|
well_is_neumann = 1;
|
||||||
@ -1276,7 +1276,7 @@ cfs_tpfa_res_comprock_assemble(
|
|||||||
}
|
}
|
||||||
|
|
||||||
h->J->sa[j] += porevol[c] * rock_comp[c] / dt;
|
h->J->sa[j] += porevol[c] * rock_comp[c] / dt;
|
||||||
h->F[c] -= dpvdt;
|
h->F[c] += dpvdt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Re-do the singularity-removing adjustment if necessary */
|
/* Re-do the singularity-removing adjustment if necessary */
|
||||||
|
Loading…
Reference in New Issue
Block a user