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

Add OAS to Readme list #143

Merged
merged 2 commits into from
Apr 4, 2023
Merged
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
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ Then go into the `docs` directory and run `make html`.
# Solvers compatible with mphys
Open-source codes with builders and components compatible with mphys:

| Code | Analysis Type | Notes |
|------------------------------------------------------------|--------------------------------|----------------------------------------------------------------------------------------------------|
|[ADflow](https://github.com/mdolab/adflow) | Aerodynamics | Structured multi-block and overset CFD. |
|[DAfoam](https://github.com/mdolab/dafoam) | Aerodynamics | Discrete Adjoint with OpenFOAM. |
|[MELD](https://github.com/smdogroup/funtofem) | Load and Displacement Transfer | Point cloud based transfer scheme. Part of the FUNtoFEM package. |
|[pyCycle](https://github.com/OpenMDAO/pyCycle) | Propulsion | Thermodynamic cycle modeling library for engines. |
|[pyGeo](https://github.com/mdolab/pygeo) | Geometric Parameterization | Wrapper for ESP, OpenVSP, and a free-form deformation parameterization. |
|[TACS](https://github.com/smdogroup/tacs) | Structures | Parallel Finite Element Analysis. |
| Code | Analysis Type | Notes |
|------------------------------------------------------------|--------------------------------|-------------------------------------------------------------------------|
| [ADflow](https://github.com/mdolab/adflow) | Aerodynamics | Structured multi-block and overset CFD. |
| [DAfoam](https://github.com/mdolab/dafoam) | Aerodynamics | Discrete Adjoint with OpenFOAM. |
| [OpenAeroStruct](https://github.com/mdolab/openaerostruct) | Aerodynamics | Vortex lattice aerodynamics written using OpenMDAO. |
| [MELD](https://github.com/smdogroup/funtofem) | Load and Displacement Transfer | Point cloud based transfer scheme. Part of the FUNtoFEM package. |
| [pyCycle](https://github.com/OpenMDAO/pyCycle) | Propulsion | Thermodynamic cycle modeling library for engines. |
| [pyGeo](https://github.com/mdolab/pygeo) | Geometric Parameterization | Wrapper for ESP, OpenVSP, and a free-form deformation parameterization. |
| [TACS](https://github.com/smdogroup/tacs) | Structures | Parallel Finite Element Analysis. |

# Examples
As noted their README.md files, some of the examples use codes that are not widely available;
Expand Down Expand Up @@ -66,6 +67,7 @@ tacs
funtofem
testflo
paramerized
openaerostruct
```
and these input files. They can be obtained by running `get-input-files.sh`
```
Expand Down