Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 729 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 729 Bytes

DOI

Couette BGK

Solver for the linear Couette-flow problem for a rarefied BGK gas, which is reduced to the 1D integral equation.

The code is based on the algorithm presented in

  • S. Jiang, L.-S. Luo, Analysis and accurate numerical solutions of the integral equation derived from the linearized BGKW equation for the steady Couette flow, J. Comput. Phys. 316 (2016) 416–434. doi: 10.1016/j.jcp.2016.04.011.

Example of usage:

./exact-bgkw.py -k=0.1 -Nu=256 -Ng=4

The output consists of 4 columns: coordinate X, velocity v_x, shear stress p_xy, longitudinal heat flow q_x.