Repository contains code and visualizations that demonstrate concepts of scalar and vector fields using the Julia programming language. Explore 3D surface plots and 2D contour plots showcasing scalar ...
Abstract: Vector field visualization techniques have evolved very rapidly over the last two decades, however, visualizing vector fields on complex boundary surfaces from computational flow dynamics ...
% Plots the force profile data from mat file (from comsol data write) % also plots the potential profile from mat file (from HHD) F_y = interp3(x_data,y_data,z_data,Fy_data,xref,ysweep,zref,'spline',0 ...