frused

frused is a tessif subpackage aggregating FRequently USED implementations. It is categorized in several different subpackages:

  • configurations is a tessif subpackage for providing simulative configurations like:

    • Temporal resolution

    • Naming conventions

    • Unit convention

    It serves as main tweaking point for adjusting simulation behavior.

  • defaults is a tessif subpackage for providing:

    • Fallback values for: - Visualization - Energy system component parameterization

    • Filter prefixes for result parsing

    • Sorting templates for data input parsing

    It serves as main reference point for how tessif expects user and model related data streams to look like.

  • namedtuples is a tessif subpackage providing collections.namedtuple objects for:

    It serves as main reference point for how tessif approaches naming conventions.

  • paths is a tessif subpackage providing path strings for

    • Accessing Tessif's Example Hub

    • Used logging output

    • Used data output

    • Navigating inside tessif’s install directory

    It serves as main reference point for software location information.

  • resolutions is a tessif subpackage providing mappings for failsafe and convenient accesss to:

    • Temporal resolution settings

    • Temporal rounding settings

  • spellings is a tessif subpackage providing

    • Aliases and variations of the parameters tessif expects

    It serves as tessif's main data input abstraction mechanism and is the main reference point for expanding these capabilities.

  • themes is a tessif subpackage providing

    • Color and hatch themes

    • Color and hatch maps

    • Color cycles

    Grouped by NodeColorGroupings for convenient automated access.

    It serves as tessif's main reference point for automatically parsing results into visually distinguishable information.