Skip to content

Commit 943b17e

Browse files
committed
Merge branch 'develop' into new_pcrunch
2 parents c4bb792 + 50e9e09 commit 943b17e

File tree

58 files changed

+3612
-844
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3612
-844
lines changed

.github/workflows/CI_WEIS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Add dependencies ubuntu specific
4444
if: false == contains( matrix.os, 'windows')
4545
run: |
46-
conda install -y petsc4py mpi4py openmpi pyoptsparse
46+
conda install -y petsc4py=3.22.2 mpi4py pyoptsparse
4747
4848
- name: Add test packages
4949
run: |
@@ -107,7 +107,7 @@ jobs:
107107
env:
108108
RUN_EXHAUSTIVE: 1
109109
run: |
110-
pytest -p no:warnings --disable-warnings weis
110+
pytest -p no:warnings -s --disable-warnings weis
111111
112112
# Run parallel script calling OpenFAST
113113
- name: Run parallel cases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The installation instructions below use the environment name, "weis-env," but an
5757

5858
2. Add in final packages and install the software
5959

60-
conda install -y petsc4py mpi4py pyoptsparse # (Mac / Linux only, sometimes Windows users may need to install mpi4py)
60+
conda install -y petsc4py=3.22.2 mpi4py pyoptsparse # (Mac / Linux only, sometimes Windows users may need to install mpi4py)
6161
pip install -e .
6262

6363
3. Instructions specific for DOE HPC system Eagle. Before executing the setup script, do:

docs/how_weis_viz_works.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Note that you can use the modeling and analysis options generated within the out
119119
(.weis-env) $ python mainApp.py --input [path_to_viz_input] --host [host_number] --port [port_number]
120120
121121
Now, you are able to see the hosting url with defined port number where your app server is running. Open a web browser, preferably Safari or Chrome, and enter the hosting url to start.
122-
122+
If you are having issues seeing the host and port returned, try ``unset HOST``.
123123

124124

125125
Results

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies:
2222
- pip:
2323
- dash-bootstrap-components
2424
- dash-mantine-components
25+
- dash-vtk
26+
- pyvista
2527
- dearpygui
2628
- openfast_io
2729
- marmot-agents

examples/01_aeroelasticse/run_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# User settings
2929
n_cores = 1 # Number of available cores
30-
TMax = 200. # Length of wind grids and OpenFAST simulations, suggested 720 s
30+
TMax = 1. # Length of wind grids and OpenFAST simulations, suggested 720 s
3131
cut_in = 3. # Cut in wind speed
3232
cut_out = 25. # Cut out wind speed
3333
wind_speeds = np.arange(cut_in, cut_out+1, 4) #np.linspace(cut_in, cut_out, int(n_ws)) # Wind speeds to run OpenFAST at

examples/02_run_openfast_cases/modeling_options.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ DLC_driver:
4343
- DLC: "1.1"
4444
wind_speed: [16]
4545
n_seeds: 1
46-
analysis_time: 10.
47-
transient_time: 0.1
46+
analysis_time: 1.
47+
transient_time: 0.
4848
turbulent_wind:
4949
HubHt: 142
5050
RefHt: 142
5151
GridHeight: 275
5252
GridWidth: 275
5353
- DLC: "6.1"
54-
analysis_time: 10.
55-
transient_time: 0.1
54+
analysis_time: 1.
55+
transient_time: 0.
5656
wind_speed: [46.789]
5757
turbulent_wind:
5858
HubHt: 142

examples/02_run_openfast_cases/modeling_options_loads.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ DLC_driver:
7272
wind_speed: [12]
7373
n_seeds: 1
7474
n_azimuth: 1
75-
analysis_time: 10.
76-
shutdown_time: 5.
75+
analysis_time: 1.
76+
shutdown_time: 0.5
7777
transient_time: 0.0
7878
user_group:
7979
final_blade_pitch12: [70,80,90]

examples/02_run_openfast_cases/modeling_options_sm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ DLC_driver:
6161
wind_speed: [16]
6262
n_seeds: 1
6363
analysis_time: 1.0
64-
transient_time: 1.0
64+
transient_time: 0.0

examples/03_NREL5MW_OC3_spar/modeling_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ DLC_driver:
8585
wave_height: [7.]
8686
wave_period: [1.]
8787
n_seeds: 1
88-
analysis_time: 10.
88+
analysis_time: 1.
8989
transient_time: 0.
9090
turbulent_wind:
9191
HubHt: 90.0

examples/03_NREL5MW_OC3_spar/modeling_options_freq.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ DLC_driver:
3636
wave_height: [7., 8.]
3737
wave_period: [1., 2.]
3838
n_seeds: 1
39-
analysis_time: 5.
40-
transient_time: 5.
39+
analysis_time: 1.
40+
transient_time: 0.
4141
turbulent_wind:
4242
HubHt: 90.0
4343
GridHeight: 178.0

0 commit comments

Comments
 (0)