-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c87f0e
commit 350f3d5
Showing
11 changed files
with
86 additions
and
7 deletions.
There are no files selected for viewing
Binary file modified
BIN
-606 KB
(34%)
tests/unit-tests/displacement_tests/Newmark/serial/test3/database.bin
Binary file not shown.
Binary file modified
BIN
-4.7 MB
(33%)
tests/unit-tests/displacement_tests/Newmark/serial/test3/displacement.bin
Binary file not shown.
Binary file modified
BIN
-2.35 MB
(33%)
tests/unit-tests/displacement_tests/Newmark/serial/test3/potential_acoustic.bin
Binary file not shown.
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
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
Binary file not shown.
Binary file added
BIN
+2.36 MB
tests/unit-tests/displacement_tests/Newmark/serial/test4/displacement.bin
Binary file not shown.
Binary file added
BIN
+1.18 MB
tests/unit-tests/displacement_tests/Newmark/serial/test4/potential_acoustic.bin
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
tests/unit-tests/displacement_tests/Newmark/serial/test4/sources.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
number-of-sources: 1 | ||
sources: | ||
- force: | ||
x : 1575.0 | ||
z : 2420.0 | ||
source_surf: false | ||
angle : 0.0 | ||
vx : 0.0 | ||
vz : 0.0 | ||
Ricker: | ||
factor: 1e9 | ||
tshift: 0.0 | ||
f0: 10.0 |
53 changes: 53 additions & 0 deletions
53
tests/unit-tests/displacement_tests/Newmark/serial/test4/specfem_config.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## Coupling interfaces have code flow that is dependent on orientation of the interface. | ||
## This test is to check the code flow for horizontal acoustic-elastic interface with acoustic domain on bottom. | ||
|
||
parameters: | ||
|
||
header: | ||
## Header information is used for logging. It is good practice to give your simulations explicit names | ||
title: Heterogeneous acoustic-elastic medium with 1 acoustic-elastic interface (orientation horizontal) # name for your simulation | ||
# A detailed description for your simulation | ||
description: | | ||
Material systems : Elastic domain (1), Acoustic domain (1) | ||
Interfaces : Acoustic-elastic interface (1) (orientation horizontal with acoustic domain on bottom) | ||
Sources : Force source (1) | ||
Boundary conditions : Neumann BCs on all edges | ||
simulation-setup: | ||
## quadrature setup | ||
quadrature: | ||
alpha: 0.0 | ||
beta: 0.0 | ||
ngllx: 5 | ||
ngllz: 5 | ||
|
||
## Solver setup | ||
solver: | ||
time-marching: | ||
type-of-simulation: forward | ||
time-scheme: | ||
type: Newmark | ||
dt: 1.90e-3 | ||
nstep: 100 | ||
|
||
receivers: | ||
stations-file: "../DATA/STATIONS" | ||
angle: 0.0 | ||
seismogram-type: | ||
- displacement | ||
- velocity | ||
nstep_between_samples: 1 | ||
|
||
## Runtime setup | ||
run-setup: | ||
number-of-processors: 1 | ||
number-of-runs: 1 | ||
|
||
## databases | ||
databases: | ||
mesh-database: "../../../tests/unit-tests/displacement_tests/Newmark/serial/test4/database.bin" | ||
source-file: "../../../tests/unit-tests/displacement_tests/Newmark/serial/test4/sources.yaml" | ||
|
||
seismogram: | ||
seismogram-format: ascii | ||
output-folder: "." |
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