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

Functions/Subroutines

program __m_bubbles_fpp_f90__
 
real(wp) function f_cpbw (fr0, fr, fv, fpb)
 Function that computes that bubble wall pressure for Gilmore bubbles.
 
real(wp) function f_h (fcpbw, fcpinf, fntait, fbtait)
 Function that computes the bubble enthalpy.
 
real(wp) function f_cgas (fcpinf, fntait, fbtait, fh)
 Function that computes the sound speed for the bubble.
 
real(wp) function f_cpinfdot (frho, fp, falf, fntait, fbtait, advsrc, divu)
 Function that computes the time derivative of the driving pressure.
 
real(wp) function f_hdot (fcpbw, fcpinf, fcpinf_dot, fntait, fbtait, fr, fv, fr0, fpbdot)
 Function that computes the time derivative of the enthalpy.
 
real(wp) function f_rddot_rp (fcp, frho, fr, fv, fr0, fcpbw)
 Function that computes the bubble radial acceleration for Rayleigh-Plesset bubbles.
 
real(wp) function f_rddot_g (fcpbw, fr, fv, fh, fhdot, fcgas, fntait, fbtait)
 Function that computes the bubble radial acceleration.
 
real(wp) function f_cpbw_km (fr0, fr, fv, fpb)
 Function that computes the bubble wall pressure for Keller–Miksis bubbles.
 
real(wp) function f_rddot_km (fpbdot, fcp, fcpbw, frho, fr, fv, fr0, fc)
 Function that computes the bubble radial acceleration for Keller–Miksis bubbles.
 
subroutine s_bwproperty (pb, ir0)
 Subroutine that computes bubble wall properties for vapor bubbles.
 
real(wp) function f_vflux (fr, fv, fmass_v, ir0, fmass_n, fbeta_c, fconc_v)
 Function that computes the vapour flux.
 
real(wp) function f_bpres_dot (fvflux, fr, fv, fpb, fmass_v, ir0, fbeta_t, fr_m, fgamma_m, fconc_v)
 Function that computes the time derivative of the internal bubble pressure.
 

Function/Subroutine Documentation

◆ __m_bubbles_fpp_f90__()

program __m_bubbles_fpp_f90__

◆ f_bpres_dot()

real(wp) function __m_bubbles_fpp_f90__::f_bpres_dot ( real(wp), intent(in) fvflux,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fpb,
real(wp), intent(in) fmass_v,
integer, intent(in) ir0,
real(wp), intent(in), optional fbeta_t,
real(wp), intent(in), optional fr_m,
real(wp), intent(in), optional fgamma_m,
real(wp), intent(in), optional fconc_v )
private

Function that computes the time derivative of the internal bubble pressure.

Parameters
fvfluxVapour flux
fRCurrent bubble radius
fVCurrent bubble velocity
fpbCurrent internal bubble pressure
fmass_vCurrent mass of vapour
iR0Bubble size index (EE) or bubble identifier (EL)
fbeta_tMass transfer coefficient (EL)
fR_mMixture gas constant (EL)
fgamma_mMixture gamma (EL)
fconc_vCurrent vapor concentration (EL)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_cgas()

real(wp) function __m_bubbles_fpp_f90__::f_cgas ( real(wp), intent(in) fcpinf,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait,
real(wp), intent(in) fh )
private

Function that computes the sound speed for the bubble.

Parameters
fCpinfDriving bubble pressure
fntaitTait EOS parameter
fBtaitTait EOS parameter
fHBubble enthalpy
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_cpbw()

real(wp) function __m_bubbles_fpp_f90__::f_cpbw ( real(wp), intent(in) fr0,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fpb )

Function that computes that bubble wall pressure for Gilmore bubbles.

Parameters
fR0Equilibrium bubble radius
fRCurrent bubble radius
fVCurrent bubble velocity
fpbInternal bubble pressure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_cpbw_km()

real(wp) function __m_bubbles_fpp_f90__::f_cpbw_km ( real(wp), intent(in) fr0,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fpb )
private

Function that computes the bubble wall pressure for Keller–Miksis bubbles.

Parameters
fR0Equilibrium bubble radius
fRCurrent bubble radius
fVCurrent bubble velocity
fpbInternal bubble pressure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_cpinfdot()

real(wp) function __m_bubbles_fpp_f90__::f_cpinfdot ( real(wp), intent(in) frho,
real(wp), intent(in) fp,
real(wp), intent(in) falf,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait,
real(wp), intent(in) advsrc,
real(wp), intent(in) divu )
private

Function that computes the time derivative of the driving pressure.

Parameters
fRhoLocal liquid density
fPLocal pressure
falfLocal void fraction
fntaitTait EOS parameter
fBtaitTait EOS parameter
advsrcAdvection equation source term
divuDivergence of velocity
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_h()

real(wp) function __m_bubbles_fpp_f90__::f_h ( real(wp), intent(in) fcpbw,
real(wp), intent(in) fcpinf,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait )
private

Function that computes the bubble enthalpy.

Parameters
fCpbwBubble wall pressure
fCpinfDriving bubble pressure
fntaitTait EOS parameter
fBtaitTait EOS parameter
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_hdot()

real(wp) function __m_bubbles_fpp_f90__::f_hdot ( real(wp), intent(in) fcpbw,
real(wp), intent(in) fcpinf,
real(wp), intent(in) fcpinf_dot,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fr0,
real(wp), intent(in) fpbdot )
private

Function that computes the time derivative of the enthalpy.

Parameters
fCpbwBubble wall pressure
fCpinfDriving bubble pressure
fCpinf_dotTime derivative of the driving pressure
fntaitTait EOS parameter
fBtaitTait EOS parameter
fRCurrent bubble radius
fVCurrent bubble velocity
fR0Equilibrium bubble radius
fpbdotTime derivative of the internal bubble pressure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_rddot_g()

real(wp) function __m_bubbles_fpp_f90__::f_rddot_g ( real(wp), intent(in) fcpbw,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fh,
real(wp), intent(in) fhdot,
real(wp), intent(in) fcgas,
real(wp), intent(in) fntait,
real(wp), intent(in) fbtait )
private

Function that computes the bubble radial acceleration.

Parameters
fCpbwBubble wall pressure
fRCurrent bubble radius
fVCurrent bubble velocity
fHCurrent enthalpy
fHdotCurrent time derivative of the enthalpy
fcgasCurrent gas sound speed
fntaitTait EOS parameter
fBtaitTait EOS parameter
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_rddot_km()

real(wp) function __m_bubbles_fpp_f90__::f_rddot_km ( real(wp), intent(in) fpbdot,
real(wp), intent(in) fcp,
real(wp), intent(in) fcpbw,
real(wp), intent(in) frho,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fr0,
real(wp), intent(in) fc )
private

Function that computes the bubble radial acceleration for Keller–Miksis bubbles.

Parameters
fpbdotTime-derivative of internal bubble pressure
fCpDriving pressure
fCpbwBubble wall pressure
fRhoCurrent density
fRCurrent bubble radius
fVCurrent bubble velocity
fR0Equilibrium bubble radius
fCCurrent sound speed
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_rddot_rp()

real(wp) function __m_bubbles_fpp_f90__::f_rddot_rp ( real(wp), intent(in) fcp,
real(wp), intent(in) frho,
real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fr0,
real(wp), intent(in) fcpbw )
private

Function that computes the bubble radial acceleration for Rayleigh-Plesset bubbles.

Parameters
fCpDriving pressure
fRhoCurrent density
fRCurrent bubble radius
fVCurrent bubble velocity
fR0Equilibrium bubble radius
fCpbwBoundary wall pressure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_vflux()

real(wp) function __m_bubbles_fpp_f90__::f_vflux ( real(wp), intent(in) fr,
real(wp), intent(in) fv,
real(wp), intent(in) fmass_v,
integer, intent(in) ir0,
real(wp), intent(in), optional fmass_n,
real(wp), intent(in), optional fbeta_c,
real(wp), intent(in), optional fconc_v )
private

Function that computes the vapour flux.

Parameters
fRCurrent bubble radius
fVCurrent bubble velocity
fmass_vCurrent mass of vapour
iR0Bubble size index (EE) or bubble identifier (EL)
fmass_nCurrent gas mass (EL)
fbeta_cMass transfer coefficient (EL)
fconc_vCurrent vapor concentration (EL)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_bwproperty()

subroutine __m_bubbles_fpp_f90__::s_bwproperty ( real(wp), intent(in) pb,
integer, intent(in) ir0 )
private

Subroutine that computes bubble wall properties for vapor bubbles.

Parameters
pbInternal bubble pressure
iR0Current bubble size index
Here is the caller graph for this function: