-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Peridynamics module for bond calculation based on undeformed configuration #27137
Labels
C: Modules/Peridynamics
Tickets pertaining to the peridynamics module
T: task
An enhancement to the software.
Comments
hchen139
pushed a commit
to hchen139/moose
that referenced
this issue
Mar 20, 2024
…uantity from bonds (idaholab#27137)
hchen139
pushed a commit
to hchen139/moose
that referenced
this issue
Mar 20, 2024
…uantity from bonds (idaholab#27137)
lindsayad
added
the
C: Modules/Peridynamics
Tickets pertaining to the peridynamics module
label
Mar 20, 2024
hchen139
pushed a commit
to hchen139/moose
that referenced
this issue
Jul 9, 2024
…uantity from bonds (idaholab#27137)
hchen139
pushed a commit
to hchen139/moose
that referenced
this issue
Jul 16, 2024
…uantity from bonds (idaholab#27137)
hchen139
pushed a commit
to hchen139/moose
that referenced
this issue
Jul 17, 2024
…uantity from bonds (idaholab#27137)
N4hom
pushed a commit
to N4hom/moose
that referenced
this issue
Jul 30, 2024
…uantity from bonds (idaholab#27137)
TheGreatCid
pushed a commit
to TheGreatCid/moose
that referenced
this issue
Aug 14, 2024
…uantity from bonds (idaholab#27137)
Leni-Yeo
pushed a commit
to Leni-Yeo/moose
that referenced
this issue
Aug 28, 2024
…uantity from bonds (idaholab#27137)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: Modules/Peridynamics
Tickets pertaining to the peridynamics module
T: task
An enhancement to the software.
Motivation
The current development of Peridynamics module in MOOSE is based on the Lagrangian framework, i.e., models are formulated based on the undeformed configuration and quantities calculated in the deformed configuration are mapped back to the undeformed configuration. To enforce this consistency, the bond should be calculated using material points in the undeformed configuration.
Design
replace the way how the position of material points is obtained using nodePtr() function by using getNodeCoord().
Impact
No impact to existing APIs.
The text was updated successfully, but these errors were encountered: