fairyfly_therm.cli.translate module

Fairyfly therm translation commands.

fairyfly_therm.cli.translate.model_to_thmz(model_file, output_file=None)[source]

Translate a Fairyfly Model file to an THERM THMZ file.

Parameters:
  • model_file – Full path to a Fairyfly Model file (FFJSON or FFpkl).

  • output_file – Optional THMZ file path to output the THMZ string of the translation. If None, the string will be returned from this function.