22#ifndef OPM_READDECK_HEADER_INCLUDED
23#define OPM_READDECK_HEADER_INCLUDED
25#include <opm/simulators/utils/ParallelCommunication.hpp>
62ensureOutputDirExists(
const std::string& cmdline_output_dir);
66prepareResultOutputDirectory(
const std::string& baseName,
const std::filesystem::path& outputDir);
68std::unique_ptr<ParseContext> setupParseContext(
const bool exitOnAllErrors);
72setupLogging(Parallel::Communication& comm,
73 const std::string& deck_filename,
74 const std::string& cmdline_output_dir,
75 const std::string& cmdline_output,
77 const std::string& stdout_log_id,
78 const bool allRanksDbgLog);
84void readDeck(Parallel::Communication comm,
85 const std::string& deckFilename,
86 std::shared_ptr<EclipseState>& eclipseState,
87 std::shared_ptr<Schedule>& schedule,
88 std::unique_ptr<UDQState>& udqState,
89 std::unique_ptr<Action::State>& actionState,
90 std::unique_ptr<WellTestState>& wtestState,
91 std::shared_ptr<SummaryConfig>& summaryConfig,
92 std::shared_ptr<Python> python,
93 const std::string& parsingStrictness,
96 const std::optional<int>& outputInterval);
98void verifyValidCellGeometry(Parallel::Communication comm,
99 const EclipseState& eclipseState);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27
void readDeck(Parallel::Communication comm, const std::string &deckFilename, std::shared_ptr< EclipseState > &eclipseState, std::shared_ptr< Schedule > &schedule, std::unique_ptr< UDQState > &udqState, std::unique_ptr< Action::State > &actionState, std::unique_ptr< WellTestState > &wtestState, std::shared_ptr< SummaryConfig > &summaryConfig, std::shared_ptr< Python > python, const std::string &parsingStrictness, bool initFromRestart, bool checkDeck, const std::optional< int > &outputInterval)
Reads the deck and creates all necessary objects if needed.
Definition readDeck.cpp:529
FileOutputMode
Definition readDeck.hpp:49
@ OUTPUT_LOG_ONLY
Output only to log files, no ECLIPSE output.
@ OUTPUT_ALL
Output to all files.
@ OUTPUT_NONE
No file output.