-
Notifications
You must be signed in to change notification settings - Fork 9
CO2_sequestration_v1.0 #84
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
Open
askoldvilkha
wants to merge
14
commits into
marcinlos:develop
Choose a base branch
from
askoldvilkha:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…with the new GCC versions (GCC>=11)
…This version is working but will need many corrections in the next updates
…ode; enforced proper 2D mesh (user-defined rectangle instead of a square)
…anager` code for non-square 2d output
c622025
to
d0fac9e
Compare
1) added scripts for easier setup of the IGA-ADS software on Cyfronet cluster along with a sample test `.sub` script 2) updated `CMakeLists.txt` to resolve the conflict with main repo
….py` script for making the viewable animation from the `co2_sequestration` executable output
…YFRONET ARES Changes: 1) the gas injection location and rate are now user defined but not hardcoded. If no input is provided - location will be the mesh center, rate - 1e-6. 2) This version is still operating within uniform porosity/permeability space - porosity and permeability maps integration is still to be implemented 3) `co2_movie.py` now allows the user to define fps rate. 4) `ares_test.sub` - specified test script for submission on ARES. The following changes will be local unless they are major. Should be in the same directory with the executable `co2_sequestration` and the script `co2_movie.py`
… y=63. Now it is `mesh_size_y` - 1
…th the code to allow simple intrepolation and ASCII wrapping
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.
This pull request adds the basic implementation of the CO2 sequestration problem (in 2d) to IGA-ADS, based on the existing heat2d simulation.
Current functionality:
./co2_sequestration --help
for more information)Auxiliary codes:
co2_movie.py
- makes an animation using the outputs fromco2_sequestration
executableporos_and_perm_reader.py
- reads the source data for the porosity and permeability maps and wraps it in ASCII format suitable for theco2_sequestration
executable.Other updates
.sub
script for checking if the job submission system works