Add test for a cylindrical sector starting in a positive halo

这个提交包含在:
Nathan Mannall
2025-02-21 10:44:13 +00:00
父节点 a970593dc6
当前提交 aecf08f269
共有 3 个文件被更改,包括 14 次插入0 次删除

查看文件

@@ -0,0 +1,13 @@
#title: Hertzian dipole over a half-space
#domain: 0.100 0.100 0.100
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 3e-9
#waveform: gaussiandot 1 1e9 myWave
#hertzian_dipole: z 0.020 0.020 0.020 myWave
#rx: 0.080 0.080 0.080
#material: 8 0 1 0 half_space
#cylindrical_sector: x 0.05 0.05 0.05 0.1 0.05 60 330 half_space
#geometry_objects_write: 0 0 0 0.1 0.1 0.1 full_volume

查看文件

@@ -66,6 +66,7 @@ class TestCylindricalSectorGeometry(GprMaxRegressionTest):
model = parameter(
[
"cylindrical_sector_x_full",
"cylindrical_sector_x_half",
"cylindrical_sector_y_small",
"cylindrical_sector_z_outside_boundary",
"cylindrical_sector_z_rigid",