diagram_of_thrust
- compas_tno.utilities.diagram_of_thrust(thicknesses, solutions, limit_state=True, fill=False, xy_limits=None, GSF_ticks=False, save=False)[source]
Plot a diagram of Thrusts based on the collected data from (n) points.
- Parameters
thicknesses (list of lists [[n],[m]]) – Points with discretised solutions for minimum/maximum thrust.
solutions (list of lists [[n],[m]]) – Adimensional thrust over weight for minimum/maximum thrust.
limit_state (bool, optional) – If yes, it interpolates the limit_state based on the two last solutions. The default value is
True
.fill (bool, optional) – If yes, it fills bewteen the curves of min and max. The default value is
False
.xy_limits (list of lists, optional) – Freezes the axis of the graphs. The default value is
None
in which case these limits are calculated automaricallyGSF_ticks (bool, optional) – Add the ticks regarding the GSF to the top axis. The default value is
False
.save (str, optional) – Path to save the graph. The default value is
False
.
- Returns
obj – Plotter object.