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

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

Data Types

type  waves2_constraintstatetype
 
type  waves2_continuousstatetype
 
type  waves2_discretestatetype
 
type  waves2_initinputtype
 
type  waves2_initoutputtype
 
type  waves2_inputtype
 
type  waves2_miscvartype
 
type  waves2_otherstatetype
 
type  waves2_outputtype
 
type  waves2_parametertype
 

Functions/Subroutines

subroutine waves2_copyinitinput (SrcInitInputData, DstInitInputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyinitinput (InitInputData, ErrStat, ErrMsg)
 
subroutine waves2_packinitinput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackinitinput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copyinitoutput (SrcInitOutputData, DstInitOutputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyinitoutput (InitOutputData, ErrStat, ErrMsg)
 
subroutine waves2_packinitoutput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackinitoutput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copycontstate (SrcContStateData, DstContStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroycontstate (ContStateData, ErrStat, ErrMsg)
 
subroutine waves2_packcontstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackcontstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copydiscstate (SrcDiscStateData, DstDiscStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroydiscstate (DiscStateData, ErrStat, ErrMsg)
 
subroutine waves2_packdiscstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackdiscstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copyconstrstate (SrcConstrStateData, DstConstrStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyconstrstate (ConstrStateData, ErrStat, ErrMsg)
 
subroutine waves2_packconstrstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackconstrstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copyotherstate (SrcOtherStateData, DstOtherStateData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyotherstate (OtherStateData, ErrStat, ErrMsg)
 
subroutine waves2_packotherstate (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackotherstate (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copymisc (SrcMiscData, DstMiscData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroymisc (MiscData, ErrStat, ErrMsg)
 
subroutine waves2_packmisc (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackmisc (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copyparam (SrcParamData, DstParamData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyparam (ParamData, ErrStat, ErrMsg)
 
subroutine waves2_packparam (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackparam (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copyinput (SrcInputData, DstInputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyinput (InputData, ErrStat, ErrMsg)
 
subroutine waves2_packinput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackinput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_copyoutput (SrcOutputData, DstOutputData, CtrlCode, ErrStat, ErrMsg)
 
subroutine waves2_destroyoutput (OutputData, ErrStat, ErrMsg)
 
subroutine waves2_packoutput (ReKiBuf, DbKiBuf, IntKiBuf, Indata, ErrStat, ErrMsg, SizeOnly)
 
subroutine waves2_unpackoutput (ReKiBuf, DbKiBuf, IntKiBuf, Outdata, ErrStat, ErrMsg)
 
subroutine waves2_input_extrapinterp (u, t, u_out, t_out, ErrStat, ErrMsg)
 
subroutine waves2_input_extrapinterp1 (u1, u2, tin, u_out, tin_out, ErrStat, ErrMsg)
 
subroutine waves2_input_extrapinterp2 (u1, u2, u3, tin, u_out, tin_out, ErrStat, ErrMsg)
 
subroutine waves2_output_extrapinterp (y, t, y_out, t_out, ErrStat, ErrMsg)
 
subroutine waves2_output_extrapinterp1 (y1, y2, tin, y_out, tin_out, ErrStat, ErrMsg)
 
subroutine waves2_output_extrapinterp2 (y1, y2, y3, tin, y_out, tin_out, ErrStat, ErrMsg)
 

Variables

integer(intki), parameter, public maxwaves2outputs = 9
 

Detailed Description

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

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