Git Product home page Git Product logo

fen's Introduction

FEN

FEN = Fortran Environment for Numerics. It is a Fortran environment for performing numerical simulations. It is developed for teaching and research activites but with a focus on HPC performances.

Overview

  • Finite difference solver for the incompressible Navier-Stokes equations
  • Fast Direct Solver for the solution of the Poisson equation
  • Volume of Fluid solver (MTHINC) for multiphase simulations
  • Direct forcing Immersed Boundary Method for simulation of flow around solid objects.
  • Computaional parallelism by MPI

Citing

Please kindly cite this publication if the solver helps for yout research

@article{de2021fully,
  title={A fully Eulerian solver for the simulation of multiphase flows with solid bodies: Application to surface gravity waves},
  author={De Vita, Francesco and De Lillo, Filippo and Verzicco, Roberto and Onorato, Miguel},
  journal={Journal of computational physics},
  volume={438},
  pages={110355},
  year={2021},
  publisher={Elsevier}
}

Installing

Dependency

FEN uses the 2decomp&FFT library for the domain decomposition and FFTW3 library for the solution of the Poisson equation.

Add to your $HOME/.bashrc the following lines

export FEN_DIR=...
export FFTW3_DIR=...
export _2DECOMP_DIR=...

and replace ... with proper values for you system. Then type

source $HOME/.bashrc
cd $FEN_DIR
sh INSTALL.sh

After this step the requested libraries should be properly installed.

Possible missing packages: libblas-dev, liblapack-dev, gfortran, libopenmpi-dev

Acknowledgments

FEN is the combinations of several methods / technique that I have learned during past years. The main sources of inspiration are the two open source solvers Gerris and Basilisk and the code used at KTH during my PostDoc, for which many contributions have been given by Pedro Simeon Costa and Marco Edoardo Rosti.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.