|
[Sponsors] |
@Developers: JST reconstruction function location |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 9, 2014, 22:51 |
@Developers: JST reconstruction function location
|
#1 |
New Member
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12 |
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. |
|
September 21, 2014, 21:49 |
|
#2 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
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 |
|
November 21, 2014, 13:30 |
|
#3 |
New Member
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12 |
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) ?
|
|
November 21, 2014, 13:32 |
Muscl
|
#4 | |
New Member
nilesh
Join Date: Mar 2014
Location: Kanpur / Mumbai, India
Posts: 27
Rep Power: 12 |
Quote:
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. |
||
Tags |
jst, reconstruction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
Density is a function of location | magda | FLUENT | 2 | June 11, 2007 16:20 |
Droplet Evaporation | Christian | Main CFD Forum | 2 | February 27, 2007 07:27 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |