MOLA (Modular Orchestration Library for Aerodynamics) is an ONERA Python code that implements user-level workflows and tools for aerodynamic analysis.
Please use one of the latest stable versions of MOLA:
source /stck/mola/vX.Y.Z/src/mola/env/onera/env.sh <SOLVER>
The argument <SOLVER> 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
Refer to the documentation site.
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()For documentation, examples, major changes, please consult the documentation site