Skip to content

Commit e3adbbb

Browse files
committed
carlospush
1 parent 2bb6372 commit e3adbbb

9 files changed

Lines changed: 42017 additions & 3 deletions

File tree

testData/maxwellInputs/2D_PEC_MOR/2D_PEC_MOR.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"solver_options": {
33
"upwind_alpha": 1.0,
44
"time_step": 1e-3,
5-
"final_time": 6.0,
5+
"final_time": 2.0,
66
"evolution_operator": "global",
77
"export_operator": true,
88
"order": 3
@@ -35,8 +35,8 @@
3535
"mor_state": [
3636
{
3737
"record_time_start": 0.0,
38-
"record_time_final": 6.0,
39-
"saves": 7
38+
"record_time_final": 2.0,
39+
"saves": 2001
4040
}
4141
]
4242
},
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"solver_options": {
3+
"upwind_alpha": 1.0,
4+
"final_time": 6.0,
5+
"time_step": 1e-3,
6+
"evolution_operator": "global",
7+
"export_operator": true,
8+
"order": 3
9+
},
10+
11+
"model": {
12+
"filename": "2D_PEC_MOR_reference.msh",
13+
"materials": [
14+
{
15+
"tags": [ 1 ],
16+
"type": "vacuum"
17+
}
18+
],
19+
"boundaries": [
20+
{
21+
"tags": [ 2, 4 ],
22+
"type": "PEC"
23+
},
24+
{
25+
"tags": [ 1, 3 ],
26+
"type": "PMC"
27+
}
28+
]
29+
},
30+
31+
"probes": {
32+
"exporter": {
33+
"saves": 60
34+
},
35+
"mor_state": [
36+
{
37+
"record_time_start": 0.0,
38+
"record_time_final": 6.0,
39+
"saves": 7,
40+
"name": "mor_state"
41+
}
42+
]
43+
},
44+
45+
"sources": [
46+
{
47+
"type": "initial",
48+
"field_type": "electric",
49+
"center": [ 0.5, 0.5 ],
50+
"polarization": [ 0.0, 0.0, 1.0 ],
51+
"dimension": 1,
52+
"magnitude": {
53+
"type": "gaussian",
54+
"spread": 0.12
55+
}
56+
}
57+
]
58+
}

0 commit comments

Comments
 (0)