mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unused tracer field with initial concentration
This commit is contained in:
parent
c49e5838c5
commit
f737536dd6
@ -215,9 +215,6 @@ doInit(bool enabled, bool rst, size_t numGridDof,
|
|||||||
throw std::logic_error(fmt::format("Can not initialize tracer: {}", tracer.name));
|
throw std::logic_error(fmt::format("Can not initialize tracer: {}", tracer.name));
|
||||||
}
|
}
|
||||||
|
|
||||||
// initial tracer concentration
|
|
||||||
tracerConcentrationInitial_ = tracerConcentration_;
|
|
||||||
|
|
||||||
// residual of tracers
|
// residual of tracers
|
||||||
tracerResidual_.resize(numGridDof);
|
tracerResidual_.resize(numGridDof);
|
||||||
|
|
||||||
|
@ -104,7 +104,6 @@ protected:
|
|||||||
|
|
||||||
std::vector<int> tracerPhaseIdx_;
|
std::vector<int> tracerPhaseIdx_;
|
||||||
std::vector<Dune::BlockVector<Dune::FieldVector<Scalar, 1>>> tracerConcentration_;
|
std::vector<Dune::BlockVector<Dune::FieldVector<Scalar, 1>>> tracerConcentration_;
|
||||||
std::vector<Dune::BlockVector<Dune::FieldVector<Scalar, 1>>> tracerConcentrationInitial_;
|
|
||||||
TracerMatrix *tracerMatrix_;
|
TracerMatrix *tracerMatrix_;
|
||||||
TracerVector tracerResidual_;
|
TracerVector tracerResidual_;
|
||||||
std::vector<int> cartToGlobal_;
|
std::vector<int> cartToGlobal_;
|
||||||
|
Loading…
Reference in New Issue
Block a user