FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type describing the root node of a turbine blade. More...
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... | |
Data type describing the root node of a turbine blade.
type(triadtype), pointer windturbinetypemodule::bladeroot::cone |
Unpitched blade coordinate system.
real(dp), pointer windturbinetypemodule::bladeroot::pitch |
Current pitch angle.
real(dp) windturbinetypemodule::bladeroot::precone |
Precone angle of the blade.
type(triadtype), pointer windturbinetypemodule::bladeroot::tip |
Blade tip coordinate system.
type(triadtype), pointer windturbinetypemodule::bladeroot::triad |
Pitched blade coordinate system.