Description of feature
Hi, I was wondering if the following option is available and, if not, if it could be implemented.
I need to run 1-hour long OpenFAST simulations (simulated time), for DLC 1.6.
WEIS automatically generates bts files with 1-hour worth of wind speeds.
What I would like instead is the generation of 600 seconds bts files, with the TurbSim input option:
"ALL" UsableTime
Potential solution
In WEIS modeling schema the UsableTime can be set to all as:
DLCs:
- DLC: '1.6'
analysis_time: 3600 #600
transient_time: 600
turbulent_wind:
UsableTime: "ALL"
but there does not seem to be an option to set up AnalysisTime.
I tried, as per the following, but it is ignored, taking as AnalysisTime the "analysis_time" of the DLC
- DLC: '1.6' # With the new WEIS release, to be substituted by "Steady"
analysis_time: 3600 #600
transient_time: 600
turbulent_wind:
AnalysisTime: 600
UsableTime: ALL
Description of feature
Hi, I was wondering if the following option is available and, if not, if it could be implemented.
I need to run 1-hour long OpenFAST simulations (simulated time), for DLC 1.6.
WEIS automatically generates bts files with 1-hour worth of wind speeds.
What I would like instead is the generation of 600 seconds bts files, with the TurbSim input option:
"ALL" UsableTimePotential solution
In WEIS modeling schema the UsableTime can be set to all as:
but there does not seem to be an option to set up
AnalysisTime.I tried, as per the following, but it is ignored, taking as AnalysisTime the "analysis_time" of the DLC