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

@Developers: JST reconstruction function location

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 9, 2014, 21:51
Default @Developers: JST reconstruction function location
  #1
New Member
 
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12
nilesh is on a distinguished road
Hi,
I went through the paper titled "Numerical Solution of the Euler Equations by Finite Volume Methods Using Runge-Kutta Time-Stepping Schemes" which has been cited in the AIAA SU2 paper for implementation of the JST scheme.

I wish to carry out certain modifications to this scheme.

The paper mentions that:
"Each quantity such as u 1 or (ρu) 1 is evaluated as the average of
the values in the cells on the two sides of the face,
Equation>(2.7) (ρu)1 =(1/2)(ρu) i,j + (1/2) (ρu) i+1,j "

I am unable to locate to the exact function that carries out this operation. Can you please help me with the same?

Also, which is the function associated with Equation (3.10) of the same paper?

Thank You.
nilesh is offline   Reply With Quote

Old   September 21, 2014, 20:49
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
Using the latest version (our recommendation) the JST is coded in numerics_direct_mean.cpp

subroutine:
void CCentJST_Flow::ComputeResidual(double *val_residual, double **val_Jacobian_i, double **val_Jacobian_j, CConfig *config)

Best Regards,
Francisco
fpalacios is offline   Reply With Quote

Old   November 21, 2014, 12:30
Default
  #3
New Member
 
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12
nilesh is on a distinguished road
Thank you Sir. I would also like to know the theory about MUSCL implementation as I understand that it is not in the standard k-epsillon form but median dual vertex form. Can you please point me to relevant material which explains this kind of second order discretization implementation (preferably the material referred to while coding SU2) ?
nilesh is offline   Reply With Quote

Old   November 21, 2014, 12:32
Default Muscl
  #4
New Member
 
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12
nilesh is on a distinguished road
Quote:
Originally Posted by fpalacios View Post
Using the latest version (our recommendation) the JST is coded in numerics_direct_mean.cpp

subroutine:
void CCentJST_Flow::ComputeResidual(double *val_residual, double **val_Jacobian_i, double **val_Jacobian_j, CConfig *config)

Best Regards,
Francisco
Thank you Sir. I would also like to know the theory about MUSCL implementation as I understand that it is not in the standard k-epsillon form but median dual vertex form. Can you please point me to relevant material which explains this kind of second order discretization implementation (preferably the material referred to while coding SU2) ?

I could not follow the latest SU2 webinar upto the end due to time-zone restrictions (the one which took place two months ago). Is a recording of that event available on the internet? (Sorry, I asked a question but could not wait till the end of the webinar to listen to the answer because my timezone is GMT+5:30)

Thanks.
Nilesh S.
nilesh is offline   Reply With Quote

Reply

Tags
jst, reconstruction


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
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 17:22
[blockMesh] non-orthogonal faces and incorrect orientation? nennbs OpenFOAM Meshing & Mesh Conversion 7 April 17, 2013 05:42
Density is a function of location magda FLUENT 2 June 11, 2007 15:20
Droplet Evaporation Christian Main CFD Forum 2 February 27, 2007 06:27
REAL GAS UDF brian FLUENT 6 September 11, 2006 08:23


All times are GMT -4. The time now is 05:24.