Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
AeroAcoustics: reorganizing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ebranlard committed Nov 14, 2023
1 parent 4895691 commit f1c3bbd
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 539 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


test:
python -m unittest discover
2 changes: 2 additions & 0 deletions openfast_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"""Initializes the package"""
print('>>>>')
1 change: 1 addition & 0 deletions pyFAST/aeroacoustics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .aa_tools import *
Empty file.
3 changes: 3 additions & 0 deletions pyFAST/aeroacoustics/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Examples provided in this directory need to be adapted to specific use cases.

Examples starting with an underscore `(_*.py)` are currently not expected to be "runable" out of the box.
86 changes: 0 additions & 86 deletions pyFAST/aeroacoustics/plot_directivity.py

This file was deleted.

112 changes: 0 additions & 112 deletions pyFAST/aeroacoustics/plot_mechanisms.py

This file was deleted.

92 changes: 0 additions & 92 deletions pyFAST/aeroacoustics/plot_rotor_map.py

This file was deleted.

87 changes: 0 additions & 87 deletions pyFAST/aeroacoustics/plot_spectra.py

This file was deleted.

Loading

0 comments on commit f1c3bbd

Please sign in to comment.