Skip to content

Commit

Permalink
ExtLd: remove commented lines in the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Sep 12, 2024
1 parent faea98d commit 0e1e106
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/extloads/src/ExtLoads_Registry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ typedef ^ InitInputType ReKi TwrPos {:}{:} - - "X-Y-Z reference
typedef ^ InitInputType R8Ki TwrOrient {:}{:}{:} - - "DCM reference orientation of tower (3x3 x NumTowerNodes)" -
typedef ^ InitInputType ReKi az_blend_mean - - - "Mean azimuth at which to blend the external and aerodyn loads" -
typedef ^ InitInputType ReKi az_blend_delta - - - "The width of the tanh function over which to blend the external and aerodyn loads" -
#FIXME: remove from the library also
#typedef ^ InitInputType ReKi vel_mean - - - "Mean velocity at reference height" m/s
#typedef ^ InitInputType ReKi wind_dir - - - "Wind direction" degrees
#typedef ^ InitInputType ReKi z_ref - - - "Reference height for velocity profile" m
#typedef ^ InitInputType ReKi shear_exp - - - "Shear exponent" -
typedef ^ InitInputType ReKi BldChord {:}{:} - - "Blade chord (NumBladeNodesMax x NumBlades)" m
typedef ^ InitInputType ReKi BldRloc {:}{:} - - "Radial location of each node along the blade" m
typedef ^ InitInputType ReKi TwrDia {:} - - "Tower diameter (NumTwrNodes)" m
Expand All @@ -52,7 +47,6 @@ typedef ^ InitOutputType CHARACTER(ChanLen) WriteOutputHdr {:} - - "Names of the
typedef ^ InitOutputType CHARACTER(ChanLen) WriteOutputUnt {:} - - "Units of the output-to-file channels" -
typedef ^ InitOutputType ProgDesc Ver - - - "This module's name, version, and date" -
typedef ^ InitOutputType ReKi AirDens - - - "Air density" kg/m^3
#typedef ^ InitOutputType FlowFieldType *FlowField - - - "Pointer of flow field data type" -

# ..... States ....................................................................................................................
# Define continuous (differentiable) states here:
Expand Down Expand Up @@ -85,10 +79,6 @@ typedef ^ ParameterType Logical TwrAero - .FALSE. - "Flag that tells thi
typedef ^ ParameterType IntKi NumTwrNds - - - "Number of tower nodes" -
typedef ^ ParameterType ReKi az_blend_mean - - - "Mean azimuth at which to blend the external and aerodyn loads" -
typedef ^ ParameterType ReKi az_blend_delta - - - "The width of the tanh function over which to blend the external and aerodyn loads" -
#typedef ^ ParameterType ReKi vel_mean - - - "Mean velocity at reference height" m/s
#typedef ^ ParameterType ReKi wind_dir - - - "Wind direction" m
#typedef ^ ParameterType ReKi z_ref - - - "Reference height for velocity profile" degrees
#typedef ^ ParameterType ReKi shear_exp - - - "Shear exponent" -

# ..... Inputs ....................................................................................................................
# Define inputs that are contained on the mesh here:
Expand Down

0 comments on commit 0e1e106

Please sign in to comment.