Skip to content

Interaction Diagram Features #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
robbievanleeuwen opened this issue Jul 28, 2022 Discussed in #12 · 0 comments · Fixed by #23
Closed

Interaction Diagram Features #20

robbievanleeuwen opened this issue Jul 28, 2022 Discussed in #12 · 0 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@robbievanleeuwen
Copy link
Owner

Discussed in #12

Originally posted by Agent6-6-6 July 23, 2022
"Many codes ACI318 and NZS3101 have a hard upper cutoff for the axial load a section can take... additionally it may be useful to also report the control points and have an option to plot these points on the interaction curves?"

Features to add to moment_interaction_diagram():

  • Option to provide upper compression limit to interaction curve, i.e. max_comp: Optional[float] = None.
  • Add optional control points and labels. Control points are given axial forces or neutral axis depths (useful for balanced/strain points) which get added to the interaction diagram. There will be an optional corresponding list of labels which relates to these control points. By default control points are defined at decompression (d_n=D) and pure bending (N=0).
  • Extend n_points to also have the option of providing a list between control points. By default a single value is provided, say 24. If more control points are provided this can be extended to a list e.g. [10, 24] is 10 points between 1st and 2nd control point and 24 points between 2nd and 3rd control point.
@robbievanleeuwen robbievanleeuwen added the enhancement New feature or request label Jul 28, 2022
@robbievanleeuwen robbievanleeuwen self-assigned this Jul 28, 2022
Repository owner deleted a comment from github-actions bot Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant