Initial model of wire antenna (half-wavelength dipole in free-space); uses transmission line.

这个提交包含在:
craig-warren
2016-01-07 22:42:31 +00:00
父节点 a456c7f6dc
当前提交 647418c776

查看文件

@@ -0,0 +1,25 @@
#title: Wire antenna - half-wavelength dipole in free-space
#domain: 0.050 0.050 0.200
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 12e-9
#num_threads: 4
#waveform: ricker 1 1e9 mypulse
#transmission_line: z 0.025 0.025 0.100 73 0.1 mypulse
voltage_source: z 0.025 0.025 0.100 73 mypulse
#rx: 0.035 0.025 0.100
## 150mm length
cylinder: 0.025 0.025 0.025 0.025 0.025 0.175 0.003 pec
cylinder: 0.025 0.025 0.100 0.025 0.025 0.101 0.003 free_space
## 136mm length
#cylinder: 0.025 0.025 0.032 0.025 0.025 0.168 0.003 pec
#cylinder: 0.025 0.025 0.100 0.025 0.025 0.101 0.003 free_space
geometry_view: 0 0 0 0.050 0.050 0.200 0.001 0.001 0.001 antenna_wire_dipole_fs n
python:
for i in range(1, 61):
print('#snapshot: 0 0 0 0.049 0.049 0.199 0.001 0.001 0.001 {} snapshot{}'.format((i/10)*1e-9, i))
end_python: