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

bc's for explicit finite element code

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 26, 2005, 19:20
Default bc's for explicit finite element code
  #1
chris
Guest
 
Posts: n/a
Hi, I am trying to create my own finite element code based upon the semi-implicit characteristic based split scheme for incompressible viscous flow. Now my problem is that in the last step the velocities are determined by means of an explicit equation. Could someone please explain to me how exactly I am meant to enforce the no-slip boundary conditions in this step as there are no simultaneous equations to solve.

Thanks in advance,

Chris
  Reply With Quote

Old   October 27, 2005, 09:26
Default Re: bc's for explicit finite element code
  #2
Márcio Ricardo
Guest
 
Posts: n/a
If you're using a lumped mass formulation, your solution will look like

u[ i ] = rhs[ i ]/M[ i ];

where M is your (diagonal) lumped mass matrix. So, you could just make

M[ i ] = 1.;

and

rhs[ i ] = wall_velocity;

where "i" denotes the nodes where the no-slip condition is applied.

I'm working with FEM too. What kind of formulation do you use?

regards

Márcio Ricardo
  Reply With Quote

Old   October 27, 2005, 19:49
Default Re: bc's for explicit finite element code
  #3
chris
Guest
 
Posts: n/a
Yea, thanks that was what I thaught. However, what I am working on is trying to apply the Scaled Boundary Finite Element Method to incompressible viscous flow. This method is a boundary method where you have an analytical solution in the radial direction, and apply finite element techniques in the tangential direction. So what my problem is, is that for the explicit velocity correction equation, the RHS is a polynomial, not values at discreet points so I cannot see a way of enforcing the no slip boundary conditions at that step. Any suggestions? Maybe if there was an implicit velocity correction it would be straight forward.

Anyway, thanks

Chris
  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
What is C.V. based finite element method C-H Kuo Main CFD Forum 4 September 19, 2022 14:06
mesh file for flow over a circular cylinder Ardalan Main CFD Forum 7 December 15, 2020 13:06
autoPatch error, mesh quality related...? Alexvader OpenFOAM 0 October 6, 2011 17:57
help: finite volume code subirs Main CFD Forum 1 June 6, 2010 22:37
finite volume VS finite element solomon Main CFD Forum 0 March 19, 2002 19:04


All times are GMT -4. The time now is 20:33.