PointReflectorModel

class pysit.gallery.point_reflector.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.GeneratedGalleryModel

Attributes Summary

dimension
model_name
supported_physics
valid_dimensions

Methods 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

rebuild_models(self, reflector_position=None, reflector_radius=None, reflector_amplitude=None, background_velocity=None)[source]

Rebuild the true and initial models based on the current configuration.