mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed non-used members in class ResidualEquation.
This commit is contained in:
@@ -45,8 +45,6 @@ public:
|
||||
double porosity;
|
||||
double dtpv; // dt/pv(i)
|
||||
double dps;
|
||||
double res_factor;
|
||||
double c_max_ads;
|
||||
double rhor;
|
||||
double ads0;
|
||||
GradientMethod gradient_method;
|
||||
@@ -204,7 +202,7 @@ namespace Opm
|
||||
}
|
||||
visc_ = props.viscosity();
|
||||
|
||||
#if PROFILING
|
||||
#ifdef PROFILING
|
||||
res_counts.clear();
|
||||
#endif
|
||||
|
||||
@@ -445,8 +443,6 @@ namespace Opm
|
||||
dps = tm.polyprops_.deadPoreVol();
|
||||
rhor = tm.polyprops_.rockDensity();
|
||||
tm.polyprops_.adsorption(c0, cmax0, ads0);
|
||||
res_factor = tm.polyprops_.resFactor();
|
||||
c_max_ads = tm.polyprops_.cMaxAds();
|
||||
double dflux = -tm.source_[cell];
|
||||
bool src_is_inflow = dflux < 0.0;
|
||||
influx = src_is_inflow ? dflux : 0.0;
|
||||
|
||||
@@ -116,7 +116,7 @@ namespace Opm
|
||||
int solveGravityColumn(const std::vector<int>& cells);
|
||||
void scToc(const double* x, double* x_c) const;
|
||||
|
||||
#if PROFILING
|
||||
#ifdef PROFILING
|
||||
class Newton_Iter {
|
||||
public:
|
||||
bool res_s;
|
||||
|
||||
Reference in New Issue
Block a user