fastga.utils.postprocessing.load_analysis.analysis_and_plots_la module
Defines the analysis and plotting functions for postprocessing of load analysis.
- fastga.utils.postprocessing.load_analysis.analysis_and_plots_la.force_repartition_diagram(aircraft_file_path: str, name='', fig=None, file_formatter=None) plotly.graph_objs._figurewidget.FigureWidget[source]
Returns a figure plot of the force repartition on the wing. Different designs can be superposed by providing an existing fig. Each design 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: force repartition diagram.
- fastga.utils.postprocessing.load_analysis.analysis_and_plots_la.shear_diagram(aircraft_file_path: str, name='', fig=None, file_formatter=None) plotly.graph_objs._figurewidget.FigureWidget[source]
Returns a figure plot of the shear repartition on the wing. Different designs can be superposed by providing an existing fig. Each design 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: force repartition diagram.
- fastga.utils.postprocessing.load_analysis.analysis_and_plots_la.rbm_diagram(aircraft_file_path: str, name='', fig=None, file_formatter=None) plotly.graph_objs._figurewidget.FigureWidget[source]
Returns a figure plot of the root bending moment repartition on the wing. Different designs can be superposed by providing an existing fig. Each design 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: force repartition diagram.