https://github.com/onera/mola
MOLA (Modular Orchestration Library for Aerodynamics) implements user-level workflows and tools for aerodynamic analysis.
https://github.com/onera/mola
aerodynamics cfd mesh
Last synced: 22 days ago
JSON representation
MOLA (Modular Orchestration Library for Aerodynamics) implements user-level workflows and tools for aerodynamic analysis.
- Host: GitHub
- URL: https://github.com/onera/mola
- Owner: onera
- License: lgpl-3.0
- Created: 2023-12-18T09:53:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T09:22:32.000Z (6 months ago)
- Last Synced: 2025-12-27T00:57:27.474Z (6 months ago)
- Topics: aerodynamics, cfd, mesh
- Language: Python
- Homepage:
- Size: 14.7 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# MOLA
MOLA (Modular Orchestration Library for Aerodynamics) is an ONERA Python code that implements user-level workflows and tools for aerodynamic analysis.
[](https://www.python.org/)

## Source MOLA for ONERA users
Please use one of the latest **stable versions** of MOLA:
`source /stck/mola/vX.Y.Z/src/mola/env/onera/env.sh `
The argument `` is the name (lowercase) of the solver you want to use.
For instance, to use MOLA for elsA, use the command:
`source /stck/mola/vX.Y.Z/src/mola/env/onera/env.sh elsa`
## Installation
Refer to the [documentation site](https://numerics.gitlab-pages.onera.net/mola/latest/developer_manual/deployment.html).
## Usage
```python
from mola.workflow import Workflow # choose a suitable Workflow for your application
workflow = Workflow(...) # user parameters don't change with the solver
workflow.prepare()
workflow.write_cfd_files()
workflow.submit()
```
## Documentation
For documentation, examples, major changes, please consult the [documentation site](http://numerics.gitlab-pages.onera.net/mola/)
## Contributing
See 
## License
See 