Skip to content
Snippets Groups Projects
exercise_grids.input 872 B
[TimeLoop]
DtInitial = 3600 # in seconds
TEnd = 3.154e9 # in seconds, i.e ten years

[Grid]
UpperRight = 60 40
Cells = 24 16
# TODO: Task 1: Globally refine your grid
# TODO: Task 2: Develop even grid input parameters that can be split into zones
# TODO: Task 3: Using the zoning and grading parameters, redevelop your grid to optimize your refinement in the areas that matter.
# TODO: Task 4: Run your simulation the provided structured grid file ./grids/grid_structured.msh
# TODO: Task 5: Run your simulation the provided structured grid file ./grids/grid_unstructured.msh

[Problem]
Name = grid_exercise
OnlyPlotMaterialLaws = true
AquiferDepth = 2700.0 # m
InjectionDuration = 2.628e6 # in seconds, i.e. one month

[SpatialParams]
PermeabilityAquitard = 1e-15 # m^2
EntryPressureAquitard = 4.5e4 # Pa
PermeabilityAquifer = 1e-12 # m^2
EntryPressureAquifer = 1e4 # Pa