MAMMA  1.0
Conduitsolver
Functions/Subroutines | Variables
init Module Reference

Initial solution. More...

Functions/Subroutines

subroutine init_steady (u_0, qp)
 Steady problem initialization. More...
 

Variables

real *8 alfa1_in
 Inlet first phase volume fraction. More...
 
real *8 p1_in
 Inlet first phase pressure. More...
 
real *8 p2_in
 Inlet second phase pressure. More...
 
real *8 delta_p_in
 Inlet pressure difference ( p2-p1 ) More...
 
real *8 u1_in
 Inlet first phase velocity. More...
 
real *8 u2_in
 Inlet second phase velocity. More...
 
real *8 t_in
 Inlet temperature. More...
 
real *8, dimension(:), allocatable beta_in
 Inlet crystal volume fraction. More...
 
real *8, dimension(:), allocatable xd_md_in
 Inlet dissolved gas mass fraction. More...
 
real *8 frag_eff_in
 Inlet fragmentation efficiency. More...
 
real *8 p_out
 Outlet pressure. More...
 

Detailed Description

Initial solution.

Author
Mattia de' Michieli Vitturi This module contains the variables and the subroutine for the initialization of the solution for a Riemann problem.
Date
04/02/2017

Function/Subroutine Documentation

subroutine init::init_steady ( real*8, intent(in)  u_0,
real*8, dimension(n_vars), intent(out)  qp 
)

Steady problem initialization.

This subroutine initialize the state for a steady solution problem, given the inlet velocity u_0.

Parameters
[in]u_0inlet velocity
[out]qpphysical variables at the inlet
Date
18/09/2012

Definition at line 53 of file init.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real*8 init::alfa1_in

Inlet first phase volume fraction.

Definition at line 27 of file init.f90.

real*8, dimension(:), allocatable init::beta_in

Inlet crystal volume fraction.

Definition at line 34 of file init.f90.

real*8 init::delta_p_in

Inlet pressure difference ( p2-p1 )

Definition at line 30 of file init.f90.

real*8 init::frag_eff_in

Inlet fragmentation efficiency.

Definition at line 36 of file init.f90.

real*8 init::p1_in

Inlet first phase pressure.

Definition at line 28 of file init.f90.

real*8 init::p2_in

Inlet second phase pressure.

Definition at line 29 of file init.f90.

real*8 init::p_out

Outlet pressure.

Definition at line 38 of file init.f90.

real*8 init::t_in

Inlet temperature.

Definition at line 33 of file init.f90.

real*8 init::u1_in

Inlet first phase velocity.

Definition at line 31 of file init.f90.

real*8 init::u2_in

Inlet second phase velocity.

Definition at line 32 of file init.f90.

real*8, dimension(:), allocatable init::xd_md_in

Inlet dissolved gas mass fraction.

Definition at line 35 of file init.f90.