MATLAB flow visualization

QuickerSim has recently released its first version of computational fluid dynamics code for Matlab. It is available as a fluid dynamics toolbox for Matlab and can be used for free for both private and commercial purposes. You can download it with tutorials from our website (see CFD Toolbox for MATLAB above) or go to MATLAB Central:

http://www.mathworks.com/matlabcentral/fileexchange/53993-quickersim-cfd-toolbox

Today, we want to show two basic flow visualization functions available in CFD Toolbox:

displayMesh2D(p,t);

displaySolution2D(p,t,T,'Temperature field');

Arguments p and t are matrices storing the mesh. You can find a detailed description of arguments by typing:

help functionName

in MATLAB command window after downloading and installing our toolbox.