pymead.analysis.calc_aero_data.MPOLARSettings#

class MPOLARSettings(timeout: float = 300.0)[source]#

Bases: object

__init__(timeout: float = 300.0)[source]#

Defines the inputs for MPLOT.

Parameters:

timeout (float) – The time in seconds allotted to MPOLAR before premature termination. Default: 300.0

Methods

get_dict_rep()

Gets a dictionary representation of the MPLOT settings.

get_dict_rep() dict[source]#

Gets a dictionary representation of the MPLOT settings. Used in run_mplot and calculate_aero-data.

Returns:

The MPLOT settings in dictionary form

Return type:

dict