FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
windturbinetypemodule::bladeroot Type Reference

Data type describing the root node of a turbine blade. More...

Collaboration diagram for windturbinetypemodule::bladeroot:
Collaboration graph
[legend]

Public Attributes

type(triadtype), pointer cone
 Unpitched blade coordinate system. More...
 
type(triadtype), pointer triad
 Pitched blade coordinate system. More...
 
type(triadtype), pointer tip
 Blade tip coordinate system. More...
 
real(dp), pointer pitch
 Current pitch angle. More...
 
real(dp) precone
 Precone angle of the blade. More...
 

Detailed Description

Data type describing the root node of a turbine blade.

Member Data Documentation

◆ cone

type(triadtype), pointer windturbinetypemodule::bladeroot::cone

Unpitched blade coordinate system.

◆ pitch

real(dp), pointer windturbinetypemodule::bladeroot::pitch

Current pitch angle.

◆ precone

real(dp) windturbinetypemodule::bladeroot::precone

Precone angle of the blade.

◆ tip

type(triadtype), pointer windturbinetypemodule::bladeroot::tip

Blade tip coordinate system.

◆ triad

type(triadtype), pointer windturbinetypemodule::bladeroot::triad

Pitched blade coordinate system.


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