|
[Sponsors] |
Solution of SOD Shock Tube Problem by using HARTEN Modified Flux TVD Scheme |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 13, 2012, 01:40 |
Solution of SOD Shock Tube Problem by using HARTEN Modified Flux TVD Scheme
|
#1 |
New Member
Join Date: Nov 2012
Posts: 5
Rep Power: 14 |
I am solving 1D shock tube SOD problem by using Harten modified flux TVD scheme. My code is stable till CFL less than 0.6, after that it is unstable.
It should be stable till CFL less than 1. -1=<x<0 P=1, RHO=1, V=0 0=<x<1 P=0.1, RHO=0.125, V=0 I have following question, 1. How should calculate Time Step Size (DT)? Is this formula correct? DT = (CFL x DX)/Cmax 2. How should calculate DX? Is this formula correct? DX=L/(200) where L = 2 (201=Grid points) 3. How should calculate Cmax? Is this formula correct? Cmax=0 Do i=1 to 200 C=DSQRT(GAMA*Pressure(i)/Density(i)) Cmax=DMAX1(C,Cmax) Continue Anyone have solved this problem by using Harten modified flux TVD scheme? |
|
December 13, 2012, 05:23 |
|
#3 |
New Member
Join Date: Nov 2012
Posts: 5
Rep Power: 14 |
Thanks for correction.
But it would further decrease CFL criterion. HARTEN TVD scheme should be stable below CFL <1. But in my case it is stable around CFL<0.5. May you please point out the reason? |
|
December 13, 2012, 06:11 |
|
#5 |
New Member
Join Date: Nov 2012
Posts: 5
Rep Power: 14 |
Thanks.
After your recommended correction Its working well. Now my Harten modified flux TVD scheme, ROE scheme, and LAX_WENDROFF scheme Code working well till CFL <1. But my HARTEN-YEE TVD scheme code is stable till CFL<0.6. After that it become unstable. May you please inform me that HARTEN modified flux TVD scheme and HARTEN-YEE TVD scheme has same CFL restriction or different? I think both have same CFL restriction. But in my code HARTEN-YEE become unstable at CFL>0.6. May you please point out the reason? |
|
August 27, 2022, 08:06 |
|
#6 |
New Member
javeria
Join Date: Aug 2022
Posts: 21
Rep Power: 4 |
can u please share your codes
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
analytical solution of 1D shock tube problem | ma | Main CFD Forum | 10 | May 11, 2015 06:20 |
Sod shock tube problem with real gas effects | ganesh | Main CFD Forum | 0 | October 17, 2006 02:22 |
SOD shock tube problem | Luuk | Main CFD Forum | 3 | September 6, 2005 06:08 |
help: analysis solution of gas-water sod problem | gooo | Main CFD Forum | 0 | April 19, 2005 02:05 |
Shock tube problem | ger | Main CFD Forum | 1 | September 24, 2003 08:41 |