# TODO: dumux-course-task 1.C: uncomment the following group [Grid]
# for dune-subgrid
#[Grid]
#Positions0 = 0 1
#Positions1 = 0 0.2 0.3 0.65
#Cells0 = 100
#Cells1 = 10 50 18
#Baseline = 0.25 # [m]
#Amplitude = 0.04 # [m]
#Offset = 0.5 # [m]
#Scaling = 0.2 #[m]

# TODO: dumux-course-task 1.B: change the grid resolution and examine the effects on the velocity profile
# TODO: dumux-course-task 1.C: comment or delete the group [Freeflow.Grid]
[Freeflow.Grid]
Verbosity = true
Positions0 = 0.0 1.0
Positions1 = 1.0 2.0
Cells0 = 20
Cells1 = 100
Grading1 = 1

# TODO: dumux-course-task 1.B: change the grid resolution and examine the effects on the velocity profile
# TODO: dumux-course-task 1.C: comment or delete the group [PorousMedium.Grid]
[PorousMedium.Grid]
Verbosity = true
Positions0 = 0.0 1.0
Positions1 = 0.0 1.0
Cells0 = 20
Cells1 = 20
Grading1 = 1

[Problem]
Name = ex_ff-pm-interface
EnableGravity = false

[Freeflow.Problem]
Name = freeflow
PressureDifference = 1e-9
EnableInertiaTerms = false

[PorousMedium.Problem]
Name = porousmedium

[SpatialParams]
Permeability = 1e-6 # m^2
Porosity = 0.4
AlphaBeaversJoseph = 1.0
Temperature = 283.15

[Vtk]
AddVelocity = 1