Skip to content

Commit 5daeaf8

Browse files
Adds simple 3D Mor case
1 parent fd84cb6 commit 5daeaf8

2 files changed

Lines changed: 9084 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"solver_options": {
3+
"upwind_alpha": 1.0,
4+
"time_step": 0.01,
5+
"final_time": 10.0,
6+
"order": 1
7+
},
8+
"model": {
9+
"filename": "3D_MOR.msh",
10+
"materials": [
11+
{
12+
"tags": [ 1, 2 ],
13+
"type": "vacuum"
14+
}
15+
],
16+
"boundaries": [
17+
{
18+
"tags": [ 1 ],
19+
"type": "PEC"
20+
},
21+
{
22+
"tags": [ 8 ],
23+
"type": "SMA"
24+
}
25+
]
26+
},
27+
"probes": {
28+
"exporter": {
29+
"saves": 100
30+
},
31+
"mor_state": [
32+
{
33+
"record_time_start": 0.0,
34+
"record_time_final": 10.0,
35+
"saves": 11
36+
}
37+
]
38+
},
39+
"sources": [
40+
{
41+
"type": "planewave",
42+
"polarization": [ 0.0, 1.0, 0.0 ],
43+
"propagation": [ 1.0, 0.0, 0.0 ],
44+
"tags": [ 2, 3, 4, 5, 6, 7 ],
45+
"magnitude": {
46+
"spread": 0.2
47+
}
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)