Skip to content

Commit

Permalink
Merge pull request #166 from IEAWindTask37/update_h2_gen
Browse files Browse the repository at this point in the history
Small changes to onshore hawcstab2 files
  • Loading branch information
gbarter authored Oct 19, 2023
2 parents dda713d + 667ab8d commit eebdaf1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions HAWC2/IEA-15-240-RWT-Onshore/data/IEA_15MW_RWT_Onshore.opt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
17 wind speed [m/s] pitch [deg] rot. speed [rpm] aero power [kw] aero thrust [kn]
0.500000 2.391072 5.000012 -330.960548 3.504929
3.000000 2.399471 5.000012 95.827156 233.598121
5.000000 0.419366 5.000012 1651.234346 656.045539
7.000000 0.000535 5.000012 4653.192214 1020.690492
8.000000 0.000535 5.681907 6852.011306 1294.791393
9.000000 0.000535 6.390847 9596.706829 1591.355121
10.000000 0.000535 7.101997 12894.953970 1901.431891
10.500000 0.000687 7.460480 14751.493214 2060.266998
10.700000 0.000802 7.559987 15523.305242 2118.746815
11.000000 1.325255 7.559987 15534.545497 1962.412862
13.000000 6.093161 7.559987 15531.161639 1486.246005
15.000000 9.189877 7.559987 15534.994492 1259.488076
17.000000 11.800808 7.559987 15533.957177 1112.397641
19.000000 14.160073 7.559987 15535.644038 1007.825701
21.000000 16.367237 7.559987 15530.596072 928.973999
23.000000 18.461961 7.559987 15537.643552 868.465684
25.000000 20.478844 7.559987 15534.270402 820.237938
0.500000 2.438110 5.000012 -331.165840 3.387139
3.000000 2.426047 5.000012 95.227704 233.548534
5.000000 0.377375 5.000012 1651.064647 659.852440
7.000000 0.000535 5.000012 4654.278839 1021.311184
8.000000 0.000535 5.681900 6852.108460 1295.039597
9.000000 0.000535 6.390847 9593.158784 1590.613558
10.000000 0.000535 7.101976 12880.953731 1898.680029
10.500000 0.000660 7.460359 14728.982528 2056.067347
10.700000 0.000783 7.559987 15496.958017 2113.988659
11.000000 1.170321 7.559987 15663.825045 1986.250804
13.000000 6.052129 7.559987 15665.502056 1499.217869
15.000000 9.189114 7.559987 15666.723955 1268.983499
17.000000 11.824437 7.559987 15663.732588 1119.978392
19.000000 14.199750 7.559987 15667.741615 1014.234365
21.000000 16.421070 7.559987 15662.890627 934.463958
23.000000 18.525951 7.559987 15678.725250 873.505303
25.000000 20.553121 7.559987 15662.421940 824.091159
4 changes: 2 additions & 2 deletions HAWC2/IEA-15-240-RWT-Onshore/scripts/make_htc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
kw = dict(cut_in=3, cut_out=25, dt=39, tstart=220, # step parameters
wsp=12, tint=0.17, tb_wid=252, tb_ht=252, # turbulence parameters
n_wsp=45, gen_min=5.000011692174984, gen_max=7.559987120819503, # hawcstab2 parameters
gbr=1, pitch_min=0, opt_lambda=9, rate_pow=15e3, gen_eff=0.9655, # hawcstab2 parameters
gbr=1, pitch_min=0, opt_lambda=9, rate_pow=15e3, gen_eff=0.95756, # hawcstab2 parameters
p1_f=0.05, p1_z=0.7, p2_f=0.03, p2_z=0.7, gs=2, constant_power=0, # hawcstab2 parameters
oper_dat='./data/IEA_15MW_RWT_FixedSubstructure.opt') # hawcstab2 parameters
oper_dat='./data/IEA_15MW_RWT_Onshore.opt') # hawcstab2 parameters


if __name__ == '__main__':
Expand Down

0 comments on commit eebdaf1

Please sign in to comment.