PointReflectorModel¶
-
class
pysit.gallery.PointReflectorModel(mesh, reflector_position=[(0.35, 0.42), (0.65, 0.42)], reflector_radius=[0.05, 0.05], reflector_amplitude=[1.0, 1.0], background_velocity=1.0, drop_threshold=1e-07)[source]¶ Bases:
pysit.gallery.gallery_base.GeneratedGalleryModelAttributes Summary
dimensionmodel_namesupported_physicsvalid_dimensionsMethods Summary
rebuild_models(self[, reflector_position, …])Rebuild the true and initial models based on the current configuration. Attributes Documentation
-
dimension¶
-
model_name= 'Point Reflector'¶
-
supported_physics= ('acoustic',)¶
-
valid_dimensions= (1, 2, 3)¶
Methods Documentation
-