diff --git a/docs/portfolio_analysis/attribute_table.md b/docs/portfolio_analysis/attribute_table.md
index 5f406ad..122403f 100644
--- a/docs/portfolio_analysis/attribute_table.md
+++ b/docs/portfolio_analysis/attribute_table.md
@@ -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",
diff --git a/docs/portfolio_analysis/mind_maps.md b/docs/portfolio_analysis/mind_maps.md
index 494ad89..d9e43b8 100644
--- a/docs/portfolio_analysis/mind_maps.md
+++ b/docs/portfolio_analysis/mind_maps.md
@@ -48,7 +48,7 @@ mindmap
hfm(High Fidelity Models)
AMR Wind
Nalu Wind
- OpenTurbine
+ kynema
ERF
pyNuMAD
do(" ")
@@ -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).
````
diff --git a/docs/portfolio_analysis/overview.md b/docs/portfolio_analysis/overview.md
index 2a75443..1718b96 100644
--- a/docs/portfolio_analysis/overview.md
+++ b/docs/portfolio_analysis/overview.md
@@ -22,7 +22,7 @@ mindmap
hfm(High Fidelity Models)
ExaWind
ERF
- OpenTurbine
+ kynema
pyNuMAD
do(Design & Optimization)
diff --git a/docs/portfolio_analysis/software_list.md b/docs/portfolio_analysis/software_list.md
index 67038d3..b37dc2a 100644
--- a/docs/portfolio_analysis/software_list.md
+++ b/docs/portfolio_analysis/software_list.md
@@ -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)
@@ -51,7 +51,7 @@ Select one or a combination of categories to down-select projects.
ExaWind
AMR-Wind
NALU-Wind
- OpenTurbine
+ kynema
ERF
pyNuMAD
WEIS
diff --git a/entry_guide/src/data/data.ts b/entry_guide/src/data/data.ts
index 3eeaf87..235103e 100644
--- a/entry_guide/src/data/data.ts
+++ b/entry_guide/src/data/data.ts
@@ -121,7 +121,7 @@ export const nodes = ref([
{
id: "12",
data: {
- label: "pyDatView / Sora WEIS (MF)",
+ label: "pyDatView / WEIS (MF)",
reachable: false
},
position: { x: 0, y: 0},
diff --git a/entry_guide/src/data/performance.ts b/entry_guide/src/data/performance.ts
index da3d1df..0a4d31d 100644
--- a/entry_guide/src/data/performance.ts
+++ b/entry_guide/src/data/performance.ts
@@ -31,8 +31,8 @@ export const nodes = ref([
id: "3",
type: "decision",
data: {
- a: "Power",
- b: "Power + Loads",
+ a: "Power + Loads",
+ b: "Power",
state: null,
reachable: false
},
@@ -64,8 +64,8 @@ export const nodes = ref([
id: "6",
type: "decision",
data: {
- a: "Resolve geometry",
- b: "Actuator methods",
+ a: "Actuator methods",
+ b: "Resolve geometry",
state: null,
reachable: false
},
@@ -75,8 +75,8 @@ export const nodes = ref([
id: "7",
type: "decision",
data: {
- a: "Variable",
- b: "Steady state",
+ a: "Steady state",
+ b: "Variable",
state: null,
reachable: false
},
@@ -86,8 +86,8 @@ export const nodes = ref([
id: "8",
type: "decision",
data: {
- a: "Design",
- b: "Batch Simulation",
+ a: "Design / Batch",
+ b: "Single Simulation",
state: null,
reachable: false
},
diff --git a/software_attributes/database/openturbine.yaml b/software_attributes/database/kynema.yaml
similarity index 93%
rename from software_attributes/database/openturbine.yaml
rename to software_attributes/database/kynema.yaml
index d9cfbd9..adb6bcc 100644
--- a/software_attributes/database/openturbine.yaml
+++ b/software_attributes/database/kynema.yaml
@@ -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++
@@ -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
diff --git a/software_attributes/database_list.yaml b/software_attributes/database_list.yaml
index 929481f..aca4e74 100644
--- a/software_attributes/database_list.yaml
+++ b/software_attributes/database_list.yaml
@@ -8,12 +8,12 @@ active:
- floris
- hercules
- hopp
+- kynema
- landbosse
- moorpy
- nalu-wind
- openfast
- openoa
-- openturbine
- orbit
- owens
- pynumad