Skip to content
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

Extract Mesh VonMises Stresses #471

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    b07d46c View commit details
    Browse the repository at this point in the history
  2. Add method to extract Von Mises Membrane Stress and Membrane Force

    No Von Mises Flexural Moment gets extracted since it's not a direct output given by ETABS.
    It could be possibly computed within the BHoM in case it's required.
    GCRA101 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0759b64 View commit details
    Browse the repository at this point in the history
  3. Add Utility Method to compute the Von Mises Moment

    The Von Mises Moment is not returned by ETABS natively and it must be computed directly in the BHoM from the Von Mises stresses diagram.
    GCRA101 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8a420a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a47098 View commit details
    Browse the repository at this point in the history
  5. Fixed syntax error

    GCRA101 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1768a73 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add function to get thickness of panels

    Thickness of panels is extracted differently depending on the type of deck/slab/wall section property assigned to the panel.
    The ETABS API provides different functions for each of their types and they must be all called somehow until the correct one gets hit.
    The control parameter is the integer ouput ret of the ETABS API functions (0=Worked Fine, 1=Failed)
    GCRA101 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a2a6ff6 View commit details
    Browse the repository at this point in the history