-
Notifications
You must be signed in to change notification settings - Fork 119
Axisymmetric Hypoelasticity #815
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #815 +/- ##
==========================================
+ Coverage 43.54% 43.61% +0.06%
==========================================
Files 66 66
Lines 19725 19748 +23
Branches 2405 2413 +8
==========================================
+ Hits 8590 8613 +23
+ Misses 9660 9653 -7
- Partials 1475 1482 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1bba36f
to
9f830a4
Compare
9f830a4
to
8a4374c
Compare
@ChrisZYJ is this ready to merge after review? |
src/simulation/m_riemann_solvers.fpp
Outdated
! Geometrical source of the void fraction(s) is zero | ||
!$acc loop seq | ||
do i = advxb, advxe | ||
! flux_gsrc_rs${XYZ}$_vf(j, k, l, i) = 0._wp |
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.
remove this line?
@sbryngelson It's ready to merge |
Description
Implements cylindrical axisymmetric hypoelasticity (
cyl_coord
).Adds an additional hoop stress equation. Additional source and geometric source terms are also added.
Type of change
Scope
How Has This Been Tested?
AxisymHypoWorks.mp4
Checklist
docs/
)examples/
that demonstrate my new feature performing as expected.They run to completion and demonstrate "interesting physics"
./mfc.sh format
before committing my codeIf your code changes any code source files (anything in
src/simulation
)To make sure the code is performing as expected on GPU devices, I have:
nvtx
ranges so that they can be identified in profiles./mfc.sh run XXXX --gpu -t simulation --nsys
, and have attached the output file (.nsys-rep
) and plain text results to this PR./mfc.sh run XXXX --gpu -t simulation --omniperf
, and have attached the output file and plain text results to this PR.