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