OpenFAST
Wind turbine multiphysics simulator
Data Types | Functions/Subroutines
tmd_types Module Reference

This module contains the user-defined types needed in TMD. More...

Data Types

type  tmd_constraintstatetype
 
type  tmd_continuousstatetype
 
type  tmd_discretestatetype
 
type  tmd_initinputtype
 
type  tmd_initoutputtype
 
type  tmd_inputfile
 
type  tmd_inputtype
 
type  tmd_miscvartype
 
type  tmd_otherstatetype
 
type  tmd_outputtype
 
type  tmd_parametertype
 

Functions/Subroutines

subroutine tmd_copyinputfile (SrcInputFileData, DstInputFileData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyinputfile (InputFileData, ErrStat, ErrMsg)
 
subroutine tmd_packinputfile (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackinputfile (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyinitinput (SrcInitInputData, DstInitInputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyinitinput (InitInputData, ErrStat, ErrMsg)
 
subroutine tmd_packinitinput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackinitinput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyinitoutput (SrcInitOutputData, DstInitOutputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyinitoutput (InitOutputData, ErrStat, ErrMsg)
 
subroutine tmd_packinitoutput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackinitoutput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copycontstate (SrcContStateData, DstContStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroycontstate (ContStateData, ErrStat, ErrMsg)
 
subroutine tmd_packcontstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackcontstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copydiscstate (SrcDiscStateData, DstDiscStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroydiscstate (DiscStateData, ErrStat, ErrMsg)
 
subroutine tmd_packdiscstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackdiscstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyconstrstate (SrcConstrStateData, DstConstrStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyconstrstate (ConstrStateData, ErrStat, ErrMsg)
 
subroutine tmd_packconstrstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackconstrstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyotherstate (SrcOtherStateData, DstOtherStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyotherstate (OtherStateData, ErrStat, ErrMsg)
 
subroutine tmd_packotherstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackotherstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copymisc (SrcMiscData, DstMiscData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroymisc (MiscData, ErrStat, ErrMsg)
 
subroutine tmd_packmisc (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackmisc (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyparam (SrcParamData, DstParamData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyparam (ParamData, ErrStat, ErrMsg)
 
subroutine tmd_packparam (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackparam (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyinput (SrcInputData, DstInputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyinput (InputData, ErrStat, ErrMsg)
 
subroutine tmd_packinput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackinput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_copyoutput (SrcOutputData, DstOutputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine tmd_destroyoutput (OutputData, ErrStat, ErrMsg)
 
subroutine tmd_packoutput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine tmd_unpackoutput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine tmd_input_extrapinterp (u, t, u_out, t_out, ErrStat, ErrMsg)
 
subroutine tmd_input_extrapinterp1 (u1, u2, tin, u_out, tin_out, ErrStat, ErrMsg)
 
subroutine tmd_input_extrapinterp2 (u1, u2, u3, tin, u_out, tin_out, ErrStat, ErrMsg)
 
subroutine tmd_output_extrapinterp (y, t, y_out, t_out, ErrStat, ErrMsg)
 
subroutine tmd_output_extrapinterp1 (y1, y2, tin, y_out, tin_out, ErrStat, ErrMsg)
 
subroutine tmd_output_extrapinterp2 (y1, y2, y3, tin, y_out, tin_out, ErrStat, ErrMsg)
 

Detailed Description

This module contains the user-defined types needed in TMD.

It also contains copy, destroy, pack, and unpack routines associated with each defined data type. This code is automatically generated by the FAST Registry.