![]() |
OGS
|
|
Functions | |
| std::vector< std::string > | parseDumpContent (std::istream &in, std::size_t const num_chemical_systems, std::size_t const start_id=0) |
| std::vector< std::string > anonymous_namespace{Dump.cpp}::parseDumpContent | ( | std::istream & | in, |
| std::size_t const | num_chemical_systems, | ||
| std::size_t const | start_id = 0 ) |
Parse a PHREEQC dump stream and return accumulated SOLUTION_RAW blocks. Each block's ID is remapped to num_chemical_systems + (start_id + index) + 1, matching the convention expected by the next timestep's PHREEQC input.
Definition at line 15 of file Dump.cpp.