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

Go to the source code of this file.

Functions/Subroutines

subroutine solution2 (SOLVER, ifail)
 NUMERICAL SOLUTION. More...
 
subroutine solver_ritm_integral (n, r, amix, z, zm, dz, aets, bets, cets, dets, eets, fets, gets, tau, uets, vets, wets)
 
subroutine solut3 (n, h, a, b, f, u, v, w, y, dy)
 
subroutine derivn2 (N, X, Y, DY1)
 
subroutine derivn21 (N, X, Y, DY1)
 
subroutine integral (n, h, r, f, int)
 
subroutine axis (n, h, r, f)
 

Function/Subroutine Documentation

subroutine axis ( integer  n,
real (ids_real), dimension(n)  h,
real (ids_real), dimension(n)  r,
real (ids_real), dimension(n)  f 
)

Definition at line 586 of file solution2.f90.

Referenced by solver_ritm_integral().

Here is the caller graph for this function:

subroutine derivn2 ( integer  N,
real (ids_real), dimension(n)  X,
real (ids_real), dimension(n)  Y,
real (ids_real), dimension(n)  DY1 
)

Definition at line 433 of file solution2.f90.

Referenced by solver_ritm_integral().

Here is the caller graph for this function:

subroutine derivn21 ( integer  N,
real (ids_real), dimension(n)  X,
real (ids_real), dimension(n)  Y,
real (ids_real), dimension(n)  DY1 
)

Definition at line 477 of file solution2.f90.

subroutine integral ( integer  n,
real (ids_real), dimension(n)  h,
real (ids_real), dimension(n)  r,
real (ids_real), dimension(n)  f,
real (ids_real), dimension(n)  int 
)

Definition at line 527 of file solution2.f90.

Referenced by fill_summary::fill_global_quantities(), interpolations::integral(), and solver_ritm_integral().

Here is the caller graph for this function:

subroutine solut3 ( integer  n,
real (ids_real), dimension(n+1)  h,
real (ids_real), dimension(n)  a,
real (ids_real), dimension(n)  b,
real (ids_real), dimension(n)  f,
real (ids_real), dimension(2)  u,
real (ids_real), dimension(2)  v,
real (ids_real), dimension(2)  w,
real (ids_real), dimension(n)  y,
real (ids_real), dimension(n)  dy 
)

Definition at line 312 of file solution2.f90.

Referenced by solver_ritm_integral().

Here is the caller graph for this function:

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

NUMERICAL SOLUTION.

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

Author
M.Tokar, D.Kalupin
Version
"$Id: solution2.f90 320 2009-07-13 13:27:15Z coster $"

Definition at line 13 of file solution2.f90.

References solver_ritm_integral().

Referenced by solution_interface().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solver_ritm_integral ( integer  n,
real (ids_real), dimension(n)  r,
real (ids_real)  amix,
real (ids_real), dimension(n)  z,
real (ids_real), dimension(n)  zm,
real (ids_real), dimension(n)  dz,
real (ids_real), dimension(n)  aets,
real (ids_real), dimension(n)  bets,
real (ids_real), dimension(n)  cets,
real (ids_real), dimension(n)  dets,
real (ids_real), dimension(n)  eets,
real (ids_real), dimension(n)  fets,
real (ids_real), dimension(n)  gets,
real (ids_real)  tau,
real (ids_real), dimension(2)  uets,
real (ids_real), dimension(2)  vets,
real (ids_real), dimension(2)  wets 
)

Definition at line 180 of file solution2.f90.

References axis(), derivn2(), integral(), and solut3().

Referenced by solution2().

Here is the call graph for this function:

Here is the caller graph for this function: