Go to the source code of this file.
|
subroutine | ghdmassflux () |
|
subroutine | updatespeciesvelocities () |
|
subroutine | urnewt (ntrial, x, s, ijk, tolx, tolf, epgN, rogN, mugN, Vg, vrelSq, rosN, dp, DijN, JoiM) |
|
subroutine | ur_jacobi_eval (X, s, ijk, FVEC, FJAC, epgN, rogN, mugN, Vg, vrelSq, rosN, dp, DijN, JoiM) |
|
subroutine | velocity_update (FVEC, s, rosi, Diji, Joii, beta_celli, beta_ij_celli, velocity) |
|
subroutine ghdmassflux |
( |
| ) |
|
subroutine updatespeciesvelocities |
( |
| ) |
|
subroutine ur_jacobi_eval |
( |
double precision, dimension(s), intent(in) |
X, |
|
|
integer, intent(in) |
s, |
|
|
integer, intent(in) |
ijk, |
|
|
double precision, dimension(s), intent(out) |
FVEC, |
|
|
double precision, dimension(s,s), intent(out) |
FJAC, |
|
|
double precision, intent(in) |
epgN, |
|
|
double precision, intent(in) |
rogN, |
|
|
double precision, intent(in) |
mugN, |
|
|
double precision, intent(in) |
Vg, |
|
|
double precision, dimension(s), intent(in) |
vrelSq, |
|
|
double precision, dimension(s), intent(in) |
rosN, |
|
|
double precision, dimension(s), intent(in) |
dp, |
|
|
double precision, dimension(s,s), intent(in) |
DijN, |
|
|
double precision, dimension(s), intent(in) |
JoiM |
|
) |
| |
subroutine urnewt |
( |
integer, intent(in) |
ntrial, |
|
|
double precision, dimension(s), intent(inout) |
x, |
|
|
integer, intent(in) |
s, |
|
|
integer, intent(in) |
ijk, |
|
|
double precision, intent(in) |
tolx, |
|
|
double precision, intent(in) |
tolf, |
|
|
double precision, intent(in) |
epgN, |
|
|
double precision, intent(in) |
rogN, |
|
|
double precision, intent(in) |
mugN, |
|
|
double precision, intent(in) |
Vg, |
|
|
double precision, dimension(s), intent(in) |
vrelSq, |
|
|
double precision, dimension(s), intent(in) |
rosN, |
|
|
double precision, dimension(s), intent(in) |
dp, |
|
|
double precision, dimension(s,s), intent(in) |
DijN, |
|
|
double precision, dimension(s), intent(in) |
JoiM |
|
) |
| |
subroutine velocity_update |
( |
double precision, dimension(s), intent(out) |
FVEC, |
|
|
integer, intent(in) |
s, |
|
|
double precision, dimension(s), intent(in) |
rosi, |
|
|
double precision, dimension(s,s), intent(in) |
Diji, |
|
|
double precision, dimension(s), intent(in) |
Joii, |
|
|
double precision, dimension(s), intent(in) |
beta_celli, |
|
|
double precision, dimension(s,s), intent(in) |
beta_ij_celli, |
|
|
double precision, intent(in) |
velocity |
|
) |
| |