Loading [MathJax]/extensions/tex2jax.js
MFC: Pre-Process
High-fidelity multiphase flow simulation
All Classes Namespaces Files Functions Variables Pages
m_perturbation.fpp.f90 File Reference

Modules

module  m_perturbation
 This module contains subroutines that compute perturbations to the initial mean flow fields.
 

Functions/Subroutines

subroutine m_perturbation::s_initialize_perturbation_module ()
 
subroutine m_perturbation::s_perturb_sphere (q_prim_vf)
 
subroutine m_perturbation::s_perturb_surrounding_flow (q_prim_vf)
 
subroutine m_perturbation::s_superposition_instability_wave (q_prim_vf)
 This subroutine computes velocity perturbations for a temporal mixing layer with hypertangent mean streamwise velocity profile obtained from linear stability analysis. For a 2D case, instability waves with spatial wavenumbers, (4,0), (2,0), and (1,0) are superposed. For a 3D waves, (4,4), (4,-4), (2,2), (2,-2), (1,1), (1,-1) areadded on top of 2D waves.
 
subroutine m_perturbation::s_compute_equilibrium_state (fp, fr0, fr)
 This subroutine computes equilibrium bubble radius of the perturbed pressure field.
 
subroutine m_perturbation::s_instability_wave (alpha, beta, wave, shift)
 This subroutine computes instability waves for a given set of spatial wavenumbers (alpha, beta) in x and z directions. The eigenvalue problem is derived from the linearized Euler equations with parallel mean flow assumption (See Sandham 1989 PhD thesis for details).
 
subroutine m_perturbation::s_solve_linear_system (alpha, beta, u_mean, rho_mean, p_mean, d, gam, pi_inf, mach, wave, shift)
 This subroutine solves linear system from linear stability analysis and generate instability waves for the given set of spatial wave numbers and phase shift.
 
subroutine m_perturbation::s_instability_nonreflecting_subsonic_buffer_bc (ar, ai, hr, hi, rho_mean, mach)
 This subroutine applies non-reflecting subsonic buffer boundary condition to the linear system of equations (i.e. matrix A).
 
subroutine m_perturbation::s_generate_wave (wr, wi, zr, zi, rho_mean, mach, alpha, beta, wave, shift)
 This subroutine generates an instability wave using the most unstable eigenvalue and corresponding eigenvector among the given set of eigenvalues and eigenvectors.
 
subroutine m_perturbation::s_elliptic_smoothing (q_prim_vf)
 
subroutine m_perturbation::s_finalize_perturbation_module ()
 

Variables

integer m_perturbation::mixlayer_nvar
 
integer, dimension(:), allocatable m_perturbation::mixlayer_var
 
integer m_perturbation::nbp
 
integer m_perturbation::mixlayer_bc_fd
 
integer m_perturbation::n_bc_skip
 
real(wp), dimension(:, :, :, :), allocatable m_perturbation::q_prim_temp
 
real(wpm_perturbation::bcxb
 
real(wpm_perturbation::bcxe
 
real(wpm_perturbation::bcyb
 
real(wpm_perturbation::bcye
 
real(wpm_perturbation::bczb
 
real(wpm_perturbation::bcze