zhb0318 / Oasis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oasis

Build Status github-CI

Channel flow

Turbulent channel flow

Description

Oasis is a high-level/high-performance Open Source Navier-Stokes solver written in Python. The solver has been found to scale well weakly up to 256 CPUs on the Abel supercomputer at the University of Oslo. The scaling test was using the P2P1 version of the NSfracStep solver with IPCS_ABCN.

Weak scaling

Weak scaling on the Abel supercomputer. Timings are sampled every 10'th time step. The figure shows both the best result (over 10 time steps), the worst, and the standard deviation of the timings.

Authors

Oasis is developed by

  • Mikael Mortensen
  • Kristian Valen-Sendstad
  • Joakim Bø

Licence

Oasis is licensed under the GNU GPL, version 3 or (at your option) any later version.

Oasis is Copyright (2013-2021) by the authors.

Documentation

See wiki or User Manual

If you wish to use Oasis for journal publications, please cite the following paper.

Oasis is specifically designed with complex biomedical flows in mind. One example using Oasis for cerebrospinal fluid flow is featured here.

The implementation and verification of an LES model is featured here

Installation

Oasis requires a compatible installation of FEniCS, see the releases. Oasis is installed with regular distutils

  • python setup.py install --prefix='Path to where you want Oasis installed. Must be on PYTHONPATH'

Contact

The latest version of this software can be obtained from

https://github.com/mikaem/oasis

Please report bugs and other issues through the issue tracker at:

https://github.com/mikaem/oasis/issues

About


Languages

Language:Python 98.7%Language:GLSL 1.2%Language:Shell 0.1%