The model is built based on the Anaerobic Digestion model for computing the gaseous fraction of the methane produced from the digestion process.
Current Version: 0.6.2
The current version of the simulation engine is designed as a package that can be imported to any IDE or Jupyer-Notebook in order to facilitate flexibility in operation of the simulations. This allows for flexible assignment of outputs and settings in order to perform the simulation. The documentation is still under review until the documentations are up, a series of sample scripts and tools will be updated for general use cases.
- The input data is in
grams/liter
thereby providing the density. - The output data structure:
- Contains three different groups: metadata, debug, solution, headers
Metadata
contains specific information on when the experiment / simulation was performed, the name of the experiment, and the time it finished.Headers
contains the header items for parsing the outputs properly.Debug
contains the output of results without removing are adjusting specific output conditions. This allows for debugging resultant data.Solution
contains the final solution data where some columns are curtailed so as to have an untouched output file.