Performs a 2D Lattice Boltzmann simulation with Scilab.
scibench_latticeboltz ( lx , ly , maxT , tPlot )
a 1-by-1 matrix of floating point integers, the number of cells in the X direction, must be greater than 1
a 1-by-1 matrix of floating point integers, the number of cells in the Y direction, must be greater than 1
a 1-by-1 matrix of doubles, the maximum number of iterations, must be greater than 1
a 1-by-1 matrix of doubles, the number of iterations between 2 refresh of the graphics, must be greater than 1
This function simulates the channel flow past a cylinderical obstacle, using a Lattice Boltzmann method.
Get the most recent version of this file on LBMethod.org: http://www.lbmethod.org/_media/numerics:cylinder.m
Original implementaion of Zou/He boundary condition by Adriano Sciacovelli (see example "cavity.m"). The script was translated to scilab language by Vincent Lejeune. The performance was improved by Michael Baudin, using vectorized statements.
http://www.lbmethod.org/_media/numerics:cylinder.m