pymead.analysis.read_aero_data.read_actuator_disk_data_mses#

read_actuator_disk_data_mses(mses_log_file: str, grid_stats: dict) List[dict][source]#

Reads actuator disk data from the MSES log file (usually mses.log).

Parameters:
  • mses_log_file (str) – Log file generated by MSES after CFD evaluation, usually mses.log.

  • grid_stats (dict) – Grid statistics dictionary generated by read_grid_stats_from_mses in this module.

Returns:

List of actuator disk data, with each element in the list representing a different actuator disk

Return type:

List[dict]