The fluid-dynamics tag has no wiki summary.
1
vote
0answers
113 views
Adapting NDSolve to circumvent NDSolve::bdord: error for 1-D Euler Equations
I attempted to use NDSolve for the 1-D isentropic unsteady flow equations with low subsonic inflow velocity and prescribed inflow total enthalpy; along with a ...
0
votes
0answers
58 views
Mathematica code for solving MHD viscoelastic fluid flow
Where might I find Mathematica code for solving MHD viscoelastic fluid flow using Homotopy Analysis method?
1
vote
0answers
98 views
How can I control Dynamic property?
I wrote a function, name as testingand saved in .m file.
if you evaluate this function, we will get ...
6
votes
2answers
339 views
Singularities using VectorPlot
I am trying to plot a vector function of a fluid flow given by
$\vec{V} = (\frac{-\cos(\theta)}{r^2},-\frac{\sin(\theta)}{r^2})$
I am trying to plot it in Mathematica using the command below, I ...