-
Notifications
You must be signed in to change notification settings - Fork 249
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
[StructApp] Bushing element #12487
[StructApp] Bushing element #12487
Conversation
Nice, I would like to take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
BushingElement::~BushingElement() | ||
{ | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
applications/StructuralMechanicsApplication/custom_elements/bushing_element.h
Outdated
Show resolved
Hide resolved
applications/StructuralMechanicsApplication/custom_elements/bushing_element.h
Outdated
Show resolved
Hide resolved
///@name Private member variables | ||
///@{ | ||
|
||
array_1d<Stiffness::UniquePointer, 6> mStiffnessGetters; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not std array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no specific reason... I can change it :)
///@name Kratos Classes | ||
///@{ | ||
|
||
class KRATOS_API(STRUCTURAL_MECHANICS_APPLICATION) BushingElement: public Element |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add some docs? It is not very clear what this does/how it should be used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will :)
…shing_element.h Co-authored-by: Philipp Bucher <[email protected]>
…shing_element.h Co-authored-by: Philipp Bucher <[email protected]>
The documentation is being added in the #12771. Hence merging this :) |
📝 Description
This PR implements
BushingElement
which couples displacement and rotational dofs and can have either constant stiffness or tabulated force/displacement and moment/rotation data in each direction if required.🆕 Changelog
BushingElement