Particle type as definied in NGA
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=WP), | public, | dimension(3) | :: | Acol |
Particle collision force |
||
real(kind=WP), | public, | dimension(3) | :: | Tcol |
Particle collision torque |
||
real(kind=WP), | public | :: | d |
diameter |
|||
real(kind=WP), | public | :: | dt |
time step size |
|||
integer, | public | :: | i |
nearest cell |
|||
integer(kind=leapI8), | public | :: | id |
Identifying number (inactive if <0) |
|||
integer, | public | :: | j |
nearest cell |
|||
integer, | public | :: | k |
nearest cell |
|||
integer, | public | :: | stop |
control parameter |
|||
real(kind=WP), | public | :: | u |
velocity |
|||
real(kind=WP), | public | :: | v |
velocity |
|||
real(kind=WP), | public | :: | w |
velocity |
|||
real(kind=WP), | public | :: | wx |
angular velocity |
|||
real(kind=WP), | public | :: | wy |
angular velocity |
|||
real(kind=WP), | public | :: | wz |
angular velocity |
|||
real(kind=WP), | public | :: | x |
position |
|||
real(kind=WP), | public | :: | y |
position |
|||
real(kind=WP), | public | :: | z |
position |