Go to the source code of this file.
|
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 |
|
) |
| |
subroutine derivn7 |
( |
integer |
N, |
|
|
real (dp), dimension(n) |
X, |
|
|
real (dp), dimension(n) |
Y, |
|
|
real (dp), dimension(n) |
DY1 |
|
) |
| |
subroutine solution7 |
( |
type (numerics), 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.
subroutine solutn7 |
( |
real (r8), dimension(n) |
RHO, |
|
|
integer |
N, |
|
|
real (r8), dimension(2) |
V, |
|
|
real (r8), dimension(2) |
U, |
|
|
real (r8), dimension(2) |
W, |
|
|
real (r8), dimension(n) |
A, |
|
|
real (r8), dimension(n) |
B, |
|
|
real (r8), dimension(n) |
F, |
|
|
real (r8), dimension(n) |
Y, |
|
|
real (r8), dimension(n) |
DY |
|
) |
| |