The iarray module contains the variables that record the fluence. These are 3D arrays, with roughly the same dimensions as the cart_grid type. Jmean is the local fluence. JmeanGLOBAL is the global fluence grid. The global version is the one that is written to disk at the simulations end.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=sp), | public, | allocatable | :: | absorb(:,:,:) |
absorption data array |
||
real(kind=sp), | public, | allocatable | :: | absorbGLOBAL(:,:,:) |
absorption data array |
||
real(kind=sp), | public, | allocatable | :: | jmean(:,:,:) |
fluence data array |
||
real(kind=sp), | public, | allocatable | :: | jmeanGLOBAL(:,:,:) |
fluence data array |
||
complex(kind=sp), | public, | allocatable | :: | phasor(:,:,:) |
phase data array |
||
complex(kind=sp), | public, | allocatable | :: | phasorGLOBAL(:,:,:) |
phase data array |