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