CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Finite element method ANSYS CFX

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Antanas

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 27, 2018, 08:48
Default Finite element method ANSYS CFX
  #1
New Member
 
Tom D
Join Date: Nov 2017
Posts: 2
Rep Power: 0
tomd97 is on a distinguished road
Hi,
I'm just trying to understand the theory behind how CFX discretises the Navier Stokes equations. I'm writing a thesis on external aerodynamics study. In the link below from ANSYS it says that a hybrid combination of the finite volume method and finite element method is used to discretise the Navier Stokes equation.

http://www.anflux.com/design/default...04c276a82c1ade

The finite volume method I assume is is simply a case of applying flux in = flux out at each control volume. Not sure how the Navier Stokes equations comes into this but I'll take it as that for now.

Waht I dont understand is how the finite element method is used. I've taken an FEA class at college and the general method seems to be to generate a matrix of equations from variables at the nodes (We've only done this for solid structures) so equations will be in the form [F]=[k][u] .

So I'm assuming ANSYS uses the finite element method by doing something like this:
[delta P] = [R][v]
where delta P is pressure gradient between two nodes, R is the resistance to flow (between two nodes?) and v is the velocity vector to at all points. Would this be something like how ANSYS appraoches this. Also I'd understand how resistance to flow might be calculated in a pipe (hagen-pouseille law maybe?), but not in terms of external aerodynamics. I only need a general understanding of how the code operates, so any guidance at all would be appreciated.
Also how does the code act like a "hybrid"? does it simply conduct both the finite element method and finite volume method and compare results?
Thanks
Regards
Tom
tomd97 is offline   Reply With Quote

Old   March 27, 2018, 11:13
Default
  #2
Senior Member
 
M
Join Date: Dec 2017
Posts: 642
Rep Power: 12
AtoHM is on a distinguished road
Hi, I am a student as well and here are some hints or things I got out of literature I found. If I am wrong, pls correct.

The finite volume approach is used for CFD, because unlike finite element approach it is better at capturing for example shocks within the flow. Shocks are instantly changing relevant values like pressure, temperature, entropy, so they should be well-covered. Solid structures dont inherit such jumps, which is the reason FE is used there.

The NSE are conservation of mass, momentum and energy (not only mass as you wrote). So for each element the mass equilibrium, as well as momentum (in 3 directions) and energy are calculated, which gives 5 equations. Discretization means, that each value comes from a Taylor-Series at each node, where only a few parts of the total series are considered. Depending how many parts you take, the error is smaller, but this can also lead to other disadvantages. The resulting system also has the form Ax = b, where A is a huge matrix, x contains the wanted variables and b is another vector. This is solved by inverting A iteratively by Incomplete-Lower-Upper Decomposition.
AtoHM is offline   Reply With Quote

Old   April 4, 2018, 04:10
Default
  #3
Senior Member
 
Join Date: Feb 2011
Posts: 496
Rep Power: 18
Antanas is on a distinguished road
Very sketchy description. FV methodology is in that you take your PDEs and integrate 'em over each control volume, then using Gauss’ Divergence Theorem you convert volume integrals involving divergence and gradient operators to surface integrals, then you discretize the volume and surface integrals to get algebraic equations.

As for FEM in CFX, solution fields and other properties are stored at the mesh nodes. To evaluate many of the terms, the solution field or solution gradients must be approximated at integration points. ANSYS CFX uses finite-element shape functions to perform these approximations.

All that info you may find in CFX Theory Guide, Section 11.1.1. So, RTFM.
AtoHM likes this.
Antanas 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
A CFX-POST error (ver 14.5.7) wangyflp88 CFX 2 July 22, 2017 00:17
Can you help me with a problem in ansys static structural solver? sourabh.porwal Structural Mechanics 0 March 27, 2016 17:07
How can be calculate a surface integral in the finite element method? HectorRedal Main CFD Forum 3 March 13, 2015 08:25
Stuck in Discontinuous Finite Element Method SKKhan Main CFD Forum 0 June 28, 2012 12:27
Finite element method in excel roger_1 Main CFD Forum 1 March 21, 2011 13:06


All times are GMT -4. The time now is 08:59.