Feeds
回答済み
Wanting to + inside an if statement once a variable reaches 1, not sure how to do it?
because, r is a vector with 1000 elements, you need to check every entry in the array for the condition, try this; %%%%%%%%%%un...
Wanting to + inside an if statement once a variable reaches 1, not sure how to do it?
because, r is a vector with 1000 elements, you need to check every entry in the array for the condition, try this; %%%%%%%%%%un...
3年以上 前 | 0
回答済み
Crank Nicolson method with convective and insulated boundary conditions
leaving -u(n+1,k); shift all other variables to the right hand side of the equals sign -u(n+1,k)= -u(n,k) -w.*u(n,k)+w.*q;
Crank Nicolson method with convective and insulated boundary conditions
leaving -u(n+1,k); shift all other variables to the right hand side of the equals sign -u(n+1,k)= -u(n,k) -w.*u(n,k)+w.*q;
3年以上 前 | 0
質問
Assigning variable boundary conditions in a Finite volume solver
I am coding for a problem using finite volume method and shadow nodes for boundary conditions. So let's say I have a 4x4 mesh. ...
3年以上 前 | 0 件の回答 | 0
