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

Reconstruction of variables

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By fpalacios

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 17, 2014, 05:51
Default Reconstruction of variables
  #1
New Member
 
Sourabh Bhat
Join Date: Jan 2010
Location: IITB, Mumbai, India
Posts: 4
Rep Power: 16
heySourabh is on a distinguished road
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
heySourabh is offline   Reply With Quote

Old   May 18, 2014, 21:26
Default
  #2
Super Moderator
 
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15
fpalacios is on a distinguished road
Quote:
Originally Posted by heySourabh View Post
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

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
heySourabh likes this.
fpalacios is offline   Reply With Quote

Old   May 18, 2014, 21:57
Default
  #3
New Member
 
Sourabh Bhat
Join Date: Jan 2010
Location: IITB, Mumbai, India
Posts: 4
Rep Power: 16
heySourabh is on a distinguished road
Thank you very much, that certainly helped.

Thanks,
Sourabh
heySourabh is offline   Reply With Quote

Reply

Tags
reconstruction

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Reconstruction of the parallel case with dynamic mesh makaveli_lcf OpenFOAM Post-Processing 7 October 18, 2023 11:28
$FOAM_USER_APPBIN & LIBBIN variables not set rassilon OpenFOAM Installation 2 February 16, 2010 20:54
[Commercial meshers] ST_Malloc: out of memory.malloc_storage: unable to malloc Velocity SA, cfdproject OpenFOAM Meshing & Mesh Conversion 0 April 14, 2009 15:45
PHI file structure Eugene Phoenics 9 November 2, 2001 22:00
Saving variables on a user patch with physical coordinates Zoltan Turzo CFX 2 April 20, 2000 15:05


All times are GMT -4. The time now is 20:03.