Steady State, Inviscid, Incompressible flow

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Steady State, Inviscid, Incompressible flow

bwalker000
Just wondering if anyone has implemented this as a custom equation. I took my last FEM class 30 years ago, so I'm a little fuzzy on implementation and the notation in FEATool.

Equations on the 2nd page of this link are what I'm looking to implement.

https://www.meteo.physik.uni-muenchen.de/lehre/roger/Fluid%20Dynamics/Fluid_dynamics_L02_2002.pdf

Reply | Threaded
Open this post in threaded view
|

Re: Steady State, Inviscid, Incompressible flow

Precise Simulation
Administrator
This post was updated on .
That should simply be the Navier-Stokes equations, less the viscous terms. You can add a Navier-Stokes physics mode and use the "edit" button in the Subdomain Settings dialog box to change the equations, and delete the viscous terms (with 2nd derivatives ux_x etc). Note that the form in FEATool has the momentum equations multiplied with rho, while in the paper divided, but they should be equivalent (for constant rho).