|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Module with wind turbine data containers. More...
Data Types | |
| type | bladeelem |
| Data type describing a turbine blade element. More... | |
| type | bladeroot |
| Data type describing the root node of a turbine blade. More... | |
| type | bladenode |
| Data type describing a turbine blade node. More... | |
| type | turbineconfig |
| Data type describing a wind turbine configuration. More... | |
| interface | writeobject |
| Standard routine for writing an object to file. More... | |
Functions/Subroutines | |
| subroutine | writeturbineconfig (turb, io) |
| Standard routine for writing an object to io. More... | |
| subroutine | nullifyturbine (turb) |
| Initializes the TurbineConfig object. More... | |
| subroutine | deallocateturbine (turb) |
| Deallocates the TurbineConfig object. More... | |
Module with wind turbine data containers.
This module contains data containers for all components that together define a wind turbine object. It also contains some subroutines for accessing or manipulating the wind turbine data.
| subroutine windturbinetypemodule::deallocateturbine | ( | type(turbineconfig), intent(inout) | turb | ) |
Deallocates the TurbineConfig object.
| turb | Wind turbine configuration object |

| subroutine windturbinetypemodule::nullifyturbine | ( | type(turbineconfig), intent(out) | turb | ) |
Initializes the TurbineConfig object.
| [out] | turb | Wind turbine configuration object |

| subroutine windturbinetypemodule::writeturbineconfig | ( | type(turbineconfig), intent(in) | turb, |
| integer, intent(in) | io | ||
| ) |
Standard routine for writing an object to io.
| [in] | turb | Wind turbine configuration object |
| [in] | io | File unit number to write to |