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

openseespy.basicForce(eleTag) #144

Open
to8yr opened this issue Sep 29, 2024 · 2 comments
Open

openseespy.basicForce(eleTag) #144

to8yr opened this issue Sep 29, 2024 · 2 comments

Comments

@to8yr
Copy link

to8yr commented Sep 29, 2024

Currently, basicForce(eleTag) is returning [axial, moment1, moment2], should it be returning [axial, shear, moment]?

@mhscott
Copy link
Collaborator

mhscott commented Sep 29, 2024

The axial force and end moments are the basic forces for frame elements.
https://portwooddigital.com/2022/09/18/the-basic-natural-kernel-in-a-corotating-frame-of-reference/

For section forces (P,M,V), you should use the sectionForce command.

@to8yr
Copy link
Author

to8yr commented Sep 30, 2024

Thank you for your help.

Could you give me some guidance on how to use it? I've looked through the docs and finding it confusing. All I'm looking for is the shear values in local element coordinates of a particular element.

sectionForce(1, 1, 1) is returning none.

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

No branches or pull requests

2 participants