22namespace PhreeqcIOData
25 std::string
const& file_extension);
29 explicit Dump(std::string
const& project_file_name)
36 INFO(
"Deleted the redundant phreeqc dump file {:s}\n",
40 catch (std::filesystem::filesystem_error
const& e)
42 ERR(
"filesystem error: {:s}\n", e.what());
46 void print(std::ostream& os, std::size_t
const num_chemical_systems)
const;
48 void readDumpFile(std::istream& in, std::size_t
const num_chemical_systems);
void INFO(fmt::format_string< Args... > fmt, Args &&... args)
void ERR(fmt::format_string< Args... > fmt, Args &&... args)
std::string specifyFileName(std::string const &project_file_name, std::string const &file_extension)
std::string const dump_file
void readDumpFile(std::istream &in, std::size_t const num_chemical_systems)
Dump(std::string const &project_file_name)
void print(std::ostream &os, std::size_t const num_chemical_systems) const
std::vector< std::string > aqueous_solutions_prev