Skip to content

Add pos_start/pos_end to BridgeAnalysis.run_vehicle()#126

Merged
ccaprani merged 2 commits intomainfrom
feature/vehicle-range-53
Mar 25, 2026
Merged

Add pos_start/pos_end to BridgeAnalysis.run_vehicle()#126
ccaprani merged 2 commits intomainfrom
feature/vehicle-range-53

Conversation

@ccaprani
Copy link
Copy Markdown
Owner

Summary

  • Add pos_start and pos_end parameters to BridgeAnalysis.run_vehicle() to restrict the vehicle traverse range (Run vehicle on a given range #53)
  • Useful for transverse deck analyses where the vehicle is confined to specific lanes
  • Default behaviour (full traverse) is unchanged

Test plan

  • test_run_vehicle_range — verifies restricted range produces correct bounds and that Mmax is <= full range
  • All existing bridge tests pass

Closes #53

🤖 Generated with Claude Code

ccaprani and others added 2 commits March 25, 2026 16:12
Restrict the vehicle traverse to a subset of the bridge length.
Useful for transverse deck analyses where vehicles are confined
to specific lanes.

Closes #53

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ccaprani ccaprani merged commit d963bfb into main Mar 25, 2026
15 checks passed
@ccaprani ccaprani deleted the feature/vehicle-range-53 branch March 25, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run vehicle on a given range

1 participant