Skip to content

Commit 2ded774

Browse files
committed
updated documentation and setup script. added license
1 parent 4c9c728 commit 2ded774

Some content is hidden

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

50 files changed

+915
-88
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CCBlade Changelog
22

3+
## 1.0 (Sep 26, 2013)
4+
5+
Andrew Ning <[email protected]>
6+
7+
[NEW]:
8+
9+
- analytic gradients!
10+
- presweep is added, but only from a blade element perspective---there are no sweep corrections.
11+
- added unit tests for gradients as compared to finite differencing
12+
13+
[CHANGE]:
14+
15+
- redefined the way precurvature is specified so that it was not implicitly coupled with rotor hub precone
16+
- no longer add the 0.0 loads at root and tip
17+
- simplified some of the outputs
18+
- removed direct dependence on coordinate system methods so that it could more easily stand-alone
19+
320

421
## 0.3.0 (July 24, 2013)
522

LICENSE.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2012 NREL
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include README.md
2+
include CHANGELOG.md
3+
include LICENSE.txt
4+
graft docs/_build/html
5+
graft test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CCBlade
22

3-
A blade element momentum method for analyzing wind turbine aerodynamic performance that is robust (guaranteed convergence), fast (superlinear convergence rate), and smooth (continuously differentiable). Analytic gradients are also (optionally) provided for the distributed loads, thrust, torque, and power with respect to most any design variable of interest.
3+
A blade element momentum method for analyzing wind turbine aerodynamic performance that is robust (guaranteed convergence), fast (superlinear convergence rate), and smooth (continuously differentiable). Analytic gradients are also (optionally) provided for the distributed loads, thrust, torque, and power with respect to design variables of interest.
44

55
Author: S. Andrew Ning
66

docs/UserGuide.pdf

-5.46 MB
Binary file not shown.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
codeName = u'CCBlade'
2323
authorName = u'S. Andrew Ning'
2424
copyright = u'2013, NREL'
25-
version = '0.3'
26-
release = '0.3.0'
25+
version = '1.0'
26+
release = '1.0.0'
2727

2828
# -- General configuration -----------------------------------------------------
2929

docs/cover.docx

-950 KB
Binary file not shown.

docs/cover.pdf

-1.12 MB
Binary file not shown.

docs/csystem.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)