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
4 changes: 0 additions & 4 deletions docs/portfolio_analysis/attribute_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ for i, row in df.iterrows():
df.at[i, "does"] = does_list

general_df = df[[
"github_account",
"github_repo",
"does",
"active_funding",
"development_status",
"programming_language",
"license_type",
"data_collection_methods",
Expand Down
4 changes: 2 additions & 2 deletions docs/portfolio_analysis/mind_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mindmap
hfm(High Fidelity Models)
AMR Wind
Nalu Wind
OpenTurbine
kynema
ERF
pyNuMAD
do(" ")
Expand All @@ -61,7 +61,7 @@ mindmap

- AMR-Wind https://github.com/exawind/amr-wind - Massively parallel, block-structured adaptive-mesh, incompressible flow solver for wind turbine and wind farm simulations.
- Nalu-Wind https://github.com/exawind/nalu-wind - Generalized, unstructured, massively parallel, incompressible flow solver for wind turbine and wind farm simulations.
- OpenTurbine https://github.com/exawind/openturbine - Wind turbine structural dynamics simulation code for land-based and offshore wind turbines specifically designed to couple with low-fidelity aerodynamic/hydrodynamic models (OpenFAST) and high-fidelity computational fluid dynamics (CFD) models (ExaWind).
- kynema https://github.com/kynema/kynema - Wind turbine structural dynamics simulation code for land-based and offshore wind turbines specifically designed to couple with low-fidelity aerodynamic/hydrodynamic models (OpenFAST) and high-fidelity computational fluid dynamics (CFD) models (ExaWind).
- ERF https://github.com/erf-model/ERF - Compressible Navier-Stokes solver on an Arakawa C-grid for large-scale weather modeling.
- pyNuMAD https://github.com/sandialabs/pyNuMAD - Simplifies the process of creating a three-dimensional model of a wind turbine blade by providing an intermediary between raw blade data and analytical platforms (ANSYS, Cubit, OpenFAST, etc).
````
Expand Down
2 changes: 1 addition & 1 deletion docs/portfolio_analysis/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mindmap
hfm(High Fidelity Models)
ExaWind
ERF
OpenTurbine
kynema
pyNuMAD

do(Design & Optimization)
Expand Down
4 changes: 2 additions & 2 deletions docs/portfolio_analysis/software_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
While this is intended to be a complete list, it is likely missing some projects.
Please [suggest an edit](https://github.com/nrel/wetostack/edit/main/docs/portfolio_analysis/software_list.md)
if any information here is incorrect.
Including a software in this list requires the following:
Including if a software in this list requires the following:
- Entry in [software_attributes/database_list.yaml](https://github.com/NREL/WETOStack/blob/main/software_attributes/database_list.yaml)
- Entry in [docs/software_list.md](https://github.com/NREL/WETOStack/blob/main/docs/portfolio_analysis/software_list.md)
- Corresponding YAML file in [software_attributes/database](https://github.com/NREL/WETOStack/tree/main/software_attributes/database)
Expand Down Expand Up @@ -51,7 +51,7 @@ Select one or a combination of categories to down-select projects.
<a href="https://github.com/exawind"><div class="filterDiv all farm turbine high time exawind">ExaWind</div></a>
<a href="https://github.com/exawind/amr-wind"><div class="filterDiv all farm high time exawind">AMR-Wind</div></a>
<a href="https://github.com/exawind/nalu-wind"><div class="filterDiv all turbine high time exawind">NALU-Wind</div></a>
<a href="https://github.com/exawind/openturbine"><div class="filterDiv all turbine high time exawind">OpenTurbine</div></a>
<a href="https://github.com/kynema/kynema"><div class="filterDiv all turbine high time exawind">kynema</div></a>
<a href="https://github.com/erf-model/ERF"><div class="filterDiv all farm high time resource">ERF</div></a>
<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>
Expand Down
2 changes: 1 addition & 1 deletion entry_guide/src/data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const nodes = ref<Node[]>([
{
id: "12",
data: {
label: "pyDatView / Sora WEIS (MF)",
label: "pyDatView / WEIS (MF)",
reachable: false
},
position: { x: 0, y: 0},
Expand Down
16 changes: 8 additions & 8 deletions entry_guide/src/data/performance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const nodes = ref<Node[]>([
id: "3",
type: "decision",
data: {
a: "Power",
b: "Power + Loads",
a: "Power + Loads",
b: "Power",
state: null,
reachable: false
},
Expand Down Expand Up @@ -64,8 +64,8 @@ export const nodes = ref<Node[]>([
id: "6",
type: "decision",
data: {
a: "Resolve geometry",
b: "Actuator methods",
a: "Actuator methods",
b: "Resolve geometry",
state: null,
reachable: false
},
Expand All @@ -75,8 +75,8 @@ export const nodes = ref<Node[]>([
id: "7",
type: "decision",
data: {
a: "Variable",
b: "Steady state",
a: "Steady state",
b: "Variable",
state: null,
reachable: false
},
Expand All @@ -86,8 +86,8 @@ export const nodes = ref<Node[]>([
id: "8",
type: "decision",
data: {
a: "Design",
b: "Batch Simulation",
a: "Design / Batch",
b: "Single Simulation",
state: null,
reachable: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# General
github_account: exawind
github_repo: openturbine
github_account: kynema
github_repo: kynema
active_funding: true
development_status: new_features
programming_language: c++
Expand Down Expand Up @@ -44,7 +44,7 @@ supported_platforms:
installation_complexity: 4

# Documentation
documentation_url: https://exawind.github.io/openturbine/
documentation_url: https://kynema.github.io/kynema/
has_user_docs: false
has_developer_docs: true
has_api_docs: false
Expand Down
2 changes: 1 addition & 1 deletion software_attributes/database_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ active:
- floris
- hercules
- hopp
- kynema
- landbosse
- moorpy
- nalu-wind
- openfast
- openoa
- openturbine
- orbit
- owens
- pynumad
Expand Down