|
[Sponsors] |
May 17, 2014, 06:51 |
Reconstruction of variables
|
#1 |
New Member
Sourabh Bhat
Join Date: Jan 2010
Location: IITB, Mumbai, India
Posts: 4
Rep Power: 16 |
Hi,
I have just started using SU2 and I am able to run it. Using SU2 seems very straight forward and easy. I would like to use SU2 for higher resolution calculations by implementing WENO reconstruction. Can someone please direct me as to which classes (and .cpp file) need to be modified? Explaining the method for finding the surrounding cells average variable values and dimension will be of great help. I am unable to locate the class (and source file) where variable reconstruction is done. Thanks, Sourabh |
|
May 18, 2014, 22:26 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
Hi Sourabh, thanks a lot for you interest in SU2. All the geometrical preprocessing is done in void Geometrical_Preprocessing(CGeometry ***geometry, CConfig **config, unsigned short val_nZone) { } in definition_structure.cpp At the very beginning of the subroutine SU2 computes the Elements surrounding Points (EsuP), Points surrounding Points (PsuP) and Elements surrounding Elements (EsuE). The control volume determination is done in geometry[iZone][MESH_0]->SetControlVolume(config[iZone], ALLOCATE); SU2 is an edge based solver that use the dual grid control volume. I hope this help, and please let us posted with your progress, I high order reconstruction in SU2 would be very interesting for the open source community. Cheers, Francisco |
||
May 18, 2014, 22:57 |
|
#3 |
New Member
Sourabh Bhat
Join Date: Jan 2010
Location: IITB, Mumbai, India
Posts: 4
Rep Power: 16 |
Thank you very much, that certainly helped.
Thanks, Sourabh |
|
Tags |
reconstruction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Reconstruction of the parallel case with dynamic mesh | makaveli_lcf | OpenFOAM Post-Processing | 7 | October 18, 2023 12:28 |
$FOAM_USER_APPBIN & LIBBIN variables not set | rassilon | OpenFOAM Installation | 2 | February 16, 2010 21:54 |
[Commercial meshers] ST_Malloc: out of memory.malloc_storage: unable to malloc Velocity SA, | cfdproject | OpenFOAM Meshing & Mesh Conversion | 0 | April 14, 2009 16:45 |
PHI file structure | Eugene | Phoenics | 9 | November 2, 2001 23:00 |
Saving variables on a user patch with physical coordinates | Zoltan Turzo | CFX | 2 | April 20, 2000 16:05 |