You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2018-06-15-FAQ.md
+12-25
Original file line number
Diff line number
Diff line change
@@ -30,53 +30,40 @@ Alright, you dove in and now you're stuck. You've come to a good starting point.
30
30
31
31
<br>
32
32
33
-
## How do I get started?
33
+
###How do I get started?
34
34
35
35
* Download SUAVE’s current release on our [download](/download/) page. Specific steps and further instructions for additional software requirements are also listed there.
36
-
* Get familiar with the code using our [guides](guides/). Be sure to start the [BOEING 737 Tutorial](/guides/boeing_737-800.html) for a basic introduction and the Regional Jet Optimization For the optimization tools
36
+
* Get familiar with the code using our [guides](guides/). Be sure to start the [Boeing 737 Tutorial](/guides/boeing_737-800.html) for a basic introduction and the Regional Jet Optimization for the optimization tools.
37
37
* Ask any remaining questions on the [forum](/forum)
38
38
39
-
## What version of Python should I use?
40
-
SUAVE has been proven to work on 32bit versions of Python 2.7.
39
+
###What version of Python should I use?
40
+
SUAVE is developed in Python 2.7.
41
41
42
-
## Can I use SUAVE for my own research?
42
+
###Can I use SUAVE for my own research?
43
43
Yes, you may! Please cite our papers:
44
44
45
45
-[T. Lukaczyk, A. Wendorff, E. Botero, T. MacDonald, T. Momose, A. Variyar, J. M. Vegh, M. Colonno, T. Economon, J. J. Alonso, T. Orra, C. Ilario, "SUAVE: An Open-Source Environment for Multi-Fidelity Conceptual Vehicle Design", 16th AIAA Multidisciplinary Analysis and Optimization Conference, Dallas, TX, June 2015.](http://adl.stanford.edu/papers/suave-open-source.pdf)
46
46
47
47
-[E. Botero, A. Wendorff, T. MacDonald, A. Variyar, J. M. Vegh, T. Lukaczyk, J. J. Alonso, T. Orra, C. Ilario da Silva. "SUAVE: An Open-Source Environment for Conceptual Vehicle Design and Optimization", 54th AIAA Aerospace Sciences Meeting, San Diego, CA, January 2016.](http://adl.stanford.edu/papers/suave-optimization.pdf)
48
48
49
-
## How can I contribute?
49
+
###How can I contribute?
50
50
We encourage SUAVE users to expand the environment according to their personal interests. The main areas to be developed are listed [here](/develop/#areas-of-development).
51
51
52
-
## How can I best get in touch with you?
52
+
###How can I best get in touch with you or ask for help?
53
53
The [forum](/forum) is our main point of contact for SUAVE discussions.
54
54
55
-
##I am having trouble with my SUAVE code. Where can I find help?
56
-
The [forum](/forum)is your best friend.
55
+
### Where can I see the recent additions to the SUAVE environment?
56
+
Go and check the develop branch on our [GitHub site](https://github.com/suavecode/SUAVE). This branch contains new features that are functional but not necessarily ready for release. Everything in this branch is added to the master branch at the next release. Several other feature branches can also be seen here. These are typically under active development. For any more information on what is available please ask on the [forum](/forum)
57
57
58
-
## Where can I see the recent additions to the SUAVE environment?
59
-
Go and check the develop branch on our [GitHub site](https://github.com/suavecode/SUAVE).
60
-
61
-
## Are there plans to make a Graphical User Interface?
58
+
### Are there plans to make a Graphical User Interface?
62
59
The core development team is currently not planning on developing a GUI, but you can help! Contact us via the [forum](/forum).
63
60
64
-
## How is a mission solved?
61
+
###How is a mission solved?
65
62
66
63
A mission is divided into segments, for example climb, cruise, etc… Then the segment is divided into discrete points that are cosine spaced in time. These make up Chebyshev collocation points. One of the beauties of this method is the integration and differentiation operator. So if you know the velocity at every point, then you can get accelerations and vice-versa.
67
64
68
65
The default value is 16 points in each segment for SUAVE. However, our internal numerical experiments have shown highly accurate results with ~0.1% error with only 4 control points and ~.0001% error with 8 as measured from a very highly refined answered.
69
66
70
67
For each control point there are various unknowns and residuals. An example of an unknown would be pitch angle, and a residual would be the forces in the Z direction. After performing an analysis using the unknowns the residuals are calculated. These unknowns and residuals are iterated through a hybrid solver (much like a Newton method) in SciPy to converge the residual to zero. Voila, with a little magic you have results!
71
68
72
-
## How can I be more SUAVE?
73
-
Try running SUAVE daily. Unpeer reviewed non-statistical unpublished research has shown time and again that SUAVE developers are amazing. That is because they work with SUAVE on a daily basis. This gives them power over aerospace that only super humans posses. In turn that power is manifested in confidence, smoothness, and elegance that every human will adore.
74
-
75
-
## What can SUAVE do for me?
76
-
SUAVE is designed to make cool airplanes. This will make you rich, famous, and more attractive.
77
-
78
-
## Will SUAVE change the World?
79
-
Certainly. Why is this even a question?
80
-
81
-
## Will SUAVE give me super powers?
82
-
Unfortunately SUAVE cannot give you super powers. However there is hope, SUAVE is the perfect starting point to perform conceptual design studies on your flying Iron Man suit (some code development required). The energy network in SUAVE is ideal for modeling the arc reactor and the power transfer to the propulsors. Although you will not gain super powers from SUAVE it might still make you a super hero, or maybe a super villain should you choose that route.
69
+
<!--- For more information see this [guide](). -->
0 commit comments