Skip to content

Commit

Permalink
Adding a README template.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed May 20, 2017
1 parent f9f2338 commit ad1b14c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions gpkitmodels/SP/SimPleAC/README.md
@@ -0,0 +1,30 @@
Introduction
-------------------------

In this example, we modify the simple wing model proposed by Prof. Warren Hoburg in his thesis to create a simple aircraft model compatible with signomial programming (SP).

```python

from gpkit import Variable, Model, SignomialsEnabled, VarKey, units
import numpy as np


class SimPleAC():

```


Simple Aircraft Models
--------------------------

Equations:


\begin{equation}
\tag{1}
C_{D_{fuse}} = \frac{CDA_0}{S}
\label{e:cdfuse}
\end{equation}



0 comments on commit ad1b14c

Please sign in to comment.