Giter Site home page Giter Site logo

cfdsfemmpi's Introduction

Stabilised Finite Element Method for incompressible Navier-Stokes. This code uses the Petsc library for solving the matrix system. The formulation is presented in https://arxiv.org/abs/2001.04925

Build and compile

* modify the CMakeLists.txt with paths to the libraries on your system
* Create `build` and `bin` folders
* `mkdir build`
* `mkdir bin`
* `cd build`
* `cmake ..`
* If you get errors, then fix them and rerun `cmake ..`
* After configuring successfully, compile and build the executable
* `make install`
* If you get compilation errors, then fix them and run `make install` untill successful build and installation of the executables

Once successfully compiled, the executable cfdsfemmpi and the executables for the tests are copied to the bin folder

Tests

  • Test cases are provided as separate executables. All the inputs are hardcoded in the respective source file. So, the test cases do not require any input arguments. See the screen output to check if the tests are executed successfully or not.

  • To run the test cases with 4 processors

    • mpirun -n 4 ./test-ldc-stru-nelem10
    • mpirun -n 4 ./test-ldc-stru-mesh2

Usage with other input files

  • To run the simulations, from bin directory
    • mpirun -n <number-of-processors> ./cfdsfemmpi <input-file-prefix> <control-parameters-file-name>
    • Example,
    • mpirun -n 10 cfdsfemmpi LDC2Dquad-stru-FI control-parameters-Re100-dt0p1.dat petsc_options.dat

Numerical examples

Flow in a lid-driven cavity in 3D

cfdsfemmpi's People

Contributors

chennachaos avatar

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.