Skip to content

Commit

Permalink
Update example_15 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind authored Aug 9, 2022
1 parent fefe878 commit ecaec8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/15_RAFT_Studies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ In this example, we can optimize the UMaine semi using RAFT, and run a DLC analy
# RAFT Optimization
To optimize the UMaine semi using raft, run
```
python weis_drier_umaine_semi.py
python weis_driver_umaine_semi.py
```

In `analysis_options.yaml`, the design variables, constraints, merit figures, and optimization solver can be set up.
Expand All @@ -14,7 +14,7 @@ To optimize the UMaine semi using raft, run
# OpenFAST DLC runs
To run a DLC analysis using WEIS, run
```
python weis_drier_level3.py
python weis_driver_level3.py
```

The type of DLCs that are run can be set in `modeling_options_level3.yaml`, along with the metocean conditions.
Expand Down

0 comments on commit ecaec8b

Please sign in to comment.