Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added reference to paper for OAS integration work #33

Merged
merged 4 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions examples/B738_VLM_drag.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
"""
This work was the basis of the following paper.
Please cite it if you use this for your own publication!

@InProceedings{Adler2022a,
author = {Eytan J. Adler and Joaquim R. R. A. Martins},
title = {Aerostructural wing design optimization considering full mission analysis},
booktitle = {AIAA SciTech Forum},
doi = {10.2514/6.2022-0382},
month = {January},
year = {2022}
}

Eytan Adler (Jan 2022)
"""

from __future__ import division
import sys
import os
Expand Down
16 changes: 16 additions & 0 deletions examples/B738_aerostructural.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
"""
This work was the basis of the following paper.
Please cite it if you use this for your own publication!

@InProceedings{Adler2022a,
author = {Eytan J. Adler and Joaquim R. R. A. Martins},
title = {Aerostructural wing design optimization considering full mission analysis},
booktitle = {AIAA SciTech Forum},
doi = {10.2514/6.2022-0382},
month = {January},
year = {2022}
}

Eytan Adler (Jan 2022)
"""

from __future__ import division
import sys
import os
Expand Down
19 changes: 17 additions & 2 deletions openconcept/analysis/openaerostruct/aerostructural.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
"""
This work was the basis of the following paper.
Please cite it if you use this for your own publication!

@InProceedings{Adler2022a,
author = {Eytan J. Adler and Joaquim R. R. A. Martins},
title = {Aerostructural wing design optimization considering full mission analysis},
booktitle = {AIAA SciTech Forum},
doi = {10.2514/6.2022-0382},
month = {January},
year = {2022}
}

Eytan Adler (Jan 2022)
"""

from __future__ import division

import numpy as np
Expand All @@ -8,10 +24,9 @@
import warnings

# Progress bar
progress_bar = True
try:
import tqdm

progress_bar = True
except ImportError:
print('Progress bar for training data can be enabled by installing the tqdm Python package with "pip install tqdm"')
progress_bar = False
Expand Down
24 changes: 18 additions & 6 deletions openconcept/analysis/openaerostruct/drag_polar.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
"""
This work was the basis of the following paper.
Please cite it if you use this for your own publication!

@InProceedings{Adler2022a,
author = {Eytan J. Adler and Joaquim R. R. A. Martins},
title = {Aerostructural wing design optimization considering full mission analysis},
booktitle = {AIAA SciTech Forum},
doi = {10.2514/6.2022-0382},
month = {January},
year = {2022}
}

Eytan Adler (Jan 2022)
"""

from __future__ import division

import numpy as np
Expand All @@ -7,10 +23,9 @@
import multiprocessing.pool as mp

# Progress bar
progress_bar = True
try:
import tqdm

progress_bar = True
except ImportError:
print('Progress bar for training data can be enabled by installing the tqdm Python package with "pip install tqdm"')
progress_bar = False
Expand Down Expand Up @@ -534,12 +549,9 @@ def compute_aerodynamic_data(point):

p.run_model()

output = {}
output["CL"] = p.get_val("fltcond|CL")
output["CD"] = p.get_val("fltcond|CD")
output = {"CL": p.get_val("fltcond|CL"), "CD": p.get_val("fltcond|CD"), "partials": {}}

# Compute derivatives
output["partials"] = {}
of = ["fltcond|CL", "fltcond|CD"]
of_out = ["CL_train", "CD_train"]
wrt = [
Expand Down
45 changes: 28 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenConcept - A Conceptual Design toolkit with efficient gradients implemented in the OpenMDAO framework
# OpenConcept - A conceptual design toolkit with efficient gradients implemented in the OpenMDAO framework

### Author: Benjamin J. Brelje
### Author: Benjamin J. Brelje and Eytan J. Adler

[![Build Status](https://github.com/mdolab/openconcept/workflows/Build/badge.svg?branch=master)](https://github.com/mdolab/openconcept/actions?query=branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/mdolab/openconcept/badge.svg)](https://coveralls.io/github/mdolab/openconcept)
Expand All @@ -21,8 +21,8 @@ Automatically-generated documentation is available at (https://openconcept.readt
## Getting Started

1. Clone the repo to disk
2. Navigate to the root openconcept folder
3. Run `python setup.py install` to install the package
2. Navigate to the root `openconcept` folder
3. Run `pip install -e .` to install the package (the `-e` can be omitted if not editing the source)
4. Navigate to the `examples` folder
5. Run `python TBM850.py` to test OpenConcept on a single-engine turboprop aircraft (the TBM 850)
6. Look at the `examples/aircraft data/TBM850.py` folder to play with the assumptions / config / geometry and see the effects on the output result
Expand All @@ -31,27 +31,38 @@ Automatically-generated documentation is available at (https://openconcept.readt

### Requirements

This toolkit requires the use of OpenMDAO 3.0.0 or later (2.8+ will work with minor arg changes) and will evolve rapidly as general utilities are moved from OpenConcept into the main OpenMDAO repository. OpenMDAO requires a late numpy and scipy.
This toolkit requires the use of [OpenMDAO](https://openmdao.org/) 3.10.0 or later. OpenMDAO requires a late NumPy and SciPy.

## Citation

Please cite this software by reference to the conference paper:
Please cite this software by reference to the [conference paper](https://www.researchgate.net/publication/326263660_Development_of_a_Conceptual_Design_Model_for_Aircraft_Electric_Propulsion_with_Efficient_Gradients):

### Plaintext
Benjamin J. Brelje and Joaquim R.R.A. Martins, "Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients", 2018 AIAA/IEEE Electric Aircraft Technologies Symposium, AIAA Propulsion and Energy Forum, (AIAA 2018-4979) DOI: 10.2514/6.2018-4979

Benjamin J. Brelje and Joaquim R.R.A. Martins. "Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients", 2018 AIAA/IEEE Electric Aircraft Technologies Symposium, AIAA Propulsion and Energy Forum, (AIAA 2018-4979) DOI: TBD
```
@inproceedings{Brelje2018a,
address = {{C}incinnati,~{OH}},
author = {Benjamin J. Brelje and Joaquim R. R. A. Martins},
booktitle = {Proceedings of the AIAA/IEEE Electric Aircraft Technologies Symposium},
doi = {10.2514/6.2018-4979},
month = {July},
title = {Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients},
year = {2018}
}
```

If using the integrated OpenAeroStruct VLM or aerostructural aerodynamic models, please cite the following [conference paper](https://www.researchgate.net/publication/357559489_Aerostructural_wing_design_optimization_considering_full_mission_analysis):

### Bibtex
Eytan J. Adler and Joaquim R.R.A. Martins, "Aerostructural wing design optimization considering full mission analysis", 2022 AIAA SciTech Forum, San Diego, CA, January 2022. DOI: 10.2514/6.2022-0382

```
@inproceedings{Brelje2018,
Address = {{C}incinnati,~{OH}},
Author = {Benjamin J. Brelje and Joaquim R. R. A. Martins},
Booktitle = {2018 AIAA/IEEE Electric Aircraft Technologies Symposium},
Month = jul,
Title = {Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients},
Year = 2018,
Number = {AIAA-2018-4979},
@inproceedings{Adler2022a,
author = {Eytan J. Adler and Joaquim R. R. A. Martins},
title = {Aerostructural wing design optimization considering full mission analysis},
booktitle = {AIAA SciTech Forum},
doi = {10.2514/6.2022-0382},
month = {January},
year = {2022}
}
```

Expand Down