OspGrillage.analyze_influence_line#

OspGrillage.analyze_influence_line(**kwargs)#

Create and run a dedicated 100 kN axle influence-line analysis.

This analysis is stored separately from ordinary load-case results and is retrieved via get_influence_results().

Parameters:
  • name (str) – Influence analysis name.

  • path (Path, optional) – Optional explicit Path object describing the axle centre-line movement.

  • start_point (Point) – Start point of the axle path.

  • end_point (Point) – End point of the axle path.

  • increments (int, optional) – Number of axle positions along the path. Defaults to 50.

  • step (float, optional) – Target spacing between axle positions along the path. If provided, overrides increments.

  • axle_load (float, optional) – Axle load magnitude. Defaults to 100e3.