MFC: Simulation
High-fidelity multiphase flow simulation
|
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. | |
program __m_bubbles_fpp_f90__ |
|
private |
Function that computes the time derivative of the internal bubble pressure.
fvflux | Vapour flux |
fR | Current bubble radius |
fV | Current bubble velocity |
fpb | Current internal bubble pressure |
fmass_v | Current mass of vapour |
iR0 | Bubble size index (EE) or bubble identifier (EL) |
fbeta_t | Mass transfer coefficient (EL) |
fR_m | Mixture gas constant (EL) |
fgamma_m | Mixture gamma (EL) |
fconc_v | Current vapor concentration (EL) |
|
private |
Function that computes the sound speed for the bubble.
fCpinf | Driving bubble pressure |
fntait | Tait EOS parameter |
fBtait | Tait EOS parameter |
fH | Bubble enthalpy |
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.
fR0 | Equilibrium bubble radius |
fR | Current bubble radius |
fV | Current bubble velocity |
fpb | Internal bubble pressure |
|
private |
Function that computes the bubble wall pressure for Keller–Miksis bubbles.
fR0 | Equilibrium bubble radius |
fR | Current bubble radius |
fV | Current bubble velocity |
fpb | Internal bubble pressure |
|
private |
Function that computes the time derivative of the driving pressure.
fRho | Local liquid density |
fP | Local pressure |
falf | Local void fraction |
fntait | Tait EOS parameter |
fBtait | Tait EOS parameter |
advsrc | Advection equation source term |
divu | Divergence of velocity |
|
private |
Function that computes the bubble enthalpy.
fCpbw | Bubble wall pressure |
fCpinf | Driving bubble pressure |
fntait | Tait EOS parameter |
fBtait | Tait EOS parameter |
|
private |
Function that computes the time derivative of the enthalpy.
fCpbw | Bubble wall pressure |
fCpinf | Driving bubble pressure |
fCpinf_dot | Time derivative of the driving pressure |
fntait | Tait EOS parameter |
fBtait | Tait EOS parameter |
fR | Current bubble radius |
fV | Current bubble velocity |
fR0 | Equilibrium bubble radius |
fpbdot | Time derivative of the internal bubble pressure |
|
private |
Function that computes the bubble radial acceleration.
fCpbw | Bubble wall pressure |
fR | Current bubble radius |
fV | Current bubble velocity |
fH | Current enthalpy |
fHdot | Current time derivative of the enthalpy |
fcgas | Current gas sound speed |
fntait | Tait EOS parameter |
fBtait | Tait EOS parameter |
|
private |
Function that computes the bubble radial acceleration for Keller–Miksis bubbles.
fpbdot | Time-derivative of internal bubble pressure |
fCp | Driving pressure |
fCpbw | Bubble wall pressure |
fRho | Current density |
fR | Current bubble radius |
fV | Current bubble velocity |
fR0 | Equilibrium bubble radius |
fC | Current sound speed |
|
private |
Function that computes the bubble radial acceleration for Rayleigh-Plesset bubbles.
fCp | Driving pressure |
fRho | Current density |
fR | Current bubble radius |
fV | Current bubble velocity |
fR0 | Equilibrium bubble radius |
fCpbw | Boundary wall pressure |
|
private |
Function that computes the vapour flux.
fR | Current bubble radius |
fV | Current bubble velocity |
fmass_v | Current mass of vapour |
iR0 | Bubble size index (EE) or bubble identifier (EL) |
fmass_n | Current gas mass (EL) |
fbeta_c | Mass transfer coefficient (EL) |
fconc_v | Current vapor concentration (EL) |
|
private |
Subroutine that computes bubble wall properties for vapor bubbles.
pb | Internal bubble pressure |
iR0 | Current bubble size index |