-
Notifications
You must be signed in to change notification settings - Fork 89
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
docs: stress_and_pressure_initialization #3249
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3249 +/- ##
========================================
Coverage 55.99% 55.99%
========================================
Files 1053 1053
Lines 89157 89157
========================================
Hits 49921 49921
Misses 39236 39236 ☔ View full report in Codecov by Sentry. |
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.
Thanks @Oluwatobi-PM for documenting these features!
Expected failure and rebaseline is required
|
|
||
|
||
################################################################################# | ||
Model Initialization: Hydrostatic and Mechanical Equilibrium |
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.
Maybe instead of going under Basic Examples this needs its own section about Poromechanical models initialization and directly in the User Guide?
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.
Yes, create a dedicated section about initialization in the User Guide
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.
This looks good but I wonder if we should document this in the user guide instead of doing it through examples. We can also do this later on and add a discussion in the user guide and keep these examples to demonstrate what to do.
src/docs/sphinx/basicExamples/gravityInducedStressInitialization/Example.rst
Outdated
Show resolved
Hide resolved
* Updates to Gravity-Only Case * User-defined Initialization Case * Restructure examples into 2 folders * update python scripts * fix sphinx links * update xml files and add smoke tests * update rst file for gravity based model * Clean Up Figures --------- Co-authored-by: Oluwatobi Quadri Raji <[email protected]> Co-authored-by: Jian HUANG <[email protected]> Co-authored-by: Herve Gross <[email protected]> Co-authored-by: Oluwatobi Quadri Raji <[email protected]> Co-authored-by: Randolph Settgast <[email protected]>
* Updates to Gravity-Only Case * User-defined Initialization Case * Restructure examples into 2 folders * update python scripts * fix sphinx links * update xml files and add smoke tests * update rst file for gravity based model * Clean Up Figures --------- Co-authored-by: Oluwatobi Quadri Raji <[email protected]> Co-authored-by: Jian HUANG <[email protected]> Co-authored-by: Herve Gross <[email protected]> Co-authored-by: Oluwatobi Quadri Raji <[email protected]> Co-authored-by: Randolph Settgast <[email protected]>
This changes contains the documentation on how to perform both a gravity-only and user defined initalization of the stresses in a simple reservoir model and then compare the calculated stresses with the analytical Eaton's equation/user-provided tables respectively.