![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
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) |
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().
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().
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.
Definition at line 12 of file solution7.f90.
References axis7(), derivn7(), and solutn7().
Referenced by solution_interface().
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().