parser.add_argument('--geometry-only', action='store_true', default=False,help='flag to only build model and produce geometry file(s)') parser.add_argument('--geometry-fixed', action='store_true', default=False,help='flag to not reprocess model geometry, e.g. for B-scans where the ...
merge_files# 文件路径+文件名dmax=r".\GprmaxCode"# 项目目录filename=os.path.join(dmax,'cylinder_Bscan_2D.in')# 正演 n:仿真次数(A扫描次数)->B扫描api(filename,n=60,geometry_only=True)# geometry_only:仅几何图形merge_files(r".\GprmaxCode\cylinder_Bscan_...
--geometry-onlyflagbuild a model and produce any geometry views but does not run the simulation, e.g. to check the geometry of a model is correct:(gprMax)$ python -m gprMax user_models/heterogeneous_soil.in --geometry-only --geometry-fixedflagruns a series of models where the geometry ...
(gprMax)$ python -m gprMax user_models/heterogeneous_soil.in --geometry-only For example, to run a B-scan with 60 traces: (gprMax)$ python -m gprMax user_models/cylinder_Bscan_2D.in -n 60 Updating gprMax Open a Terminal (Linux/Mac OS X) or Command Prompt (Windows), navigate int...
python-m gprMax 文件路径\文件名.in--geometry-only(注意对应的in文件中必须要有“#geometry_view:”的指令,具体可参阅GprMax的说明书) 13楼2019-05-12 18:36 收起回复 贴吧用户_0U48X7G 知名人士 11 (2)在模型框架中点击“PML boundaryregion”,而后选择“Outline”,如下图所示: 15楼2019-05-12 18...
STLtoVoxel toolbox- convert STL files and import complex geometries without having to build them from geometry commands. DebyeFit toolbox- simulate materials with dispersive properties described by relaxation models such as Havriliak-Negami, Jonscher, Complex Refractive Index Mixing (CRIM), or your ...
This script makes it quick and easy to view the different materials in a geometry file. To add the script as a macro in Paraview choose the file from the Macros->Add new macro menu. It will then appear as a shortcut button in the toolbar as shown in Fig. 5. You only need to ...
STLtoVoxel toolbox- convert STL files and import complex geometries without having to build them from geometry commands. DebyeFit toolbox- simulate materials with dispersive properties described by relaxation models such as Havriliak-Negami, Jonscher, Complex Refractive Index Mixing (CRIM), or your ...
## GEOMETRY VIEW FILES #geometry_view: 0 0 0 3.332 0.500 2.400 0.002 0.002 0.002 GSSI_400MHz_R2 n commentedNov 1, 2017 @Mark-DunscombI've only had a chance to have a quick look at this so far, but my suspicion is that this is some sort of issue with Paraview reading the file....
--geometry-only flag build a model and produce any geometry views but does not run the simulation, e.g. to check the geometry of a model is correct: (gprMax)$ python -m gprMax user_models/heterogeneous_soil.in --geometry-only --geometry-fixed flag runs a series of models where the ge...