fastga.utils.postprocessing.propeller.analysis_and_plots_propeller module
Defines the analysis and plotting functions for postprocessing of propeller performances.
- fastga.utils.postprocessing.propeller.analysis_and_plots_propeller.propeller_efficiency_map_plot(aircraft_file_path: str, file_formatter=None, sea_level=False) plotly.graph_objs._figurewidget.FigureWidget[source]
Returns a contour plot of the propeller efficiency maps as they are used in FAST-OAD-GA.
- Parameters
aircraft_file_path – path of data file
file_formatter – the formatter that defines the format of data file. If not provided,
default format will be assumed. :param sea_level: boolean to choose whether to plot the sea level maps or the cruise level map. :return: propeller efficiency map.
- fastga.utils.postprocessing.propeller.analysis_and_plots_propeller.propeller_coeff_map_plot(aircraft_file_path: str, name='', fig=None, file_formatter=None) plotly.graph_objs._figurewidget.FigureWidget[source]
Returns a two subplot figure of the thrust and power coefficient of the propeller. Different figure can be superposed by providing an existing fig. Each figure can be provided a name.
- Parameters
aircraft_file_path – path of data file
name – name to give to the trace added to the figure
fig – existing figure to which add the plot
file_formatter – the formatter that defines the format of data file. If not provided,
default format will be assumed. :return: thrust and power coefficient graphs