mus_particles_wallPos_type Derived Type

type, public :: mus_particles_wallPos_type
sequence

process-wise buffer for wall position data Used to determine the average wall location using wall position sums over all processes


Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: V(3)

Actual data vector. Used for: * wall position sums ( sum of x-coordinates, sum of y, sum of z )

integer, public :: I(2)

Wall position sum pertains to the particle with this ID * I(1) = nWallPos = number of elements in wallPosSum * I(2) = particleID to which this wallPosSum pertains