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

Updates to use openfast_io and OpenFAST v4.0.0 #341

Merged
merged 32 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e9dfdc9
Switch to openfast_io and update to OpenFAST v4.0.0
mayankchetan Jan 12, 2025
905b35e
updating examples to run
mayankchetan Jan 12, 2025
98ca009
Merge remote-tracking branch 'origin/develop' into openfast_io
mayankchetan Jan 13, 2025
73e56c5
updates for testing
mayankchetan Jan 14, 2025
066d8c8
OpenFAST 4.0 prep (#7)
dzalkind Jan 14, 2025
7b306b7
updating OpenFAST yaml
mayankchetan Jan 14, 2025
cb877cc
examples 02 & 06 working
mayankchetan Jan 15, 2025
7638df3
all tests pass! :D
mayankchetan Jan 15, 2025
654348c
Openfast input dir relative to modeling options
dzalkind Jan 28, 2025
c5ed916
Ensure backwards compatibility in user overrides of OpenFAST
dzalkind Jan 28, 2025
9d795bd
Remove MC's specific openfast
dzalkind Jan 28, 2025
9286492
Allow OpenFAST modeling options to override wisdem model
dzalkind Jan 28, 2025
ddddecd
Update example SeaState/HydroDyn inputs
dzalkind Jan 28, 2025
0c86e2a
Change linearization inputs to SS
dzalkind Jan 28, 2025
9eece3b
Another Level3 -> OpenFAST dict change
dzalkind Jan 28, 2025
7dc98ac
Update basic example 3 to be strip theory only, no 2nd tower mode
dzalkind Jan 28, 2025
910b1e6
Increment ROSCO version
dzalkind Jan 29, 2025
f9400a4
HydroDyn -> SeaState in modopts
dzalkind Jan 29, 2025
e81b99e
Skip print_yaml
dzalkind Jan 29, 2025
0840ffa
Fix PotFile path issue
dzalkind Jan 29, 2025
afb6747
Skip python 3.9
dzalkind Jan 29, 2025
11d0482
Update OLAF parameters using modeling options
dzalkind Jan 29, 2025
2cdbdde
Skip nodalOutputs test, no longer on repo
dzalkind Jan 29, 2025
b3dc9aa
Make wind measurement locations a list
dzalkind Jan 29, 2025
ab15232
Initialize BeamDyn in fst_vt, set TwOutNd to list of strings
dzalkind Jan 30, 2025
9618d44
Remove WavePkShp default
dzalkind Jan 30, 2025
3aeddbc
Clean up depreciation of PtfmMass_Init
dzalkind Jan 30, 2025
0636afd
Tidy up schema and naming of wave quantities
dzalkind Jan 30, 2025
1d99955
Remove initial PropPot defs
dzalkind Jan 30, 2025
d101abd
Fix run_general
dzalkind Jan 30, 2025
29f21c2
Use previously generated .ss* inputs for linearization, update AD inputs
dzalkind Jan 30, 2025
1534bc0
Fix default WAMITULEN
dzalkind Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- mat4py
- nlopt
- numpydoc
- openfast=3.5.5
- openfast=4.0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be updated to 4.0.1 based on OpenFAST release expected on 17FEB25

- openraft>=1.2.4
- osqp
- pcrunch
Expand All @@ -23,6 +23,7 @@ dependencies:
- dash-bootstrap-components
- dash-mantine-components
- dearpygui
- openfast_io
- marmot-agents
# Needs to be done outside of environment file:
# - m2w64-toolchain # [win]
Expand Down
56 changes: 56 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# 01_aeroelasticse
01_aeroelasticse/olaf
01_aeroelasticse/steady_state

# 02_run_openfast_cases
02_run_openfast_cases/outputs

# 03_NREL5MW_OC3_spar
03_NREL5MW_OC3_spar/outputs

# 04_NREL5MW_OC4_semi
04_NREL5MW_OC4_semi/outputs

# 05_IEA-3.4-130-RWT
05_IEA-3.4-130-RWT/outputs

# 06_IEA-15-240-RWT
06_IEA-15-240-RWT/outputs

# 07_te_flaps
07_te_flaps/dac_outputs

# 08_OLAF
08_OLAF/newOF1
08_OLAF/temp

# 09_design_of_experiments
09_design_of_experiments/outputs

# 10_override_example
10_override_example/outputs
10_override_example/override_output

# 11_use_bem
11_use_bem/outputs
11_use_bem/temp

# 12_linearization
12_linearization/outputs

# 13_DTQP
13_DTQP/outputs

# 14_level2ccd
14_level2ccd/outputs

# 15_RAFT_Studies
15_RAFT_Studies/outputs

# 16_postprocessing

# 17_IEA22_Optimization
17_IEA22_Optimization/outputs

# 18_user_custom_setup

This file was deleted.

Loading