OutputExtractor.hpp File Reference
#include <opm/common/OpmLog/OpmLog.hpp>
#include <opm/common/utility/Visitor.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <opm/models/common/multiphasebaseproperties.hh>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/utils/basicproperties.hh>
#include <opm/models/utils/propertysystem.hh>
#include <algorithm>
#include <array>
#include <unordered_map>
#include <set>
#include <variant>
#include <vector>
#include <fmt/format.h>
Include dependency graph for OutputExtractor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::detail::Extractor< TypeTag >
 Wrapping struct holding types used for element-level data extraction. More...
 
struct  Opm::detail::Extractor< TypeTag >::HysteresisParams
 Struct holding hysteresis parameters. More...
 
struct  Opm::detail::Extractor< TypeTag >::Context
 Context passed to extractor functions. More...
 
struct  Opm::detail::Extractor< TypeTag >::ScalarEntry
 A scalar extractor descriptor. More...
 
struct  Opm::detail::Extractor< TypeTag >::PhaseEntry
 A phase buffer extractor descriptor. More...
 
struct  Opm::detail::Extractor< TypeTag >::Entry
 Descriptor for extractors. More...
 
struct  Opm::detail::BlockExtractor< TypeTag >
 Wrapping struct holding types used for block-level data extraction. More...
 
struct  Opm::detail::BlockExtractor< TypeTag >::Context
 Context passed to element extractor functions. More...
 
struct  Opm::detail::BlockExtractor< TypeTag >::ScalarEntry
 
struct  Opm::detail::BlockExtractor< TypeTag >::PhaseEntry
 
struct  Opm::detail::BlockExtractor< TypeTag >::Exec
 Descriptor for extractor execution. More...
 

Namespaces

namespace  Opm
 
namespace  Opm::detail
 

Detailed Description

Output module for the results black oil model writing in ECL binary format.