Hi Tim,

 Thanks for reporting. The issue was that gamma is assumed to be read from the 
dump file, but in your case gamma is not present in the data and so was 
defaulting to zero.

To fix this I’ve added a prompt to set gamma manually:
enter density of ambient medium ([0.000:], default=1.000): 
enter blast wave energy E ([0.000:], default=0.8511): 
set adiabatic gamma manually? (no=read from dumps) (default=no): y
enter gamma (default=1.667): 

Now fixed:

r5251

(svn up to get the latest; I’m overdue a release so will push a new version 
shortly also)

Daniel

PS: As a workaround with older versions of splash, you can also set gamma for 
the ascii read using an environment variable:
export ASPLASH_GAMMAVAL=1.666667

> On 24 Jul 2015, at 3:35 am, [email protected] wrote:
> 
> Hi,
> 
> I have an ascii snapshot with SPH data (1st line is time) of a Sedov test 
> with columns
> y
> z
> vx
> vy
> vz
> mass
> h
> rho
> u
> 
> as well as a corresponding analytic solution file with the 1st column radius 
> and 2nd density.  (The goal is to use 1D grid based solutions in place of 
> this analytic one, so I don't want to use the built in Sedov solver, but see 
> below.)
> 
> Splash successfully gets through the prompts to load this analytic solution, 
> but it doesn't show up, at least I don't think it does...I don't see a way to 
> make it plot a line instead of just discrete points.  Can anyone confirm that 
> this data is there with the SPH data in a plot of rho vs. r and tell me if it 
> is possible to make the analytic solution display as a colored line?
> 
> Also, I have tried the built in Sedov solver and it doesn't work.  The 
> ambient density is 1 and the total energy in code units is 0.851072, which 
> corresponds to internal energy inside the explosion radius of 1.5781 x 10^7.  
> Using either of these energies gives me a NAN.  
> 
> Here is the data,
> https://www.dropbox.com/sh/u2qroodv0d5ko71/AADHM2xHUAiDLNG7_686YsQMa?dl=0
> 
> Thanks,
> Tim
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "SPLASH users forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/splash-users.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SPLASH users forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/splash-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to