![]() |
OpenFAST
Wind turbine multiphysics simulator
|
The node type is recursive and is used to make a chained-list of nodes for the tree. More...

Public Attributes | |
| real(reki) | radius |
| Typical dimension of a cell (max of x,y,z extent) | |
| real(reki), dimension(3) | center |
| real(reki), dimension(3, 10) | moments |
| integer, dimension(:), pointer | ipart =>null() |
| indexes of particles stored in this node | |
| integer, dimension(:), pointer | leaves =>null() |
| type(t_node), dimension(:), pointer | branches =>null() |
| integer | npart = -1 |
| integer(intki) | idbranch |
The node type is recursive and is used to make a chained-list of nodes for the tree.
1.8.13