diagram_of_thrust_load_mult
- compas_tno.utilities.diagram_of_thrust_load_mult(dimension, min_sol, max_sol, limit_state=True, fill=False, xy_limits=None, save=None)[source]
Plot a diagram of Thrusts to the problem of increasing a load multiplier based on the collected data from (n) points.
- Parameters
dimensions (list (n)) – Points with discretised solutions.
min_sol (list (n)) – Adimensional thrust over weight for minimum thrust.
max_sol (list (n)) – Adimensional thrust over weight for 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 automarically.save (str, optional) – Path to save the graph. The default value is
False
.
- Returns
obj – Plotter object.