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

Functions/Subroutines

program __m_bubbles_ee_fpp_f90__
 
subroutine s_initialize_bubbles_ee_module
 
subroutine s_comp_alpha_from_n (q_cons_vf)
 
subroutine s_compute_bubbles_ee_rhs (idir, q_prim_vf)
 
subroutine s_compute_bubble_ee_source (q_cons_vf, q_prim_vf, t_step, rhs_vf)
 The purpose of this procedure is to compute the source terms that are needed for the bubble modeling.
 
subroutine s_initialize_adap_dt (frho, fp, fr, fv, fr0, fpb, fpbdot, alf, fntait, fbtait, f_bub_adv_src, f_divu, h)
 Choose the initial time step size for the adaptive time stepping routine (See Heirer, E. Hairer S.P.Nørsett G. Wanner, Solving Ordinary Differential Equations I, Chapter II.4)
 
subroutine s_advance_substep (frho, fp, fr, fv, fr0, fpb, fpbdot, alf, fntait, fbtait, f_bub_adv_src, f_divu, h, myr_tmp, myv_tmp, err)
 Integrate bubble variables over the given time step size, h.
 
real(wp) function f_rddot (frho, fp, fr, fv, fr0, fpb, fpbdot, alf, fntait, fbtait, f_bub_adv_src, f_divu)
 Function that computes the bubble radial acceleration based on bubble models.
 

Function/Subroutine Documentation

◆ __m_bubbles_ee_fpp_f90__()

program __m_bubbles_ee_fpp_f90__

◆ f_rddot()

real(wp) function __m_bubbles_ee_fpp_f90__::f_rddot ( real(wp), intent(in) frho,
real(wp), intent(in) fp,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fr0,
real(wp), intent(in) fpb,
real(wp), intent(in) fpbdot,
real(wp), intent(in) alf,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait,
real(wp), intent(in) f_bub_adv_src,
real(wp), intent(in) f_divu )
private

Function that computes the bubble radial acceleration based on bubble models.

Parameters
fRhoCurrent density
fPCurrent driving pressure
fRCurrent bubble radius
fVCurrent bubble velocity
fR0Equilibrium bubble radius
fpbInternal bubble pressure
fpbdotTime-derivative of internal bubble pressure
alfbubble volume fraction
fntaitTait EOS parameter
fBtaitTait EOS parameter
f_bub_adv_srcSource for bubble volume fraction
f_divuDivergence of velocity
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_advance_substep()

subroutine __m_bubbles_ee_fpp_f90__::s_advance_substep ( real(wp), intent(in) frho,
real(wp), intent(in) fp,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fr0,
real(wp), intent(in) fpb,
real(wp), intent(in) fpbdot,
real(wp), intent(in) alf,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait,
real(wp), intent(in) f_bub_adv_src,
real(wp), intent(in) f_divu,
real(wp), intent(in) h,
real(wp), dimension(4), intent(out) myr_tmp,
real(wp), dimension(4), intent(out) myv_tmp,
real(wp), intent(out) err )
private

Integrate bubble variables over the given time step size, h.

Parameters
fRhoCurrent density
fPCurrent driving pressure
fRCurrent bubble radius
fVCurrent bubble velocity
fR0Equilibrium bubble radius
fpbInternal bubble pressure
fpbdotTime-derivative of internal bubble pressure
alfbubble volume fraction
fntaitTait EOS parameter
fBtaitTait EOS parameter
f_bub_adv_srcSource for bubble volume fraction
f_divuDivergence of velocity
hTime step size
myR_tmpBubble radius at each stage
myV_tmpBubble radial velocity at each stage
errEstimated error
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_comp_alpha_from_n()

subroutine __m_bubbles_ee_fpp_f90__::s_comp_alpha_from_n ( type(scalar_field), dimension(sys_size), intent(inout) q_cons_vf)
private
Here is the caller graph for this function:

◆ s_compute_bubble_ee_source()

subroutine __m_bubbles_ee_fpp_f90__::s_compute_bubble_ee_source ( type(scalar_field), dimension(sys_size), intent(inout) q_cons_vf,
type(scalar_field), dimension(sys_size), intent(in) q_prim_vf,
integer, intent(in) t_step,
type(scalar_field), dimension(sys_size), intent(inout) rhs_vf )
private

The purpose of this procedure is to compute the source terms that are needed for the bubble modeling.

Parameters
q_prim_vfPrimitive variables
q_cons_vfConservative variables
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_compute_bubbles_ee_rhs()

subroutine __m_bubbles_ee_fpp_f90__::s_compute_bubbles_ee_rhs ( integer, intent(in) idir,
type(scalar_field), dimension(sys_size), intent(in) q_prim_vf )
private
Here is the caller graph for this function:

◆ s_initialize_adap_dt()

subroutine __m_bubbles_ee_fpp_f90__::s_initialize_adap_dt ( real(wp), intent(in) frho,
real(wp), intent(in) fp,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fr0,
real(wp), intent(in) fpb,
real(wp), intent(in) fpbdot,
real(wp), intent(in) alf,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait,
real(wp), intent(in) f_bub_adv_src,
real(wp), intent(in) f_divu,
real(wp), intent(out) h )
private

Choose the initial time step size for the adaptive time stepping routine (See Heirer, E. Hairer S.P.Nørsett G. Wanner, Solving Ordinary Differential Equations I, Chapter II.4)

Parameters
fRhoCurrent density
fPCurrent driving pressure
fRCurrent bubble radius
fVCurrent bubble velocity
fR0Equilibrium bubble radius
fpbInternal bubble pressure
fpbdotTime-derivative of internal bubble pressure
alfbubble volume fraction
fntaitTait EOS parameter
fBtaitTait EOS parameter
f_bub_adv_srcSource for bubble volume fraction
f_divuDivergence of velocity
hTime step size
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_initialize_bubbles_ee_module()

subroutine __m_bubbles_ee_fpp_f90__::s_initialize_bubbles_ee_module
Here is the caller graph for this function: