OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
fvw_vortextools::t_node Type Reference

The node type is recursive and is used to make a chained-list of nodes for the tree. More...

Collaboration diagram for fvw_vortextools::t_node:
Collaboration graph
[legend]

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
 

Detailed Description

The node type is recursive and is used to make a chained-list of nodes for the tree.


The documentation for this type was generated from the following file: