![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
Go to the source code of this file.
Data Types | |
module | cos_transportdata |
module | cos_pde1dsolver_interface |
interface | cos_pde1dsolver_interface::cos_pde1solver |
Functions/Subroutines | |
subroutine | solution_cronos (SOLVER, ifail) |
This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS. 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 |
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 686 of file solution_cronos.f90.
subroutine condlimord1_k1 | ( | ) |
Definition at line 1036 of file solution_cronos.f90.
subroutine condlimord1_kk | ( | ) |
Definition at line 1083 of file solution_cronos.f90.
integer function condlimord2_k1 | ( | integer, intent(in) | interpretatif | ) |
Definition at line 798 of file solution_cronos.f90.
References condlimord2_k1().
integer function condlimord2_kk | ( | integer, intent(in) | interpretatif | ) |
Definition at line 918 of file solution_cronos.f90.
References condlimord2_kk().
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 319 of file solution_cronos.f90.
References build_matcoo(), condlimord1_k1(), condlimord1_kk(), condlimord2_k1(), condlimord2_kk(), and solvepde1d().
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 254 of file solution_cronos.f90.
subroutine solution_cronos | ( | 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.
Definition at line 9 of file solution_cronos.f90.
References cos_pde1solver(), cos_zconversion(), and derivn1().
subroutine solvepde1d | ( | ) |
Definition at line 726 of file solution_cronos.f90.