Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 451 Bytes

Introduction

FUME means Fluid Universal Modeling Environment, which aims to provide a convenient programming library for computational fluid dynamics.

It will contain the following parts:

  • Mesh management, including mesh specs, grid indexing, grid stagger, etc.
  • Mesh decompose for parallel computing
  • Time management

It is written in Fortran for targetting high performance computing, and fast compilation speed (C++ is too slow)!