你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-03 19:26:50 +08:00
14 行
390 B
Plaintext
可执行文件
14 行
390 B
Plaintext
可执行文件
#title: Hertzian dipole in free-space
|
|
#domain: 0.100 0.100 0.100
|
|
#dx_dy_dz: 0.001 0.001 0.001
|
|
#time_window: 3e-9
|
|
|
|
#waveform: gaussiandot 1 1e9 myWave
|
|
#hertzian_dipole: z 0.050 0.050 0.050 myWave
|
|
#rx: 0.070 0.070 0.070
|
|
|
|
python:
|
|
for time in range(1,50):
|
|
print('#snapshot: 0.001 0.001 0.001 0.099 0.099 0.099 0.001 0.001 0.001 {} {}'.format(0.1e-9 * time, 'snap' + str(time)))
|
|
end_python:
|