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

Use structs for output data #13

Open
2 of 11 tasks
unrealsolver opened this issue Oct 7, 2022 · 0 comments
Open
2 of 11 tasks

Use structs for output data #13

unrealsolver opened this issue Oct 7, 2022 · 0 comments

Comments

@unrealsolver
Copy link
Owner

unrealsolver commented Oct 7, 2022

There are should be a single data type with all relevant data represented as a struct. This will allow easier JSON serialization.

Static data:

  • As an option, include input data
  • Node displacements (global)
  • Frame element end forces (local)
  • Frame element transerverse displacements (local) see 'if' files
  • Reactions (global)
  • RMS REE

Modal:

  • Peak frame element internal forces (local)
  • Modal Analysis masses
  • Nodal masses (diagonal of the mass matrix / global)
  • Natural frequencies & mass normalized mode shapes
  • Modes (frequencies)

Related to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant