Geometry view warning in example model

11 views
Skip to first unread message

farhad physic

unread,
Sep 14, 2025, 5:27:42 AMSep 14
to gprMax-users

Hello,

I am trying to run the example model  : cylinder_Bscan_GSSI_1500.in

#domain: 0.480 0.148 0.235
#dx_dy_dz: 0.001 0.001 0.001 #time_window: 6e-9 
#material: 6 0 1 0 half_space
#box: 0 0 0 0.480 0.148 0.170 half_space
#cylinder: 0.240 0 0.080 0.240 0.148 0.080 0.010 pec

#python:
from user_libs.antennas.GSSI import antenna_like_GSSI_1500 antenna_like_GSSI_1500(0.105 + current_model_run * 0.005, 0.074, 0.170, 0.001) #end_python: 

 geometry_view: 0 0 0 0.480 0.148 0.235 0.001 0.001 0.001 cylinder_GSSI_1500 n

When I run it, I get the following warning:

WARNING: No geometry views or geometry objects to output found.

The model runs fine, but I am not sure why the geometry view is not being generated.
Has anyone encountered this issue or can advise how to correctly define the geometry_view for this model?

Thank you very much for your help.

Best regards,
Farhad

Christan Pigot

unread,
Sep 28, 2025, 7:47:50 PMSep 28
to gprMax-users
Dear Fahrad

The geometry_view is commented
Add # in front of the line:
#geometry_view: 0 0 0 0.480 0.148 0.235 0.001 0.001 0.001 cylinder_GSSI_1500 n

That's actually a gprMax particularity.
For python when # is added, the line is commented
While for gprMax when # is added, this is actually a work command

Best regards

Christian


2025年9月14日日曜日 18:27:42 UTC+9 farhad.p...@gmail.com:
Reply all
Reply to author
Forward
0 new messages