OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
strucctrl_types::stc_initinputtype Type Reference

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) [-].
 

Member Data Documentation

◆ initorient

real(r8ki), dimension(:,:,:), allocatable strucctrl_types::stc_initinputtype::initorient

DCM orientation of point at init: i.e.

each blade root (3x3 x NumBlades) [-]

◆ initreforient

real(r8ki), dimension(:,:,:), allocatable strucctrl_types::stc_initinputtype::initreforient

DCM reference orientation of point: i.e.

each blade root (3x3 x NumBlades) [-]

◆ initrefpos

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]

◆ inittransdisp

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]

◆ useinputfile

logical strucctrl_types::stc_initinputtype::useinputfile = .TRUE.

Read from the input file.

If false, must parse the string info passed [-]

◆ useinputfile_prescribefrc

logical strucctrl_types::stc_initinputtype::useinputfile_prescribefrc = .TRUE.

Read from the input file.

If false, must parse the string info passed [-]


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