Skip to content

Commit

Permalink
Testing less radial stations
Browse files Browse the repository at this point in the history
  • Loading branch information
KIDEVLIN committed Jul 25, 2024
1 parent 40c2c87 commit e031325
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/1_IEA15MW/1_sonata_IEA15.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# ===== User defined radial stations ===== #
# Define the radial stations for cross sectional analysis (only used for flag_wt_ontology = True -> otherwise, sections from yaml file are used!)
radial_stations = [0., 0.01, 0.02, 0.03, 0.04, 0.05, 0.075, 0.1, 0.15, 0.2 , 0.25, 0.3 , 0.35, 0.4, 0.45, 0.5 , 0.55, 0.6 , 0.65, 0.7 , 0.75, 0.8 , 0.85, 0.9 , 0.95, 1.]
radial_stations = [0., 0.01, 0.03, 0.05, 0.075, 0.15, 0.25, 0.3 , 0.4, 0.5 , 0.6 , 0.7 , 0.8 , 0.9 , 1.]
# radial_stations = [.7]
# ===== Execute SONATA Blade Component Object ===== #
# name - job name of current task
Expand Down
11 changes: 6 additions & 5 deletions examples/2_IEA22MW/2_sonata_IEA22.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@

# ===== User defined radial statiosns ===== #
# Define the radial stations for cross sectional analysis (only used for flag_wt_ontology = True -> otherwise, sections from yaml file are used!)
radial_stations = [0.000000000000000e+00, 6.896551724137931e-02, 1.034482758620690e-01, 1.379310344827586e-01, 1.724137931034483e-01, 2.068965517241379e-01,
2.413793103448276e-01, 2.758620689655172e-01, 3.103448275862069e-01, 3.448275862068966e-01, 3.793103448275862e-01, 4.137931034482759e-01, 4.482758620689655e-01,
4.827586206896551e-01, 5.172413793103449e-01, 5.517241379310345e-01, 5.862068965517241e-01, 6.206896551724138e-01, 6.551724137931034e-01, 6.896551724137931e-01,
7.241379310344828e-01, 7.586206896551724e-01, 7.931034482758621e-01, 8.275862068965517e-01, 8.620689655172413e-01, 8.965517241379310e-01, 9.310344827586207e-01,
9.655172413793103e-01, 1.000000000000000e+00]
# radial_stations = [0.000000000000000e+00, 6.896551724137931e-02, 1.034482758620690e-01, 1.379310344827586e-01, 1.724137931034483e-01, 2.068965517241379e-01,
# 2.413793103448276e-01, 2.758620689655172e-01, 3.103448275862069e-01, 3.448275862068966e-01, 3.793103448275862e-01, 4.137931034482759e-01, 4.482758620689655e-01,
# 4.827586206896551e-01, 5.172413793103449e-01, 5.517241379310345e-01, 5.862068965517241e-01, 6.206896551724138e-01, 6.551724137931034e-01, 6.896551724137931e-01,
# 7.241379310344828e-01, 7.586206896551724e-01, 7.931034482758621e-01, 8.275862068965517e-01, 8.620689655172413e-01, 8.965517241379310e-01, 9.310344827586207e-01,
# 9.655172413793103e-01, 1.000000000000000e+00]
radial_stations = [0., 0.01, 0.03, 0.05, 0.075, 0.15, 0.25, 0.3 , 0.4, 0.5 , 0.6 , 0.7 , 0.8 , 0.9 , 1.]

# ===== Execute SONATA Blade Component Object ===== #
# name - job name of current task
Expand Down

0 comments on commit e031325

Please sign in to comment.