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

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
Collaborator 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