|
[Sponsors] |
How To find values between nodes in finite element |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 28, 2015, 10:57 |
How To find values between nodes in finite element
|
#1 |
New Member
joseph
Join Date: Dec 2015
Posts: 1
Rep Power: 0 |
in the finite elements (CAE) there are a lot of way for achieving values between nodes but is it true that all equation for achieving values between nodes, indeed find the equation of a line or a plane that cross the nodes and if we give a position to that equation we could get the values?
so for triangular element if we could find a plane that cross the three nodes, we could achieve values between nodes. if so what happened for 3D element? |
|
December 28, 2015, 11:26 |
|
#2 | |
Senior Member
Michael Prinkey
Join Date: Mar 2009
Location: Pittsburgh PA
Posts: 363
Rep Power: 25 |
Quote:
In 2D, you may have a triangular element with DOFs as function values at the three corners. You choose a simple linear basis in the element as phi(x,y) = A + B*x + C*y. If you have a line crossing that element and you want the variation of phi along that line you just LITERALLY substitute in--assume the line is y = m*x + b. Phi along that line is then phi(x) = A +B*x + C*(m*x + b). You can reparametrize that in terms of line length of whatever. In 3D, it works exactly the same way. phi(x,y,z) = A + B*x + C*y + D*z on the tetrahedral element such that A,B,C,D all are consistent with the nodal values. Assume a plane s*x + t*y - z + u = 0 that passes through the tetrahedra. Phi on the plane cutting the tetrahedron is phi(x,y) = A + B*x + C*y + D*(s*x+t*y+u). Now, I've cheated a bit and made a plane that is easy to parametrize in only x and y, but the same approach works for any plane and any parametrization. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
finite volume VS finite element | solomon | FLUENT | 4 | April 3, 2015 01:10 |
Control Volume Finite Element Method | gerardosrez | Main CFD Forum | 0 | March 16, 2011 15:49 |
Question about reference values --> Area (multi element wing) | Zweeper | FLUENT | 7 | March 28, 2010 12:29 |
Fininte difference and Finite element Technique | Mahendra Singh Mehra | FLUENT | 3 | December 23, 2005 00:49 |