example::Setup Struct Reference

#include <exampleSetup.hpp>

Public Member Functions

 Setup (int argc, char **argv)
 
bool selectReportStep (const int step)
 

Public Attributes

Opm::ParameterGroup param
 
Opm::ECLCaseUtilities::ResultSet result_set
 
Opm::ECLInitFileData init
 
Opm::ECLGraph graph
 
std::unordered_set< int > available_steps
 
std::vector< Opm::ECLWellSolution::WellDatawell_fluxes
 
Opm::FlowDiagnostics::Toolbox toolbox
 
bool compute_fluxes_ = false
 
bool useEPS_ = false
 
std::shared_ptr< Opm::ECLRestartDatarestart
 

Constructor & Destructor Documentation

◆ Setup()

example::Setup::Setup ( int  argc,
char **  argv 
)
inline

Member Function Documentation

◆ selectReportStep()

Member Data Documentation

◆ available_steps

std::unordered_set<int> example::Setup::available_steps

Referenced by selectReportStep().

◆ compute_fluxes_

bool example::Setup::compute_fluxes_ = false

Referenced by selectReportStep().

◆ graph

Opm::ECLGraph example::Setup::graph

Referenced by selectReportStep().

◆ init

Opm::ECLInitFileData example::Setup::init

Referenced by selectReportStep().

◆ param

Opm::ParameterGroup example::Setup::param

Referenced by Setup().

◆ restart

std::shared_ptr<Opm::ECLRestartData> example::Setup::restart

Referenced by selectReportStep().

◆ result_set

Opm::ECLCaseUtilities::ResultSet example::Setup::result_set

Referenced by selectReportStep(), and Setup().

◆ toolbox

Opm::FlowDiagnostics::Toolbox example::Setup::toolbox

Referenced by selectReportStep().

◆ useEPS_

bool example::Setup::useEPS_ = false

Referenced by selectReportStep().

◆ well_fluxes

std::vector<Opm::ECLWellSolution::WellData> example::Setup::well_fluxes

Referenced by selectReportStep().


The documentation for this struct was generated from the following file: