- Aug 15, 2006
- 375
- 1
- 81
Once again digging up old math problems. I have a set of equations that look roughly like the incompressible Navier-Stokes equations. (Wish this forum supported Tex...)
\partial_t u = RHS + \nabla P
\nabla \cdot u = 0
I haven't actually tested this in LaTex so don't know if it works, here it is in words...
Its a set of 1st order linear equations with a gradient of a pressure on the right hand side. The second equation is simply the divergence of the u-field is equal to zero. The pressure acts as a lagrange multiplier here to enforce the divergence free condition.
Currently, I've been using an implementation of the projection method used for the NS equations but I'm worried about the accuracy since I'm using a 1st order method to solve the Poisson equation.
What I'm looking for is another way to solve this type of system. I have access to Maple/Matlab/Mathematica etc. ... just not the knowledge to solve this type of system using them.
Those equations are of course a simplification, u is a vector and there are 3 other coupled equations to go with them so I would need a vectorized solution method as well.
\partial_t u = RHS + \nabla P
\nabla \cdot u = 0
I haven't actually tested this in LaTex so don't know if it works, here it is in words...
Its a set of 1st order linear equations with a gradient of a pressure on the right hand side. The second equation is simply the divergence of the u-field is equal to zero. The pressure acts as a lagrange multiplier here to enforce the divergence free condition.
Currently, I've been using an implementation of the projection method used for the NS equations but I'm worried about the accuracy since I'm using a 1st order method to solve the Poisson equation.
What I'm looking for is another way to solve this type of system. I have access to Maple/Matlab/Mathematica etc. ... just not the knowledge to solve this type of system using them.
Those equations are of course a simplification, u is a vector and there are 3 other coupled equations to go with them so I would need a vectorized solution method as well.