Hi all,
I am writing a code for an unsteady flow in maltab. This code is over simplified just to realize where I am going wrong and understand the basic first...
n = number of time steps
h = number of cells
v1 = zeros(h,n+1); %v1(x,t)
v1(1,= 0; %boundary condition
for j = 1: n+1
for j = 1: h...