ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Functions/Subroutines
solution7.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine solution7 (SOLVER, ifail)
 This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS. More...
 
subroutine solutn7 (RHO, N, V, U, W, A, B, F, Y, DY)
 
subroutine derivn7 (N, X, Y, DY1)
 
subroutine axis7 (n, r, f)
 

Function/Subroutine Documentation

subroutine axis7 ( integer  n,
real *8, dimension(n)  r,
real *8, dimension(n)  f 
)

Definition at line 401 of file solution7.f90.

Referenced by solution7().

Here is the caller graph for this function:

subroutine derivn7 ( integer  N,
real (dp), dimension(n)  X,
real (dp), dimension(n)  Y,
real (dp), dimension(n)  DY1 
)

Definition at line 365 of file solution7.f90.

Referenced by solution7().

Here is the caller graph for this function:

subroutine solution7 ( type (solver_io), intent(inout)  SOLVER,
integer, intent(inout)  ifail 
)

This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS.

Author
M.Tokar, D.Kalupin
Version
"$Id: solution7.f90 321 2009-07-13 13:29:01Z coster $"

Definition at line 12 of file solution7.f90.

References axis7(), derivn7(), and solutn7().

Referenced by solution_interface().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solutn7 ( real (ids_real), dimension(n)  RHO,
integer  N,
real (ids_real), dimension(2)  V,
real (ids_real), dimension(2)  U,
real (ids_real), dimension(2)  W,
real (ids_real), dimension(n)  A,
real (ids_real), dimension(n)  B,
real (ids_real), dimension(n)  F,
real (ids_real), dimension(n)  Y,
real (ids_real), dimension(n)  DY 
)

Definition at line 234 of file solution7.f90.

Referenced by solution7().

Here is the caller graph for this function: