Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
west
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WindEnergyAtOST
west
Commits
a94d1263
Commit
a94d1263
authored
3 years ago
by
Alain Schubiger
Browse files
Options
Downloads
Patches
Plain Diff
added tree and some more info
parent
45b71a02
Branches
master
Tags
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+46
-4
46 additions, 4 deletions
README.md
with
46 additions
and
4 deletions
README.md
+
46
−
4
View file @
a94d1263
# python-template
# WEST Wind Energy Simulation Toolbox
```
├── LICENSE
├── README.md
├── config.yaml (configuration file containing all simulation and site definitions)
├── config_template.yaml
├── data (directory for input data e.g. measurements etc.)
├── main.py (main function to generate simulations)
├── monitor_runs.py (to monitor fluent runs on the hpc)
├── post-aep.py (to calculate AEP)
├── post-contourplots.py (to generate contour plots of velocity surface, e.g. wind speed at 100 m agl)
├── post-fluent.py (to scale simulation data. Needs pre-measurements.py ewxecution before)
├── pre-measurements.py (to clean and filter (per sector) measurements data )
├── pre-siteplots.py (to generate site specific plots, e.g. terrain, roughness)
├── requirements.txt
├── requirements_dev.txt
├── scripts
│ └── s_windrose.py (script to generate wind rose figures from time series data)
├── setup.py
├── submit_to_hpc.py (to submit simulations to local HPC infrastructure)
├── tests
│ ├── test_raise.py
│ └── test_sample.py
└── west
├── aep.py (contains all aep related definitions)
├── fluent.py (contains all fluent related definitions)
├── pointwisemesh.py (contains all pointwise related definitions)
├── post.py (contains all post-processing related definitions)
├── pre.py (contains all pre-processing related definitions)
├── residuals.py
└── utils.py (contains various utility definitions)
```
To use this tool just clone the repository and install requirements.
# Quickstart
**To use this tool just clone the repository and install requirements.**
# quickstart
1.
prepare input
2.
edit config.yaml
3.
run main.py
...
...
@@ -57,5 +89,15 @@ timestamp;v.avg.101;v.avg.100;v.avg.75;v.avg.50;v.avg.25;v.avg.10;v.std.101;v.st
# FAQ / Troubleshoot
-
error at import data:
-
check data format
-
check CRS of data
-
check domain definition (center, corners)
-
main.py stops at meshing, error:
check if Pointwise is installed and in PATH
\ No newline at end of file
check if Pointwise is installed and in PATH
-
fluent crashes on 1 node:
-
probably not enough RAM: increase number of nodes per simulation
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment