|
[Sponsors] |
March 27, 2013, 22:41 |
lduMatrix problem in High order scheme
|
#1 |
New Member
ren XG
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
Hi foamers:
what I am doing is to implement a high order scheme for the FVM's face interplation, but now I face a problem with the lduMatrix, as we know, the matrix values just store for the face shared by two cells, and indexed by face, which defined by fvMeshLduAddressing. to implement my high order face interplation, the value not shared by two adjacent cells also had to be stored in the lduMtrix, which result in the modification of fvMeshLduAddressing. however, I found this modify of fvMeshLduAddressing may trigger a chain reaction in the code, which I had to modify the existing low order schemes, a heavy task. So can anyone help me with this problem, and point out if there are something wrong with my implement, or some advices? Thank you very much! |
|
April 1, 2013, 12:07 |
|
#2 |
Senior Member
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 24 |
Hi, I would suggest to read this material:
https://docs.google.com/file/d/1Y0cX...it?usp=sharing http://www.sciencedirect.com/science...17931002003307 in order to check if is it possible to write your scheme in the FOAM's TVD framework. In addition take into account that schemes with double upwind cell information cannot be implemented in non-structured meshes in general since this cell cannot be always univocally determined. Regards.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D. Research Scientist Research Center for Computational Methods (CIMEC) - CONICET/UNL Tel: 54-342-4511594 Int. 7032 Colectora Ruta Nac. 168 / Paraje El Pozo (3000) Santa Fe - Argentina. http://www.cimec.org.ar |
|
April 2, 2013, 04:22 |
|
#3 | |
New Member
ren XG
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
Quote:
|
||
April 2, 2013, 11:30 |
|
#4 |
Senior Member
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 24 |
Hi, even if you are using structured meshes it is possible to remove the dependency of the U cell (take for example the QUICK limiter) and write the method in terms of C and P (or P and N in FOAM nomenclature), using (16) in the work of Darwish. This work explains the way TVD is implemented in FOAM. I think you would have to try this way first before changing the lduAddressing.
Regards.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D. Research Scientist Research Center for Computational Methods (CIMEC) - CONICET/UNL Tel: 54-342-4511594 Int. 7032 Colectora Ruta Nac. 168 / Paraje El Pozo (3000) Santa Fe - Argentina. http://www.cimec.org.ar |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Solution scheme: 1st, 2nd order, etc in momentum eqs | nottern | Main CFD Forum | 1 | May 11, 2012 01:30 |
Using Runge kutta 4th order scheme in FSI using CFX | vmlxb6 | CFX | 0 | April 26, 2011 15:55 |
Fifth order anti diffusive scheme for 1D hyperbolic heat transfer | areffallah | Main CFD Forum | 0 | November 3, 2010 05:48 |
High order FVM scheme .... | cfd_newbie | Main CFD Forum | 2 | February 6, 2008 07:46 |
Discretisation scheme in CFX-1st or 2nd order? | Pete | CFX | 10 | January 12, 2005 13:48 |