MFC: Simulation
High-fidelity multiphase flow simulation
|
Functions/Subroutines | |
program | __m_phase_change_fpp_f90__ |
energies (6-eqn to 4-eqn) equilibrium through an infinitely fast (algebraic) procedure. | |
subroutine | s_relaxation_solver (q_cons_vf) |
This subroutine should dispatch to the correct relaxation solver based some parameter. It replaces the procedure pointer, which CCE is breaking on. | |
subroutine | s_initialize_phasechange_module |
The purpose of this subroutine is to initialize the phase change module by setting the parameters needed for phase change and selecting the phase change module that will be used (pT- or pTg-equilibrium) | |
subroutine | s_infinite_relaxation_k (q_cons_vf) |
This subroutine is created to activate either the pT- (N fluids) or the pTg-equilibrium (2 fluids for g-equilibrium) model, also considering mass depletion, depending on the incoming state conditions. | |
subroutine | s_infinite_pt_relaxation_k (j, k, l, mfl, ps, p_infpt, rm, q_cons_vf, rhoe, ts) |
This auxiliary subroutine is created to activate the pT-equilibrium for N fluids. | |
subroutine | s_infinite_ptg_relaxation_k (j, k, l, ps, p_infpt, rhoe, q_cons_vf, ts) |
This auxiliary subroutine is created to activate the pTg-equilibrium for N fluids under pT and 2 fluids under pTg-equilibrium. There is a final common p and T during relaxation. | |
subroutine | s_compute_jacobian_matrix (invjac, j, jac, k, l, mcpd, mcvgp, mcvgp2, ps, q_cons_vf, tjac) |
This auxiliary subroutine calculates the 2 x 2 Jacobian and, its inverse and transpose to be used in the pTg-equilibirium procedure. | |
subroutine | s_compute_ptg_residue (j, k, l, mcpd, mcvgp, mqd, q_cons_vf, ps, rhoe, r2d) |
This auxiliary subroutine computes the residue of the pTg-equilibrium procedure. | |
subroutine | s_tsat (psat, tsat, tsin) |
This auxiliary subroutine finds the Saturation temperature for a given saturation pressure through a newton solver. | |
subroutine | s_finalize_relaxation_solver_module |
This subroutine finalizes the phase change module. | |
Variables | |||||||||||||
variables for the correction of the reacting partial densities | |||||||||||||
This auxiliary subroutine corrects the partial densities of the REACTING fluids in case one of them is negative but their sum is positive. Inert phases are not corrected at this moment
| |||||||||||||
real(wp), intent(out) | mct | ||||||||||||
type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf | ||||||||||||
real(wp), intent(inout) | rm | ||||||||||||
integer, intent(in) | j | ||||||||||||
integer, intent(in) | k | ||||||||||||
integer, intent(in) | l | ||||||||||||
program __m_phase_change_fpp_f90__ |
energies (6-eqn to 4-eqn) equilibrium through an infinitely fast (algebraic) procedure.
|
private |
This auxiliary subroutine calculates the 2 x 2 Jacobian and, its inverse and transpose to be used in the pTg-equilibirium procedure.
InvJac | Inverse of the Jacobian Matrix |
j | generic loop iterator for x direction |
Jac | Jacobian Matrix |
k | generic loop iterator for y direction |
l | generic loop iterator for z direction |
mCPD | sum of the total alpha*rho*cp |
mCVGP | auxiliary variable for the calculation of the matrices: alpha*rho*cv*(g-1)/press |
mCVGP2 | auxiliary variable for the calculation of the matrices: alpha*rho*cv*(g-1)/press^2 |
pS | equilibrium pressure at the interface |
q_cons_vf | Cell-average conservative variables |
TJac | Transpose of the Jacobian Matrix |
|
private |
This auxiliary subroutine computes the residue of the pTg-equilibrium procedure.
j | generic loop iterator for x direction |
k | generic loop iterator for y direction |
l | generic loop iterator for z direction |
mCPD | sum of the total alpha*rho*cp |
mCVGP | auxiliary variable for the calculation of the matrices: alpha*rho*cv*(g-1)/press |
mQD | sum of the total alpha*rho*qv |
q_cons_vf | Cell-average conservative variables |
pS | equilibrium pressure at the interface |
rhoe | mixture energy |
R2D | (2D) residue array |
|
private |
This subroutine finalizes the phase change module.
|
private |
This auxiliary subroutine is created to activate the pT-equilibrium for N fluids.
j | generic loop iterator for x direction |
k | generic loop iterator for y direction |
l | generic loop iterator for z direction |
MFL | flag that tells whether the fluid is pure gas (0), pure liquid (1), or a mixture (2) |
pS | equilibrium pressure at the interface |
p_infpT | stiffness for the participating fluids under pT-equilibrium |
rM | sum of the reacting masses |
q_cons_vf | Cell-average conservative variables |
rhoe | mixture energy |
TS | equilibrium temperature at the interface |
|
private |
This auxiliary subroutine is created to activate the pTg-equilibrium for N fluids under pT and 2 fluids under pTg-equilibrium. There is a final common p and T during relaxation.
j | generic loop iterator for x direction |
k | generic loop iterator for y direction |
l | generic loop iterator for z direction |
pS | equilibrium pressure at the interface |
p_infpT | stiffness for the participating fluids under pT-equilibrium |
rhoe | mixture energy |
q_cons_vf | Cell-average conservative variables |
TS | equilibrium temperature at the interface |
|
private |
This subroutine is created to activate either the pT- (N fluids) or the pTg-equilibrium (2 fluids for g-equilibrium) model, also considering mass depletion, depending on the incoming state conditions.
q_cons_vf | Cell-average conservative variables |
|
private |
The purpose of this subroutine is to initialize the phase change module by setting the parameters needed for phase change and selecting the phase change module that will be used (pT- or pTg-equilibrium)
|
private |
This subroutine should dispatch to the correct relaxation solver based some parameter. It replaces the procedure pointer, which CCE is breaking on.
|
private |
This auxiliary subroutine finds the Saturation temperature for a given saturation pressure through a newton solver.
pSat | Saturation Pressure |
TSat | Saturation Temperature |
TSIn | equilibrium Temperature |
integer, intent(in) j |
integer, intent(in) k |
integer, intent(in) l |
real(wp), intent(out) mct |
type(scalar_field), dimension(sys_size), intent(inout) q_cons_vf |
real(wp), intent(inout) rm |