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

Misc useful implementations #148

Open
DanielGMorenaFhecor opened this issue Aug 19, 2024 · 0 comments
Open

Misc useful implementations #148

DanielGMorenaFhecor opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DanielGMorenaFhecor
Copy link
Collaborator

@MestreCarlos has developed several methods needed to compute specific results. These functions could be valuable to include in the package, either as utility classes or as new methods in the current classes (this is still to be discussed).

The functions are as follows:

  • def calculate_cracking_moment(section: GenericSection, n=0, plot=False) Description: Computes the cracking moment of a reinforced concrete (R.C.) section.
  • def calculate_width_at_z(geometry: CompoundGeometry | GenericSection, z) Description: Calculates the width of a section or a section part at a certain level of z.
  • def effective_depth(section: GenericSection, neg_bending: bool = False) Description: Determines the effective depth of a section, considering whether it is subject to negative bending or not.

For the implementation details, please refer to the corresponding file.

@DanielGMorenaFhecor DanielGMorenaFhecor added the enhancement New feature or request label Aug 19, 2024
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

No branches or pull requests

1 participant