Skip to content

Commit 0b52a47

Browse files
adding target code to git for testing infrastructure
1 parent e53b116 commit 0b52a47

11 files changed

Lines changed: 13448 additions & 31 deletions

amdados.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ output_dir output # the output folder, which should be created by user
88
diffusion_coef 1.0 # diffusion coefficient
99

1010
### Domain geometry.
11-
num_subdomains_x 8 # number of sub-domains in x-dimension
12-
num_subdomains_y 8 # number of sub-domains in y-dimension
11+
num_subdomains_x 4 # number of sub-domains in x-dimension
12+
num_subdomains_y 2 # number of sub-domains in y-dimension
1313

1414
# Sizes that are hard-coded as C++ template parameters:
1515
subdomain_x 16 # number of sub-domain nodal points in x-dimension
@@ -34,9 +34,9 @@ sensor_fraction 0.0025 # fraction of points occupied by sensors; \
3434
# # at least one sensor presents at each subdomain.
3535

3636
### Integration of advection-diffusion model.
37-
integration_period 200 # integration period 0...T [seconds]
38-
integration_nsteps 20 # min. number of integration time steps
39-
num_sub_iter 7 # fixed number of sub-iterations on each step
37+
integration_period 25 # integration period 0...T [seconds]
38+
integration_nsteps 50 # min. number of integration time steps
39+
num_sub_iter 3 # fixed number of sub-iterations on each step
4040

4141
### Parameters of flow in the domain.
4242
flow_model_max_vx 1.0 # module of max. flow velocity in x-dimension [m/s]

0 commit comments

Comments
 (0)