Air (free space) already exists as a built-in material in gprMax which can be accessed using the free_space identifier. The metal cylinder will be modelled as a Perfect Electric Conductor, which again exists as a built-in material in gprMax and can be accessed using the pec identifier. So...
#cylinder: 9.05 0.0 1.0 9.05 0.3 1.0 0.50 free_space#box: 0.0 0.0 1.0 11 0.3 1.5 concrete#python:from user_libs.antennas.GSSI import antenna_like_GSSI_400antenna_like_GSSI_400(0.20 + current_model_run * 0.01, 0.15, 1.5, 0.002)#end_python:#geometry_view: 0 0 0 11 0.3 2 0.01 0.01...
大神帮忙看看这个充气..大神帮忙看看这个充气空洞哪行怎么写呢,我这个运行不起来,把air改成free_space就可以,怎么回事呢我知道了,没有定义空气介质定义后运行好了,为什么波形图看不出来任何波形呢
系统分配了10种介质(自由空间即空气free_space,金属pec和8种用户自定义介质)的内存空间,当模型中使用介质数量超过10种时需要使用该命令。 #nips_number: i1 指定分配的空间。存储重要信息模型的数组大小可以在内部计算,但通常比实际需要的大,可以使用较小的数字节省空间。如果分配过小,系统会发出错误并提醒分配更多...
the size of the model domain. Additionally, free space (i.e. air) should be always included above a source for at least 15-20 cells in GPR models. Obviously, the more cells there are between observation points, sources, targets and the absorbing boundaries, the better the results will be...
GprMax中文说明书 GprMax中⽂说明书 GprMax中GprMax2D的使⽤⽅法 V1.3 实验环境:操作系统:Windows7 软件版本:MATLAB7.1&GprMaxV2.0 参考资料:[1]UserGuideV2.pdf ⼀、GprMax2D软件使⽤ 1.1 直接运⾏ ..\GprMaxV2.0\Windows⽂件夹下的GprMax2D.exe⽂件,会出现以下窗⼝(也可以在命令提...
22、ec#cylinder: 1.65 0.375 0.0125 pec #cylinder: 1.85 0.375 0.0125 pec #cylinder: 2.05 0.375 0.0125 pec#cylinder: 2.25 0.375 0.0125 pec#triangle: 0.25 0.3 0.65 0.3 0.45 0.1 free_space#triangle: 1.45 0.3 1.85 0.3 1.65 0.1 free_space#box: 2.05 0.1 2.25 0.3 free_space#cylinder: 2.15125 0....
在处理一般命令之后,gprmax3d建立一个初始化为free space(air)任意尺寸的模型。 注意,free space和pec已经被定义在gprmax3d中,你不必再去定义这两种介质。因此,关键词free_spa 24、ce和pec能够直接用而不需要再定义参数。其他介质他们的参数必须通过下面之一来设置:l #media_file:命令包含各种各样的经常用的介质的...
#box: 1.024 0.000 0.236 2.308 0.500 1.216 free_space ## RX/TX Info ## GSSI 400MHz Antenna ##python: ##from user_libs.antennas import antenna_like_GSSI_400 ## Collect data every 1.6 cm = 0.63 inches = 1.59 scans/in ## from 0.18m to 3.304m => 195 scans ...
代码文件如下: #medium: 6.0 0.0 0.0 0.005 1.0 0.0 concrete #domain: 2.0 1.0 #dx_dy: 0.002 0.002 #time_window: 15e-9 #box: 0.0 0.1 2.0 1.0 concrete #box: 0.5 0.25 1.5 0.6 free_space #triangle: 0.5 0.25 1.5 0.25 1.5 0.5 concrete #triangle: 0.5 0.35 0.5 0.6 1.5 0.6 concrete #line...