Git Product home page Git Product logo

dugksfoam's Introduction

dugksFoam

An OpenFOAM solver for Boltzmann model equation using discrete unified gas kinetic scheme [1,2,3].

Key features

  • Solving discrete velocity Boltzmann equation;
  • Based on Shakhov-BGK collision model;
  • Using discrete unified gas kinetic scheme (Asymptotic preserving property);
  • A standard OpenFOAM solver;
  • Arbitrary unstructured meshes;
  • MPI parallel computing capability;
  • 1D & 2D & 3D in a single solver;
  • Post processing tools of OpenFOAM are ready to use;
  • Various boundary condition types.

Installation and documentation

of240 # change the version code according your OF installation
cd dugksFoam/src

# make own copy of wmake so we can override the 'CC' defination to mpicxx to support the velocity space decomposition MPI parallel computing ability.
# note: this workround may only works at OpenFOAM-2.4.0

cp `which wmake` .
sed -i '316s/makeType/makeType CC=mpicxx/' wmake
./Allwmake

Test only on the following version of OpenFOAM and platform

  • OpenFOAM-2.4.0 with intel compilers
  • OpenFOAM-2.4.0 with gnu compilers

See more details in dugksFoam.pdf in the doc directory, or download it here.

References

dugksfoam's People

Contributors

zhulianhua avatar

Watchers

James Cloos avatar Zhiteng Gao 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.