Richards mechanics linear-linear shape functions#2843
Merged
endJunction merged 3 commits intoufz:masterfrom Mar 9, 2020
endJunction:RichardsMechanicsLinearShapeFunctions
Merged
Richards mechanics linear-linear shape functions#2843endJunction merged 3 commits intoufz:masterfrom endJunction:RichardsMechanicsLinearShapeFunctions
endJunction merged 3 commits intoufz:masterfrom
endJunction:RichardsMechanicsLinearShapeFunctions
Conversation
Member
|
I ran a test on the B3 saturation benchmark. The two-fold DOF reduction from 45803 (Q2P1) to 19803 (Q1P1) yielded a reduction in simulation time by about a factor of 4. In addition to the DOF reduction I reduced IP number from 4x4 to 2x2. Results show only a slight shift, simulation is stable against pressure oscillations (storage and drainage sufficient). This can be a feature in HM, THM, etc. also! |
The constexpr value allows some decisions to be made at compile time.
The reference files are converted from the second order mesh results with the 'convertToLinearMesh' utility. Note, the sigma, and the NodalForces fields do not compare well to the higher order results, but other variables do very well. sigma, probably due to extrapolation; NodalForces because of the missing middle nodes which would take some of the load.
Member
Author
|
FYI; Compilation time roughly doubles, so does the memory usage. |
3 tasks
Member
|
OpenGeoSys development has been moved to GitLab. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add
ORDERto shape functions.Allows linear-linear shape functions in the RichardsMechanics process. So far only quadratic-linear combinations were possible.
Compilation times (for the RM process) are skyrocketing, as well as memory usage while compilation.