Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | ksp | = | -1 | ||
real, | private, | allocatable | :: | tsc(:) | |||
real, | private | :: | rnu0 | = | 2.75e-3 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(ib - ih:ie + ih, jb - jh:je + jh, kb:ke + kh) | :: | pup | ||
real, | intent(inout), | dimension(ib - ih:ie + ih, jb - jh:je + jh, kb:ke + kh) | :: | pvp | ||
real, | intent(inout), | dimension(ib - ih:ie + ih, jb - jh:je + jh, kb:ke + kh) | :: | pwp | ||
real, | intent(in) | :: | rk3coef |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout), | dimension(ib - ih:ie + ih, jb - jh:je + jh, kb - kh:ke + kh) | :: | p |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout) | :: | field(ib-ih:ie+ih,jb-jh:je+jh,kb-kh:ke+kh) | |||
real, | intent(in) | :: | ek(ib-ih:ie+ih,jb-jh:je+jh,kb-kh:ke+kh) | |||
real, | intent(in) | :: | flux |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout) | :: | field(ib-ih:ie+ih,jb-jh:je+jh,kb-kh:ke+kh) | |||
real, | intent(in) | :: | val |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | flux(1:nsv) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | val(1:nsv) |