-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
51 lines (38 loc) · 2.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Warning: This is a really, REALLY old bit of code I wrote as a student at Marlboro College, for
UMass Amherst's former Wind Energy Center. Since Google Code has shut down, I am hosting it here
for posterity. The interesting bits are the algorithm implementations.
The Wind Energy Toolkit
------------------------
1 Introduction
------------------------
The Wind Energy Toolkit is a compilation of software tools aimed towards students. It
performs functions that relate to preliminary wind turbine design and analysis. It features
six core libraries that cover topics in wind data analysis, data synthesis, aerodynamics,
vibrations, electrodynamics and system performance. The code is designed to be used in
conjunction with a course using the text Wind Energy Explained by James Manwell, et.
al. This software is a Python port and hopefully advancement of the original Wind Energy
Engineering Toolkit that was written in Visual Basic. This document describes how to use
the functions that the software can currently perform. More information can be found at
http://umass.edu/windenergy in the research tools section.
The code can be obtained at http://code.google.com/p/windenergytk.
For comments or questions, please feel free to email me: [email protected].
2 Installation
------------------------
The toolkit may be installed as a Python module using the easy install utilities. At the
moment the dependencies have to be obtained from their respective website or the Python
Package Index.
Dependencies for the Core Libraries:
1. Numpy = 1.3
2. Scipy = 0.7.0
3. Scikits.timeseries
Dependencies for the graphic interface:
1. Matplotlib = .98
2. wxPython = 2.8
3. wxmpl
Once the dependencies are sucessfully installed, download and untar the toolkit source.
# tar -xzf windenergy-0.10.54.tgz
Then use the python install script from within the untarred directory and the toolkit
should be added to your path. Depending on your system you may need root privileges.
# cd windenergytk/
# python setup.py install
3 For more help please see ../docs/user_manual.pdf