title | keywords | sidebar | permalink | summary |
---|---|---|---|---|
DAFoam: Discrete Adjoint with OpenFOAM for High-fidelity Multidisciplinary Design Optimization |
sample homepage |
mydoc_sidebar |
index.html |
[Latest Announcements](news.html):
{% for post in site.posts limit:3 %}
{{ post.date | date: "%m/%d/%Y" }}. {{ post.title }}. Details.
{% endfor %}
DAFoam develops an efficient discrete adjoint method to perform high-fidelity multidisciplinary design optimization. DAFoam has the following features:
- It uses a popular open-source package OpenFOAM for multiphysics analysis.
- It implements a Jacobian-free discrete adjoint approach with competitive speed, scalability, and accuracy.
- It has a convenient Python interface to couple with OpenMDAO for multidisciplinary design optimization.
DAFoam is distributed using the GPL-v3 license, and its source code is available from Github
Download the DAFoam image and follow the rest of steps in Get started to run your first DAFoam optimization!
<!-- Items -->
<div class="carousel-inner" markdown="0">
<div class="item active">
<img src="{{ site.url }}{{ site.baseurl }}/images/slider7001400/DPW6Flow.png" alt="Slide 1" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/slider7001400/propeller_wakes.png" alt="Slide 2" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/slider7001400/Rotor67AeroStructCover.png" alt="Slide 3" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/slider7001400/UBendAeroThermal.png" alt="Slide 4" />
</div>
<div class="item">
<img src="{{ site.url }}{{ site.baseurl }}/images/slider7001400/JBC_front_page.png" alt="Slide 5" />
</div>
</div>
{% include links.html %}