|
[Sponsors] |
August 30, 2011, 17:41 |
Finite Difference on unstructured grids ?
|
#1 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Hello,
I've encountered an interesting passage in the book of Ferziger and Peric about the possibility of using "finite difference" discretizations on unstructured grids. I'm curious if someone has tried this approach. At a first look this could be done by fitting a polynomial on a set of points surrounding the point of interest (for a triangular grid these points can be the neighbour points). Do you think this approach can be applied for transonic flows with shocks ? Do |
|
September 4, 2011, 08:12 |
|
#2 |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
I haven't done this yet, and I can't remember ever seeing people at conferences and such doing unstructured FD.... I guess it would lose most of its simplicity if you would have to fiddle around with building polynomials in arbitrary space.... from my opinion, if you have to do that, why not go the rest of the way and do FE?
|
|
September 5, 2011, 18:35 |
|
#3 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
I think you are right about losing some of the simplicity of the formulation if you apply FD on unstructured grids.
I wonder if you could arbitrarily increase the order of precision of a scheme on unstructured grids the way you can on structured grids ... I suppose a better way to achieve higher precision will be to use DG FEM schemes or spectral methods. Do |
|
September 5, 2011, 18:49 |
|
#4 | |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Quote:
in my part of the community, people only use FD on structured grids with medium order (6, 8, sth like that) to do research into basic turbulence and transition. As soon as the geometry gets a little bit more elaborate, they turn to DGFEM or DGSEM. Cheers, newbie |
||
September 6, 2011, 15:28 |
|
#5 | |
New Member
irfan khan
Join Date: Aug 2011
Posts: 11
Rep Power: 15 |
Quote:
|
||
September 6, 2011, 16:05 |
|
#6 | |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Quote:
Well, not fully true. You can construct an orthogonal basis in space, and then interpolate your unstructured nodes.... FEM does that for example. So it's possible, just not in an easy or efficient way for FD- as far as I know! cheers! |
||
September 7, 2011, 03:45 |
|
#7 | |
New Member
K
Join Date: Feb 2011
Posts: 6
Rep Power: 15 |
Quote:
|
||
September 7, 2011, 08:45 |
|
#8 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
@carambula
Thanks, I think you are talking about meshless (or mesh free) methods which are a bit different from what is suggested in Ferziger and Peric's book. (Actually they are also talking about mesh free methods, but this is a separate paragraph and a different idea than applying FD on unstructured grids.) Do |
|
September 7, 2011, 15:35 |
|
#9 |
New Member
K
Join Date: Feb 2011
Posts: 6
Rep Power: 15 |
@DoHander
maybe it's 'mimetic finite difference'? |
|
May 21, 2023, 21:58 |
It is very much feasible
|
#10 |
New Member
Join Date: May 2023
Posts: 1
Rep Power: 0 |
It can be done, and it is efficient indeed. It's simple and straight forward. In FE stiffness matrix is built, but FD you build the differential terms directly.
I use it this way too. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] OpenFOAM - structured or unstructured Grids ? | thomasduerr | OpenFOAM Meshing & Mesh Conversion | 22 | November 25, 2018 00:18 |
References for the finite volume method on unstructured grids | old newbie | Main CFD Forum | 1 | April 26, 2011 00:53 |
Finite volume solution methodology for Unstructured grids | Dhileep T K | Main CFD Forum | 1 | May 4, 2010 07:38 |
Fininte difference and Finite element Technique | Mahendra Singh Mehra | FLUENT | 3 | December 23, 2005 00:49 |
Finite Difference on Unstructured triangular meshe | Dinesh Godavarty | Main CFD Forum | 0 | March 9, 2004 01:35 |