Skip to content
Open
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
43 changes: 0 additions & 43 deletions .github/workflows/static.yml

This file was deleted.

88 changes: 62 additions & 26 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,31 +1,67 @@
### MacOS ###
.DS_Store

# Default ignored files ###
/shelf/
/workspace.xml

### Python ###
# Byte-compiled / optimized / DLL files
# Python
__pycache__/
*.py[cod]
*$py.class

### C extensions ###
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/

# Virtual environments
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Simulation outputs and temporary files
simulation_output*.txt
temp_output.txt
**/simulation_output*.txt
**/temp_output.txt

# Generated figures
Figures/

# Development notes
DEV_NOTES/

# Run outputs
runs/*/
!runs/Processing/
OFF/03_Code/runs/

# Figures
Figures/

# OS
.DS_Store
Thumbs.db
Desktop.ini

### Docs ###
*.doctree
*.pickle

### onwards files ###
.runid
off_run_*
*.m
*.asv
wind_farm_3d_layout.svg
*.obj
*.db

### directories ###
.vscode/
# Documentation builds
OFF/01_Docs/build/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/OFF.iml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/dictionaries/MarcusWork.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 0 additions & 4 deletions 01_Docs/build/html/.buildinfo

This file was deleted.

Binary file removed 01_Docs/build/html/_images/9T_ueff_2x2.png
Binary file not shown.
20 changes: 0 additions & 20 deletions 01_Docs/build/html/_images/OFF_Logo_light.svg

This file was deleted.

Binary file removed 01_Docs/build/html/_images/OFF_Logo_wide.png
Binary file not shown.
Binary file removed 01_Docs/build/html/_images/Results_T1_T2.png
Binary file not shown.
Binary file removed 01_Docs/build/html/_images/Results_power_9T.png
Binary file not shown.
Binary file not shown.
52 changes: 0 additions & 52 deletions 01_Docs/build/html/_sources/index.rst.txt

This file was deleted.

10 changes: 0 additions & 10 deletions 01_Docs/build/html/_sources/off.ambient.rst.txt

This file was deleted.

9 changes: 0 additions & 9 deletions 01_Docs/build/html/_sources/off.observation_points.rst.txt

This file was deleted.

9 changes: 0 additions & 9 deletions 01_Docs/build/html/_sources/off.off.rst.txt

This file was deleted.

9 changes: 0 additions & 9 deletions 01_Docs/build/html/_sources/off.states.rst.txt

This file was deleted.

9 changes: 0 additions & 9 deletions 01_Docs/build/html/_sources/off.turbine.rst.txt

This file was deleted.

9 changes: 0 additions & 9 deletions 01_Docs/build/html/_sources/off.utils.rst.txt

This file was deleted.

9 changes: 0 additions & 9 deletions 01_Docs/build/html/_sources/off.windfarm.rst.txt

This file was deleted.

Loading