modpois Module


Used by

  • module~~modpois~~UsedByGraph module~modpois modpois proc~exitmodules modstartup::exitmodules proc~exitmodules->module~modpois proc~startup modstartup::startup proc~startup->module~modpois program~dalesurban DALESURBAN program~dalesurban->module~modpois

Contents


Variables

Type Visibility Attributes Name Initial
real, public, allocatable :: p(:,:,:)

Subroutines

public subroutine initpois()

Arguments

None

public subroutine poisson()

Arguments

None

public subroutine exitpois()

Arguments

None

private subroutine fillps()

Arguments

None

private subroutine tderive()

Arguments

None

private subroutine ALL_ALL_j(p, ptrans, iaction)

Arguments

Type IntentOptional Attributes Name
real :: p(0:imax+1,0:jmax+1,0:kmax+1)
real :: ptrans(1:isen,1:jtot,1:kmax)
integer :: iaction

private subroutine ALL_ALL_j2(p, ptrans, iaction, ksen)

Arguments

Type IntentOptional Attributes Name
real :: p(0:imax+1,0:jmax+1,0:kmax+1)
real :: ptrans(1:imax,1:jtot,1:ksen)
integer :: iaction
integer :: ksen

private subroutine poisr(rhs, dx, dxh, dy, dz, dzh, ibc1, ibc2, kbc1, kbc2, ksen)

Arguments

Type IntentOptional Attributes Name
real :: rhs(0:imax+1,0:jmax+1,0:kmax+1)
real :: dx(0:IMAX+1)
real :: dxh(1:IMAX+1)
real :: dy
real :: dz(0:kmax+1)
real :: dzh(1:kmax+1)
integer :: ibc1
integer :: ibc2
integer :: kbc1
integer :: kbc2
integer :: ksen

private subroutine solmpj(p1)

Arguments

Type IntentOptional Attributes Name
real :: p1(0:imax+1,0:jmax+1,0:kmax+1)