CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

LSFEM for incompressible flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 14, 2010, 12:14
Default LSFEM for incompressible flow
  #1
New Member
 
Sébastien
Join Date: Jan 2010
Posts: 2
Rep Power: 0
seb_j is on a distinguished road
Hi all,

I try to write a least square finite element code to solve the incompressible navier stokes equations.

The equations in u,w,p formulation are a system of 8 first order ODE, they can be writed as
A1 * du/dx + A2 * du/dy + A3 * du/dz + A * u with u={vx,vy,vz,wx,wy,wz,p} or in short L*u = F.

The least square finite element formulation give for the element matrix and the element vector

Ke = integral of { transpose (L*Nj) * (L*Ni)}
Fe = integral of { transpose (L*Nj) * F }

It look simple but It don't works when I put it in practice. That is what I do :

For each element
For i=1 to number of nodes in the element
I compute L*Nj
I compute the matrix vector product Fe = L*Nj * F
I assemble this local vector to the global vector

For j=1 to number of nodes in the element
I compute L*Ni
I compute the matrix product betxeen the transpose of L*Nj and L*Ni
I assemble this local matrix to the global matrix

Do you see my mistake ?
Maybe do you know a public source code in free access from the web using the LS-FEM strategy ?

Best regards,

Sébastien
seb_j is offline   Reply With Quote

Old   January 14, 2010, 17:28
Default
  #2
New Member
 
supeng
Join Date: Jan 2010
Posts: 5
Rep Power: 16
licious is on a distinguished road
I think I may help you about this. I do have one code to solve the incompressible N-S equations. Please contact me via Email if interested.
licious is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Flow meter Design CD adapco Group Marketing Siemens 3 June 21, 2011 08:33
What is the difference between liquid reactive flow and gas reactive flow? James Main CFD Forum 6 May 15, 2009 12:14
transform navier-stokes eq. to euler-eq. pxyz Main CFD Forum 37 July 7, 2006 08:42
Plug Flow Franck Main CFD Forum 3 September 4, 2003 05:57


All times are GMT -4. The time now is 04:05.