OFF, Open source Finite volumes Fluid dynamics code

Find us on…

GitHub Download the Source

OFF

OFF Join the chat at https://gitter.im/szaghi/OFF

Status Build Status Coverage Status

OFF, Open source Finite volumes Fluid dynamics code

OFF is a CFD code designed to be accurate, efficient and modular for solving, numerically, the Navier-Stokes equations of fluid dynamics by means of Finite Volume technique. It is written in standard (compliant) Fortran 2008 by means of OOP paradigm. OFF can be executed on parallel CPU-based architecture (shared memory multi-cores workstation, distributed memory cluster and hybrid distributed memory cluster based on shared memory nodes).

A pure Fortran CFD solver for general purpose fluid dynamics problems

  • OFF is a pure Fortran program;
  • OFF is Fortran 2008+ standard compliant;
  • OFF is OOP designed.

Citing

Please kindly cite OFF in your publications if it helps your research:

@article{zaghi-2014,
  author  = {S. Zaghi},
  title   = {{OFF, Open source Finite volume Fluid dynamics code: A free, high-order solver based on parallel, modular, object-oriented Fortran API}},
  journal = {Computer Physics Communications},
  volume  = {185},
  number  = {7},
  pages   = {2151--2194},
  year    = {2014},
  issn    = {0010-4655},
  doi     = {http://dx.doi.org/10.1016/j.cpc.2014.04.005},
  url     = {http://www.sciencedirect.com/science/article/pii/S0010465514001283},
}

Compiler Support

Compiler Compiler Compiler Compiler Compiler Compiler


| What is OFF? | Install | Copyrights | Documentation |


What is OFF?

To be written.

Go to Top or TOC

Install

A detailed set of procedures to install OFF is available into the official WiKi page.

Before start the install procedure, please read the requirements and ChangeLog pages.

Go to Top or TOC

Copyrights

OFF is an open source project, it is distributed under the GPL v3. Anyone is interest to use, to develop or to contribute to OFF is welcome. Take a look at the contributing guidelines for starting to contribute to the project.

Authors and contributors

Auhors

Contributors

Go to Top or TOC


Documentation

Comprehensive API documentation in HTML format is shipped alonside the code in the doc/html sub-directory here.

The official WiKi is the other source of documentation.

Main features

To be written.

Go to Top or TOC

Developer Info

Giacomo Rossi Stefano Zaghi