20 #ifndef OPM_REPORT_WELL_SPECIFICATION_HPP_INCLUDED 21 #define OPM_REPORT_WELL_SPECIFICATION_HPP_INCLUDED 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,
81 #endif // OPM_REPORT_WELL_SPECIFICATION_HPP_INCLUDED This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: WellSpecification.hpp:34