Skip to content
Snippets Groups Projects

Update docs about load envelopes

Merged tlbl requested to merge tlbl/WindEnergyToolbox:master into master
+ 14
2
Compare changes
  • Side-by-side
  • Inline
+ 14
2
@@ -516,6 +516,7 @@ Other options for the ```dlctemplate.py``` script:
@@ -516,6 +516,7 @@ Other options for the ```dlctemplate.py``` script:
```
```
usage: dlctemplate.py [-h] [--prep] [--check_logs] [--stats] [--fatigue]
usage: dlctemplate.py [-h] [--prep] [--check_logs] [--stats] [--fatigue]
[--csv] [--years YEARS] [--no_bins NO_BINS] [--neq NEQ]
[--csv] [--years YEARS] [--no_bins NO_BINS] [--neq NEQ]
 
[--envelopeblade] [--envelopeturbine]
pre- or post-processes DLC's
pre- or post-processes DLC's
@@ -529,8 +530,19 @@ optional arguments:
@@ -529,8 +530,19 @@ optional arguments:
--years YEARS Total life time in years (default=20)
--years YEARS Total life time in years (default=20)
--no_bins NO_BINS Number of bins for fatigue loads (default=46)
--no_bins NO_BINS Number of bins for fatigue loads (default=46)
--neq NEQ Equivalent cycles neq (default=1e6)
--neq NEQ Equivalent cycles neq (default=1e6)
 
--envelopeblade calculate the load envelope for sensors on the blades
 
--envelopeturbine calculate the load envelope for sensors on the turbine
```
```
 
The load envelopes are computed for sensors specified in the
 
```dlctemplate.py``` file. The sensors are specified in a list of lists. The
 
inner list contains the sensors at one location. The envelope is computed for
 
the first two sensors of the inner list and the other sensors are used to
 
retrieve the remaining loads defining the load state occurring at the same
 
instant. The outer list is used to specify sensors at different locations.
 
The default values for the blade envelopes are used to compute the Mx-My
 
envelopes and retrieve the Mz-Fx-Fy-Fz loads occuring at the same moment.
 
Debugging
Debugging
---------
---------
@@ -541,5 +553,4 @@ are redirected to the ```pbs_out/qsub-wrap_dlctemplate.py.err``` text file.
@@ -541,5 +553,4 @@ are redirected to the ```pbs_out/qsub-wrap_dlctemplate.py.err``` text file.
The output and errors of HAWC2 simulations can also be found in the ```pbs_out```
The output and errors of HAWC2 simulations can also be found in the ```pbs_out```
directory. The ```.err``` and ```.out``` files will be named exactly the same
directory. The ```.err``` and ```.out``` files will be named exactly the same
as the ```.htc``` input files, and the ```.sel```/```.dat``` output files.
as the ```.htc``` input files, and the ```.sel```/```.dat``` output files.
\ No newline at end of file
Loading