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

Go to the source code of this file.

Data Types

module  cos_transportdata
 

Functions/Subroutines

subroutine solution10 (SOLVER, ifail)
 This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS. More...
 
subroutine derivn10 (N, X, Y, DY1)
 These subroutines calculate first and second derivatives, DY1 and DY2, of function Y respect to argument X. More...
 
subroutine cos_zconversion (e, nbrho)
 These subroutines correct the central value (if not finite value) More...
 
subroutine cos_pde1solver (f_in, fp_in, mata_in, matb_in, matc_in, matd_in, matap_in, matbp_in, matcp_in, matdp_in, dimk_in, dimn_in, dimm_in, dx_in, dt_in, sca_f_in, T0_in, T1_in, V0_in, V1_in, mode_in, dfpdx_in, dfpdx2_in)
 
subroutine build_matcoo (matp, option, k, counter, counteri, counterj)
 
subroutine solvepde1d
 
integer function condlimord2_k1 (interpretatif)
 
integer function condlimord2_kk (interpretatif)
 
subroutine condlimord1_k1
 
subroutine condlimord1_kk
 

Function/Subroutine Documentation

subroutine build_matcoo ( real(kind=8), dimension(dimk,dimm,dimm)  matp,
integer, intent(in)  option,
integer, intent(in)  k,
integer, intent(inout)  counter,
integer, intent(inout)  counteri,
integer, intent(inout)  counterj 
)

Definition at line 774 of file solution10.f90.

Referenced by cos_pde1solver().

Here is the caller graph for this function:

subroutine condlimord1_k1 ( )

Definition at line 1124 of file solution10.f90.

Referenced by cos_pde1solver().

Here is the caller graph for this function:

subroutine condlimord1_kk ( )

Definition at line 1171 of file solution10.f90.

Referenced by cos_pde1solver().

Here is the caller graph for this function:

integer function condlimord2_k1 ( integer, intent(in)  interpretatif)

Definition at line 886 of file solution10.f90.

Referenced by condlimord2_k1(), and cos_pde1solver().

Here is the caller graph for this function:

integer function condlimord2_kk ( integer, intent(in)  interpretatif)

Definition at line 1006 of file solution10.f90.

Referenced by condlimord2_kk(), and cos_pde1solver().

Here is the caller graph for this function:

subroutine cos_pde1solver ( real(kind=8), dimension(dimk_in,dimm_in), target  f_in,
real(kind=8), dimension(dimk_in,dimm_in), target  fp_in,
real(kind=8), dimension(dimk_in,dimm_in,dimm_in), target  mata_in,
real(kind=8), dimension(dimk_in,dimm_in,dimm_in), target  matb_in,
real(kind=8), dimension(dimk_in,dimm_in,dimm_in), target  matc_in,
real(kind=8), dimension(dimk_in,dimm_in), target  matd_in,
real(kind=8), dimension(dimk_in,dimm_in,dimm_in), target  matap_in,
real(kind=8), dimension(dimk_in,dimm_in,dimm_in), target  matbp_in,
real(kind=8), dimension(dimk_in,dimm_in,dimm_in), target  matcp_in,
real(kind=8), dimension(dimk_in,dimm_in), target  matdp_in,
integer, intent(in)  dimk_in,
integer, intent(in)  dimn_in,
integer, intent(in)  dimm_in,
real(kind=8), intent(in), target  dx_in,
real(kind=8), intent(in), target  dt_in,
real(kind=8), intent(in), target  sca_f_in,
real(kind=8), dimension(2,dimm_in,3), target  T0_in,
real(kind=8), dimension(2,dimm_in,3), target  T1_in,
real(kind=8), dimension(2,dimm_in), target  V0_in,
real(kind=8), dimension(2,dimm_in), target  V1_in,
real(kind=8), dimension(dimm_in)  mode_in,
real(kind=8), dimension(dimk_in,dimm_in), optional, target  dfpdx_in,
real(kind=8), dimension(dimk_in,dimm_in), optional, target  dfpdx2_in 
)

Definition at line 407 of file solution10.f90.

References build_matcoo(), condlimord1_k1(), condlimord1_kk(), condlimord2_k1(), condlimord2_kk(), and solvepde1d().

Referenced by solution10(), and solution_cronos().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine cos_zconversion ( real(dp), dimension(nbrho)  e,
integer, intent(in)  nbrho 
)

These subroutines correct the central value (if not finite value)

Definition at line 342 of file solution10.f90.

Referenced by solution10(), and solution_cronos().

Here is the caller graph for this function:

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

These subroutines calculate first and second derivatives, DY1 and DY2, of function Y respect to argument X.

Author
M.Tokar, D.Kalupin
Version
"$Id: solution10.F90 868 2010-09-16 09:43:49Z coster $"

Definition at line 306 of file solution10.f90.

Referenced by solution10().

Here is the caller graph for this function:

subroutine solution10 ( 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
V. Basiuk, Ph Huynh, J.F. Artaud
Version
"$Id: solution10.F90 868 2010-09-16 09:43:49Z coster $"

Definition at line 9 of file solution10.f90.

References cos_pde1solver(), cos_zconversion(), and derivn10().

Referenced by solution_interface().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solvepde1d ( )

Definition at line 814 of file solution10.f90.

Referenced by cos_pde1solver().

Here is the caller graph for this function: