![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| character(1024) | inputfile |
| Name of the input file; remove if there is no file [-]. | |
| character(1024) | rootname |
| RootName for writing output files [-]. | |
| real(reki), dimension(1:3) | gravity |
| Gravitational acceleration vector [m/s^2]. | |
| integer(intki) | nummeshpts |
| Number of mesh points [-]. | |
| real(reki), dimension(:,:), allocatable | initrefpos |
| X-Y-Z reference position of point: i.e. More... | |
| real(r8ki), dimension(:,:), allocatable | inittransdisp |
| X-Y-Z displacement from position of point at init: i.e. More... | |
| real(r8ki), dimension(:,:,:), allocatable | initorient |
| DCM orientation of point at init: i.e. More... | |
| real(r8ki), dimension(:,:,:), allocatable | initreforient |
| DCM reference orientation of point: i.e. More... | |
| logical | useinputfile = .TRUE. |
| Read from the input file. More... | |
| type(fileinfotype) | passedprimaryinputdata |
| Primary input file as FileInfoType (set by driver/glue code) [-]. | |
| logical | useinputfile_prescribefrc = .TRUE. |
| Read from the input file. More... | |
| type(fileinfotype) | passedprescribefrcdata |
| Prescribed forces input file as FileInfoType (set by driver/glue code) [-]. | |
| real(r8ki), dimension(:,:,:), allocatable strucctrl_types::stc_initinputtype::initorient |
DCM orientation of point at init: i.e.
each blade root (3x3 x NumBlades) [-]
| real(r8ki), dimension(:,:,:), allocatable strucctrl_types::stc_initinputtype::initreforient |
DCM reference orientation of point: i.e.
each blade root (3x3 x NumBlades) [-]
| real(reki), dimension(:,:), allocatable strucctrl_types::stc_initinputtype::initrefpos |
X-Y-Z reference position of point: i.e.
each blade root (3 x NumBlades) [m]
| real(r8ki), dimension(:,:), allocatable strucctrl_types::stc_initinputtype::inittransdisp |
X-Y-Z displacement from position of point at init: i.e.
each blade root (3 x NumBlades) [m]
| logical strucctrl_types::stc_initinputtype::useinputfile = .TRUE. |
Read from the input file.
If false, must parse the string info passed [-]
| logical strucctrl_types::stc_initinputtype::useinputfile_prescribefrc = .TRUE. |
Read from the input file.
If false, must parse the string info passed [-]
1.8.13