crunchflow.output.main_output

Module for loading and parsing the main CrunchFlow output files.

Defines classes to read and organize information within the main CrunchFlow output file. If your main input file is run_name.in, this file is named run_name.out. As of now, only the speciation blocks of each geochemical condition are read in, but future versions may expand the information read from this file.

Classes

SpeciationBlockCollection

A specialized dictionary to hold multiple Speciation objects keyed by condition name.

MainOutputFile

Parses a CrunchFlow main output file to extract speciation blocks.