Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with OpenFAST v3.5.0 #242

Closed
Yuksel-Rudy opened this issue May 24, 2023 · 2 comments
Closed

Compatibility with OpenFAST v3.5.0 #242

Yuksel-Rudy opened this issue May 24, 2023 · 2 comments

Comments

@Yuksel-Rudy
Copy link
Contributor

Some of the input files in OpenFAST files in Test_Cases directory must be updated to match with the latest version of OpenFAST v3.5.0. For instance, IEA-15-240-RWT-UMaineSemi_InflowFile.dat must be updated as follows to include the new LiDAR capability:

on line 8, this has to be added:

False   			   VelInterpCubic - Use cubic interpolation for velocity in time (false=linear, true=cubic) [Used with WindType=2,3,4,5,7]

on line 51 to 63, LiDAR parameters must be added:

================== LIDAR Parameters ===========================================================================
          0   SensorType          - Switch for lidar configuration (0 = None, 1 = Single Point Beam(s), 2 = Continuous, 3 = Pulsed)
          0   NumPulseGate        - Number of lidar measurement gates (used when SensorType = 3)
         30   PulseSpacing        - Distance between range gates (m) (used when SensorType = 3)
          0   NumBeam             - Number of lidar measurement beams (0-5)(used when SensorType = 1)
       -200   FocalDistanceX      - Focal distance co-ordinates of the lidar beam in the x direction (relative to hub height) (only first coordinate used for SensorType 2 and 3) (m)
          0   FocalDistanceY      - Focal distance co-ordinates of the lidar beam in the y direction (relative to hub height) (only first coordinate used for SensorType 2 and 3) (m)
          0   FocalDistanceZ      - Focal distance co-ordinates of the lidar beam in the z direction (relative to hub height) (only first coordinate used for SensorType 2 and 3) (m)
0.0 0.0 0.0   RotorApexOffsetPos  - Offset of the lidar from hub height (m)
         17   URefLid             - Reference average wind speed for the lidar[m/s]
       0.25   MeasurementInterval - Time between each measurement [s]
      False   LidRadialVel        - TRUE => return radial component, FALSE => return 'x' direction estimate
          1   ConsiderHubMotion   - Flag whether to consider the hub motion's impact on Lidar measurements
@dzalkind
Copy link
Collaborator

Hi Rudy,

Yep, we haven't updated:

for OpenFAST v3.5.0. If you're feeling up to it, I'd be happy to let you try and update them. I will be out for about a week starting next week and don't plan on updating these until after I return.

Best, Dan

@dzalkind
Copy link
Collaborator

This was addressed in #246. Thanks again for your help, Rudy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants