|
MFC
Exascale flow solver
|
Acoustic source parameters. More...
Public Attributes | |
| integer | pulse |
| Type of pulse. | |
| integer | support |
| Type of support. | |
| logical | dipole |
| Whether the source is a dipole or monopole. | |
| real(wp), dimension(3) | loc |
| Physical location of acoustic source. | |
| real(wp) | mag |
| Acoustic pulse magnitude. | |
| real(wp) | length |
| Length of planar source (2D/3D). | |
| real(wp) | height |
| Height of planar source (3D). | |
| real(wp) | wavelength |
| Wave length of pulse. | |
| real(wp) | frequency |
| Frequency of pulse. | |
| real(wp) | gauss_sigma_dist |
| sigma of Gaussian pulse multiplied by speed of sound | |
| real(wp) | gauss_sigma_time |
| sigma of Gaussian pulse | |
| real(wp) | npulse |
| Number of cycles of pulse. | |
| real(wp) | dir |
| Direction of pulse. | |
| real(wp) | delay |
| Time-delay of pulse start. | |
| real(wp) | foc_length |
| Focal length of transducer. | |
| real(wp) | aperture |
| Aperture diameter of transducer. | |
| real(wp) | element_spacing_angle |
| Spacing between aperture elements in 2D acoustic array. | |
| real(wp) | element_polygon_ratio |
| Ratio of aperture element diameter to side length of polygon connecting their centers, in 3D acoustic array. | |
| real(wp) | rotate_angle |
| Angle of rotation of the entire circular 3D acoustic array. | |
| real(wp) | bb_bandwidth |
| Bandwidth of each frequency in broadband wave. | |
| real(wp) | bb_lowest_freq |
| The lower frequency bound of broadband wave. | |
| integer | num_elements |
| Number of elements in the acoustic array. | |
| integer | element_on |
| Element in the acoustic array to turn on. | |
| integer | bb_num_freq |
| Number of frequencies in the broadband wave. | |
Acoustic source parameters.
Definition at line 747 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::aperture |
Aperture diameter of transducer.
Definition at line 763 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::bb_bandwidth |
Bandwidth of each frequency in broadband wave.
Definition at line 768 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::bb_lowest_freq |
The lower frequency bound of broadband wave.
Definition at line 769 of file m_derived_types.fpp.f90.
| integer m_derived_types::acoustic_parameters::bb_num_freq |
Number of frequencies in the broadband wave.
Definition at line 772 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::delay |
Time-delay of pulse start.
Definition at line 761 of file m_derived_types.fpp.f90.
| logical m_derived_types::acoustic_parameters::dipole |
Whether the source is a dipole or monopole.
Definition at line 750 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::dir |
Direction of pulse.
Definition at line 760 of file m_derived_types.fpp.f90.
| integer m_derived_types::acoustic_parameters::element_on |
Element in the acoustic array to turn on.
Definition at line 771 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::element_polygon_ratio |
Ratio of aperture element diameter to side length of polygon connecting their centers, in 3D acoustic array.
Definition at line 766 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::element_spacing_angle |
Spacing between aperture elements in 2D acoustic array.
Definition at line 764 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::foc_length |
Focal length of transducer.
Definition at line 762 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::frequency |
Frequency of pulse.
Definition at line 756 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::gauss_sigma_dist |
sigma of Gaussian pulse multiplied by speed of sound
Definition at line 757 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::gauss_sigma_time |
sigma of Gaussian pulse
Definition at line 758 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::height |
Height of planar source (3D).
Definition at line 754 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::length |
Length of planar source (2D/3D).
Definition at line 753 of file m_derived_types.fpp.f90.
| real(wp), dimension(3) m_derived_types::acoustic_parameters::loc |
Physical location of acoustic source.
Definition at line 751 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::mag |
Acoustic pulse magnitude.
Definition at line 752 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::npulse |
Number of cycles of pulse.
Definition at line 759 of file m_derived_types.fpp.f90.
| integer m_derived_types::acoustic_parameters::num_elements |
Number of elements in the acoustic array.
Definition at line 770 of file m_derived_types.fpp.f90.
| integer m_derived_types::acoustic_parameters::pulse |
Type of pulse.
Definition at line 748 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::rotate_angle |
Angle of rotation of the entire circular 3D acoustic array.
Definition at line 767 of file m_derived_types.fpp.f90.
| integer m_derived_types::acoustic_parameters::support |
Type of support.
Definition at line 749 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::acoustic_parameters::wavelength |
Wave length of pulse.
Definition at line 755 of file m_derived_types.fpp.f90.