GithubHelp home page GithubHelp logo

artracfd's Introduction

ArtraCFD A Computational Fluid Dynamics Solver

How to compile

  1. Download the code (An OpenMP parallelized version is available upon request)
  2. Enter the code directory
  3. Compile to generate the C executable:
make

How to run the program

  1. Run the program:
./artracfd
  1. Check help guide:
help
  1. Check program manual:
manual
  1. Generate a sample test case:
init
  1. Solve the smaple case:
solve

For algorithms and more test cases, please check the Reference below.

Solver configuration

Fluid-solid interaction:

  • Operator splitting

Fluid dynamics:

  • Governing equations: 3D Navier-Stokes equations (Cartesian, compressible, conservative)
  • Temporal discretization: RK2 and RK3
  • Spatial discretization: WENO3 and WENO5 (convective fluxes) + 2nd order central scheme (diffusive fluxes)
  • Boudary treatment: immersed boundary method

Solid dynamics:

  • Governing equations: Newton's second law (translation), Euler equations (rotation), multi-body contact and collision
  • Temporal integration: RK2
  • Interface description: triangulated facets with front tracking

Reference:

artracfd's People

Contributors

huangruimo avatar mohuangrui 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.