3
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This change removes the MAX_DISTANCE keyword, and changes the calculation that determines whether a grid cell contains a fracture or not. The algorithm now checks the distance between all grid cell vertices and the fracture plane. If a grid cell is entirely to either side of the fracture plane, then all distances will be either all positive or all negative. If some are positive and some are negative, then the fracture must intersect the grid cell volume, and the grid cell is marked as containing a fracture. This avoids having fractured zones that are two or three cell wide, where we were seeing strong recirculation inside of. Single grid cell width fracture zones do not display the recirculation behavior. NOTE: the algorithm only works so far for STRUCTURED grids. More... 5 months ago
Set the geomechanics stress units to Pa More... 5 months ago
added mnrl_surf_area gold files; removed !gehmnrl comments and deprecated code More... 5 months ago
initialized mineral surface area porosity and volume fraction powers to UNINITIALIZED_DOUBLE More... 5 months ago
added error messaging for inconsistent mineral surface area update functions and parameters More... 5 months ago
working commit to be squashed later More... 5 months ago
Merged master into jumanah/geomech-pmc More... 5 months ago
Merged master into jumanah/geomech-density-new More... 5 months ago
another tidy up for cherry-pick More... 5 months ago
fix my cherry-picking More... 5 months ago
Merged in glenn/fix-pres-reg-srcsink-reg-test (pull request #1093) More... 5 months ago
Adding support for ghost electrode in ert process model. More... 5 months ago
remove comments More... 5 months ago
updated pressure regulated src/sink input cards to make the capability more explicit and user friendly More... 5 months ago
tidy up More... 5 months ago
updated th pressure regulated src/sink regression test that had a negative span instead of pressure More... 5 months ago
add gold files for modified tests More... 5 months ago
Set fluid density More... 5 months ago
Revert typo in function name More... 5 months ago
Allow compilation with Intel compiler More... 5 months ago
intermediate commit while working on mineral surfacea area More... 5 months ago
Merged in glenn/split-out-rt-co2 (pull request #1090) More... 5 months ago
option%transport%reactive_transport_coupling -> option%transport%reaction_coupling More... 5 months ago
moved vecget/restorearray outside conditionals More... 5 months ago
Merge branch 'master' into jenn/add-cumulative-flux-well-model More... 5 months ago
Adds the input deck keyword, "SPLIT_WELL_FILE", which indicates that the user wants to split the .well file up so that one .well file is printed for each well segment. More... 5 months ago
pass bulk density to the residual More... 6 months ago
first pass at refactoring mineral vol frac updates and updates to parameters that are a function of mineral volume fraction or changes in mineral volume fraction More... 6 months ago
Implementation of Eclipse grid reader (brought back from previous versions) More... 6 months ago
use subsurf_por instead of subsurf_por0 More... 6 months ago