Skip to content
/ MOLA Public

MOLA (Modular Orchestration Library for Aerodynamics) implements user-level workflows and tools for aerodynamic analysis.

License

Notifications You must be signed in to change notification settings

onera/MOLA

Repository files navigation

MOLA

MOLA (Modular Orchestration Library for Aerodynamics) is an ONERA Python code that implements user-level workflows and tools for aerodynamic analysis.

Python 3 License-LGPL3

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 <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

Installation

Refer to the documentation site.

Usage

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

Contributing

See CONTRIBUTING

License

See LICENSE

About

MOLA (Modular Orchestration Library for Aerodynamics) implements user-level workflows and tools for aerodynamic analysis.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •