First commit

这个提交包含在:
Craig Warren
2015-09-30 14:26:59 +01:00
当前提交 843ec686de
共有 122 个文件被更改,包括 16784 次插入0 次删除

查看文件

@@ -0,0 +1,10 @@
#title: MALA 1.2GHz 'like' antenna in free-space
#domain: 0.264 0.189 0.220
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 6e-9
#python:
from user_libs.antennas import antenna_like_MALA_1200
antenna_like_MALA_1200(0.132, 0.095, 0.100)
#end_python:

12
user_models/false_alarm_can.in 可执行文件
查看文件

@@ -0,0 +1,12 @@
#title: Metal can false alarm target in free-space
#domain: 0.076 0.076 0.108
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 6e-9
#python:
from user_libs.landmines import false_alarm_can
false_alarm_can(0.038, 0.038, 0.054)
#end_python:
#geometry_view: 0 0 0 0.076 0.076 0.108 0.001 0.001 0.001 false_alarm_can n

查看文件

@@ -0,0 +1,25 @@
#title: 2D
#domain: 0.1 0.1 0.001
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 6e-9
#time_step_limit_type: 2d
#pml_cells: 10 10 0 10 10 0
#material: 8 0 1 0 half_space
#waveform: ricker 1.0 1e9 myRicker
#box: 0 0 0 0.100 0.050 0.001 half_space
#sphere: 0.050 0.020 0 0.005 pec
#hertzian_dipole: z 0.040 0.050 0 myRicker
#rx: 0.060 0.050 0
hertzian_dipole: z 0.015 0.050 0 myRicker
rx: 0.020 0.050 0
src_steps: 0.002 0 0
rx_steps: 0.002 0 0
geometry_view: 0 0 0 0.1 0.1 0.001 0.001 0.001 0.001 hertzian_dipole_2D n
python:
for x in range (1, 20):
print('#snapshot: 0 0 0 0.1 0.1 0.001 0.001 0.001 0.001 {} hertzian_dipole_2D_snap{}'.format((x/5) * 1e-9, x))
end_python:

查看文件

@@ -0,0 +1,44 @@
#title: Soil fractals
#domain: 0.1 0.1 0.2
#time_window: 10e-9
#dx_dy_dz: 0.001 0.001 0.001
#soil_peplinski: 0.5 0.5 2.0 2.66 0.1 0.4 mySoil
#fractal_box: 0.030 0.030 0.030 0.070 0.070 0.070 1.5 1 1 1 10 mySoil mySoilBox
xminus
add_surface_roughness: 0.030 0.030 0.030 0.030 0.070 0.070 1 1 1 0.025 0.035 mySoilBox
add_surface_water: 0.030 0.030 0.030 0.030 0.070 0.070 0.027 mySoilBox
xplus
add_surface_roughness: 0.070 0.030 0.030 0.070 0.070 0.070 1 1 1 0.065 0.075 mySoilBox
add_surface_water: 0.070 0.030 0.030 0.070 0.070 0.070 0.070 mySoilBox
add_grass: 0.070 0.030 0.030 0.070 0.070 0.070 1.0 0.065 0.180 50 mySoilBox
yminus
add_surface_roughness: 0.030 0.030 0.030 0.070 0.030 0.070 1 1 1 0.025 0.035 mySoilBox
add_surface_water: 0.030 0.030 0.030 0.070 0.030 0.070 0.027 mySoilBox
yplus
add_surface_roughness: 0.030 0.070 0.030 0.070 0.070 0.070 1 1 1 0.065 0.075 mySoilBox
add_surface_water: 0.030 0.070 0.030 0.070 0.070 0.070 0.070 mySoilBox
add_grass: 0.030 0.070 0.030 0.070 0.070 0.070 1.0 0.065 0.180 50 mySoilBox
zminus
add_surface_roughness: 0.030 0.030 0.030 0.070 0.070 0.030 1 1 1 0.025 0.035 mySoilBox
add_surface_water: 0.030 0.030 0.030 0.070 0.070 0.030 0.027 mySoilBox
zplus
#add_surface_roughness: 0.030 0.030 0.070 0.070 0.070 0.070 1 1 1 0.065 0.075 mySoilBox
add_surface_water: 0.030 0.030 0.070 0.070 0.070 0.070 0.070 mySoilBox
add_grass: 0.050 0.050 0.070 0.055 0.055 0.070 1.0 0.070 0.180 5 mySoilBox
#add_grass: 0.030 0.030 0.070 0.070 0.070 0.070 1.0 0.065 0.180 50 mySoilBox
box: 0.080 0.000 0.070 0.120 0.200 0.110 free_space
python:
from gprMax.lib_antennas import antenna_like_GSSI_1500
antenna_like_GSSI_1500(0.100, 0.100, 0.110)
end_python:
#geometry_view: 0 0 0 0.1 0.1 0.2 0.001 0.001 0.001 soil_fractals n