forked from povanberg/DGFEM-Acoustic
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsquare.json
More file actions
69 lines (69 loc) · 995 Bytes
/
square.json
File metadata and controls
69 lines (69 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"mesh": {
"File": "tests/square.msh",
"BC": {
"number": 2,
"boundary1": {
"name": "abs",
"type": "Absorbing"
},
"boundary2": {
"name": "ref",
"type": "Reflecting"
}
}
},
"solver": {
"time": {
"start": 0.0,
"end": 0.05,
"step": 1e-04,
"rate": 0.01
},
"elementType": "Lagrange",
"timeIntMethod": "Runge-Kutta",
"numThreads": 4
},
"initialization": {
"meanFlow": {
"vx": 0.0,
"vy": 0.0,
"vz": 0.0,
"rho": 1.225,
"c": 340.0
},
"number": 1,
"initialCondition1": {
"type": "gaussian",
"x": 50.0,
"y": 50.0,
"z": 0.0,
"size": 100.0,
"amplitude": 1.0
}
},
"observers": {
"number": 1,
"observer1": {
"x": 90.0,
"y": 50.0,
"z": 0.0,
"size": 5.0
}
},
"sources": {
"number": 0,
"source1": {
"type": "formula",
"fct": "0.0",
"x": 0.0,
"y": 0.0,
"z": 0.0,
"size": 0.0,
"amplitude": 0.0,
"frequency": 0.0,
"phase": 0.0,
"duration": 0.0
}
}
}