20#ifndef OPM_REPORT_WELL_SPECIFICATION_HPP_INCLUDED
21#define OPM_REPORT_WELL_SPECIFICATION_HPP_INCLUDED
34namespace Opm::PrtFile::Reports {
40 using BlockDepthCallback = std::function<double(std::size_t)>;
72 void wellSpecification(
const std::vector<std::string>& changedWells,
73 const bool changedWellLists,
74 const std::size_t reportStep,
75 const Schedule& schedule,
76 BlockDepthCallback blockDepth,
Definition Schedule.hpp:101
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30