Skip to content

๐Ÿ—‚๏ธ Examples Map

This map links repository examples to practical workflows.

๐Ÿงช Basic Workflows

  • examples/basic-1/: app initialization, table inspection, build data/equation
  • examples/basic-2/: custom reference usage, build_components_thermo_property
  • examples/basic-3/: general custom databook usage patterns

๐Ÿ”Ž Search Workflows

  • examples/search/check-component.py: search by name/formula
  • examples/search/list-components.py: listing available components

๐Ÿงฉ External Reference Workflows

  • examples/external-ref/: single-source YAML + CSV usage
  • examples/external-ref-2/: multi-source reference and template variants

๐Ÿงช Matrix and Mixture Workflows

  • examples/matrix-1/: matrix table loading, mixture checks, matrix property access

๐Ÿ—๏ธ Databook Builder Workflows

  • examples/databooks/: creating references and constants tables from raw content
  • examples/reference/: build/load ThermoDB from reference configurations

๐Ÿš€ High-Level ThermoDB Build Workflows

  • examples/build thermodb/
  • examples/build thermo data/

Both directories demonstrate high-level pyThermoDB.thermodb builder paths.