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

Data type describing a wind turbine configuration. More...

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

Public Attributes

type(idtype) id
 General identification data. More...
 
real(dp) ptfmref
 Platform reference height. More...
 
real(dp) refhh
 Reference height of the Hub. More...
 
real(dp) hubrad
 Preconed Hub radius. More...
 
real(dp) tiprad
 Preconed blade-tip radius. More...
 
real(dp), dimension(:,:), pointer windpt
 Userdefined wind sampling points. More...
 
real(dp), dimension(:), pointer gendof
 Generator DOF (ur, urd, urdd) More...
 
type(triadtype), pointer tower
 Tower base triad. More...
 
type(triadtype), pointer nacelle
 Nacelle triad. More...
 
type(triadtype), pointer shaft
 Shaft triad. More...
 
type(triadtype), pointer azimuth
 Azimuth triad. More...
 
type(triadtype), pointer hub
 Hub triad. More...
 
type(supeltype), pointer hubel
 Hub superelement. More...
 
type(bladeroot), dimension(:), pointer blade
 The root node of each blade. More...
 
type(bladenode), dimension(:,:), pointer node
 Aerodynamic nodes of the blades. More...
 
type(bladeelem), dimension(:), pointer bladeelm
 Blade geometry data for AeroDyn. More...
 
type(aeroconfig) adinterface
 AeroDyn bodies. More...
 
type(allaeromarkers) admarkers
 AeroDyn nodes. More...
 
type(allaeroloads) adloads
 AeroDyn loads. More...
 
type(aeroloadsoptions) adoptions
 AeroDyn load options. More...
 

Detailed Description

Data type describing a wind turbine configuration.

Member Data Documentation

◆ adinterface

type(aeroconfig) windturbinetypemodule::turbineconfig::adinterface

AeroDyn bodies.

◆ adloads

type(allaeroloads) windturbinetypemodule::turbineconfig::adloads

AeroDyn loads.

◆ admarkers

type(allaeromarkers) windturbinetypemodule::turbineconfig::admarkers

AeroDyn nodes.

◆ adoptions

type(aeroloadsoptions) windturbinetypemodule::turbineconfig::adoptions

AeroDyn load options.

◆ azimuth

type(triadtype), pointer windturbinetypemodule::turbineconfig::azimuth

Azimuth triad.

◆ blade

type(bladeroot), dimension(:), pointer windturbinetypemodule::turbineconfig::blade

The root node of each blade.

◆ bladeelm

type(bladeelem), dimension(:), pointer windturbinetypemodule::turbineconfig::bladeelm

Blade geometry data for AeroDyn.

◆ gendof

real(dp), dimension(:), pointer windturbinetypemodule::turbineconfig::gendof

Generator DOF (ur, urd, urdd)

◆ hub

type(triadtype), pointer windturbinetypemodule::turbineconfig::hub

Hub triad.

◆ hubel

type(supeltype), pointer windturbinetypemodule::turbineconfig::hubel

Hub superelement.

◆ hubrad

real(dp) windturbinetypemodule::turbineconfig::hubrad

Preconed Hub radius.

◆ id

type(idtype) windturbinetypemodule::turbineconfig::id

General identification data.

◆ nacelle

type(triadtype), pointer windturbinetypemodule::turbineconfig::nacelle

Nacelle triad.

◆ node

type(bladenode), dimension(:,:), pointer windturbinetypemodule::turbineconfig::node

Aerodynamic nodes of the blades.

◆ ptfmref

real(dp) windturbinetypemodule::turbineconfig::ptfmref

Platform reference height.

◆ refhh

real(dp) windturbinetypemodule::turbineconfig::refhh

Reference height of the Hub.

◆ shaft

type(triadtype), pointer windturbinetypemodule::turbineconfig::shaft

Shaft triad.

◆ tiprad

real(dp) windturbinetypemodule::turbineconfig::tiprad

Preconed blade-tip radius.

◆ tower

type(triadtype), pointer windturbinetypemodule::turbineconfig::tower

Tower base triad.

◆ windpt

real(dp), dimension(:,:), pointer windturbinetypemodule::turbineconfig::windpt

Userdefined wind sampling points.


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