MFC: Simulation
High-fidelity multiphase flow simulation
|
Functions/Subroutines | |
program | __m_acoustic_src_fpp_f90__ |
subroutine | s_initialize_acoustic_src |
This subroutine initializes the acoustic source module. | |
subroutine | s_acoustic_src_calculations (q_cons_vf, q_prim_vf, t_step, rhs_vf) |
This subroutine updates the rhs by computing the mass, mom, energy sources. | |
subroutine | s_source_temporal (sim_time, c, ai, term_index, frequency_local, gauss_sigma_time_local, source, sum_bb) |
This subroutine gives the temporally varying amplitude of the pulse. | |
subroutine | s_precalculate_acoustic_spatial_sources |
This subroutine identifies and precalculates the non-zero acoustic spatial sources before time-stepping. | |
subroutine | s_source_spatial (j, k, l, loc, ai, source, angle, xyz_to_r_ratios) |
This subroutine gives the spatial support of the acoustic source. | |
subroutine | s_source_spatial_planar (ai, sig, r, source) |
This subroutine calculates the spatial support for planar acoustic sources in 1D, 2D, and 3D. | |
subroutine | s_source_spatial_transducer (ai, sig, r, source, angle, xyz_to_r_ratios) |
This subroutine calculates the spatial support for a single transducer in 2D, 2D axisymmetric, and 3D. | |
subroutine | s_source_spatial_transducer_array (ai, sig, r, source, angle, xyz_to_r_ratios) |
This subroutine calculates the spatial support for multiple transducers in 2D, 2D axisymmetric, and 3D. | |
real(wp) function | f_frequency_local (freq_conv_flag, ai, c) |
This function performs wavelength to frequency conversion. | |
real(wp) function | f_gauss_sigma_time_local (gauss_conv_flag, ai, c) |
This function performs Gaussian sigma dist to time conversion. | |
program __m_acoustic_src_fpp_f90__ |
|
private |
This function performs wavelength to frequency conversion.
freq_conv_flag | Determines if frequency is given or wavelength |
ai | Acoustic source index |
c | Speed of sound |
|
private |
This function performs Gaussian sigma dist to time conversion.
gauss_conv_flag | Determines if sigma_dist is given or sigma_time |
c | Speed of sound |
ai | Acoustic source index |
|
private |
This subroutine updates the rhs by computing the mass, mom, energy sources.
q_cons_vf | Conservative variables | |
q_prim_vf | Primitive variables | |
t_step | Current time step | |
rhs_vf | rhs variables | |
[in,out] | q_cons_vf | This variable contains the WENO-reconstructed values of the cell-average conservative variables, which are located in q_cons_vf, at cell-interior Gaussian quadrature points (QP). |
[in,out] | q_prim_vf | The primitive variables at cell-interior Gaussian quadrature points. These are calculated from the conservative variables and gradient magnitude (GM) of the volume fractions, q_cons_qp and gm_alpha_qp, respectively. |
|
private |
This subroutine initializes the acoustic source module.
|
private |
This subroutine identifies and precalculates the non-zero acoustic spatial sources before time-stepping.
|
private |
This subroutine gives the spatial support of the acoustic source.
j | x-index |
k | y-index |
l | z-index |
loc | Nominal source term location |
ai | Acoustic source index |
source | Source term amplitude |
angle | Angle of the source term with respect to the x-axis (for 2D or 2D axisymmetric) |
xyz_to_r_ratios | Ratios of the [xyz]-component of the source term to the magnitude (for 3D) |
|
private |
This subroutine calculates the spatial support for planar acoustic sources in 1D, 2D, and 3D.
ai | Acoustic source index |
sig | Sigma value for the Gaussian distribution |
r | Displacement from source to current point |
source | Source term amplitude |
|
private |
This subroutine calculates the spatial support for a single transducer in 2D, 2D axisymmetric, and 3D.
ai | Acoustic source index |
sig | Sigma value for the Gaussian distribution |
r | Displacement from source to current point |
source | Source term amplitude |
angle | Angle of the source term with respect to the x-axis (for 2D or 2D axisymmetric) |
xyz_to_r_ratios | Ratios of the [xyz]-component of the source term to the magnitude (for 3D) |
|
private |
This subroutine calculates the spatial support for multiple transducers in 2D, 2D axisymmetric, and 3D.
ai | Acoustic source index |
sig | Sigma value for the Gaussian distribution |
r | Displacement from source to current point |
source | Source term amplitude |
angle | Angle of the source term with respect to the x-axis (for 2D or 2D axisymmetric) |
xyz_to_r_ratios | Ratios of the [xyz]-component of the source term to the magnitude (for 3D) |
|
private |
This subroutine gives the temporally varying amplitude of the pulse.
sim_time | Simulation time |
c | Sound speed |
ai | Acoustic source index |
term_index | Index of the term to be calculated (1: mass source, 2: momentum source) |
frequency_local | Frequency at the spatial location for sine and square waves |
gauss_sigma_time_local | sigma in time for Gaussian pulse |
source | Source term amplitude |