-
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
[GeoMechanicsApplication] Implement well constitutive behaviour for line pressure element #12997
Merged
Merged
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
399a931
test cases for pressure filter are added
mnabideltares f5e113b
Added the projected gravity to the body forve vector.
mnabideltares 6ff43bf
Added a new compressibility calculator for filter calculations, which…
rfaasse 4d27652
Documentation is added
mnabideltares 5be7ec0
fix
mnabideltares 55c094e
Modifications based on review
mnabideltares 0b630c8
clang format
mnabideltares af1d84d
Fix
mnabideltares e9ffca6
Fixes based on review
mnabideltares 007bf56
Fixes based on review
mnabideltares f2d2ab7
Fixes based on review
mnabideltares 5448435
fixes in test cases
mnabideltares 1f59195
Documentation for Pw filter element is added
mnabideltares d8fdbf9
fixes in documentation
mnabideltares ee012e8
fix
mnabideltares b3781a2
fix
mnabideltares 0e51c44
fixes in documentation
mnabideltares e2025ac
changes bases on review
mnabideltares 3df9612
A small fix
mnabideltares e2e3501
Added documentation for Pw element
mnabideltares 3c2073d
fix in documentation
mnabideltares c631447
Fixes in documentation
mnabideltares 10a1a9e
doc
mnabideltares e09b5cc
fix
mnabideltares 42287ba
Merge branch 'master' into geo/12323-implement-pw-well-element-2
mnabideltares 66659d6
fix in documentation
mnabideltares 6f55bb6
fix in readme
mnabideltares 3d680d3
fix in doc
mnabideltares File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If I'm correct in other parts of the code this is called
j
: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.
Done