gemseo_fmu / problems

Hide inherited members

fmu_files package

A set of platform-dependent FMU files.

gemseo_fmu.problems.fmu_files.get_fmu_file_path(model_name, directory_name='.')[source]

Return the file path of an FMU model depending on the platform.

Parameters:
  • model_name (str) – The name of the FMU model; the corresponding file name is f"{model_name}.fmu.

  • directory_name (str) –

    The name of the directory containing the file.

    By default it is set to “.”.

Returns:

The file path of the FMU model.

Return type:

Path