Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/portfolio_analysis/mind_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ mindmap
WEIS
WISDEM
WindSE
Ard
HOPP
SONATA
ctrl(" ")
Expand All @@ -93,6 +94,7 @@ mindmap
- WEIS https://github.com/wisdem/weis - Wind Energy with Integrated Servo-control performs multifidelity co-design of wind turbines by combining multiple NREL-developed tools to enable design optimization of floating offshore wind turbines.
- WISDEM https://github.com/wisdem/wisdem - Set of wind turbine and plant cost and energy production models along with financial models for assessing overall wind plant cost of energy.
- WindSE https://github.com/nrel/windse - Python package that uses a FEniCS backend to perform wind farm simulations and optimization.
- Ard https://github.com/WISDEM/Ard/ - Make plant-level design choices for the whole system and its interactions to make wind energy projects more successful.
- HOPP https://github.com/NREL/HOPP - Assesses optimal designs for the deployment of utility-scale hybrid energy plants, particularly considering wind, solar and storage.
- SONATA https://github.com/ptrbortolotti/SONATA - Toolbox for Multidisciplinary Rotor Blade Design Environment for Structural Optimization and Aeroelastic Analysis.
````
Expand Down
5 changes: 3 additions & 2 deletions docs/portfolio_analysis/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mindmap
WISDEM
WindSE
HOPP
Ard

ctrl(Controls)
ROSCO
Expand Down Expand Up @@ -60,7 +61,7 @@ mindmap
|Application |Design Exploration |Detailed Design |Highly Resolving |
|:----------------|:------------------|:-----------------|:----------------|
| | | | |
|**Single Turbine** |WISDEM, RAFT (WEIS)|OpenFAST (WEIS), Owens |ExaWind |
|**Full Wind Plant**|FLORIS |FAST.Farm, WindSE |ExaWind, ERF |
|**Single Turbine** |WISDEM, RAFT (WEIS)|OpenFAST (WEIS), Owens |ExaWind |
|**Full Wind Plant**|FLORIS (Ard) |FAST.Farm, WindSE (Ard) |ExaWind, ERF |


1 change: 1 addition & 0 deletions docs/portfolio_analysis/software_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Select one or a combination of categories to down-select projects.
<a href="https://github.com/sandialabs/pyNuMAD"><div class="filterDiv all component high time">pyNuMAD</div></a>
<a href="https://github.com/wisdem/weis"><div class="filterDiv all turbine low middle time freq design">WEIS</div></a>
<a href="https://github.com/wisdem/wisdem"><div class="filterDiv all turbine low steady design cost wisdem">WISDEM</div></a>
<a href="https://github.com/wisdem/ard"><div class="filterDiv all farm middle low time steady design">Ard</div></a>
<a href="https://github.com/nrel/windse"><div class="filterDiv all farm middle time design">WindSE</div></a>
<a href="https://github.com/nrel/hopp"><div class="filterDiv all turbine low steady design">HOPP</div></a>
<a href="https://github.com/wisdem/sonata"><div class="filterDiv all component middle steady design">SONATA</div></a>
Expand Down
2 changes: 2 additions & 0 deletions entry_guide/src/data/design.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ export const edges = ref<Edge[]>([
{ id: "e6-7", source: "6", target: "7", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-12", source: "6", target: "12", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-13", source: "6", target: "13", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-13a", source: "7", target: "13", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-14", source: "7", target: "14", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-13b", source: "7", target: "13", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-15", source: "7", target: "15", label: "b", type: "decisionEdge", data: { reachable: false } },
]);
6 changes: 4 additions & 2 deletions entry_guide/src/data/performance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,10 @@ export const edges = ref<Edge[]>([
{ id: "e5-12", source: "5", target: "12", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-14", source: "6", target: "14", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e6-13", source: "6", target: "13", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e4-9", source: "4", target: "9", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e4-10", source: "4", target: "10", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e4-10", source: "4", target: "10", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e4-18a", source: "4", target: "18", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e4-9", source: "4", target: "9", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e4-18b", source: "4", target: "18", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-15", source: "7", target: "15", label: "a", type: "decisionEdge", data: { reachable: false } },
{ id: "e7-8", source: "7", target: "8", label: "b", type: "decisionEdge", data: { reachable: false } },
{ id: "e8-16", source: "8", target: "16", label: "a", type: "decisionEdge", data: { reachable: false } },
Expand Down