[FLASH-USERS] Particle property issue

Klaus Weide klaus at flash.uchicago.edu
Wed Apr 26 19:44:41 EDT 2017


On Wed, 26 Apr 2017, Broxton Miles wrote:

> This may be something pretty trivial, but I think I just need some other
> eyes to catch what I've done wrong.
> 
> I'm running some calculations with tracer particles. In my config file, I
> have my particle properties defined like this:
> 
> PARTICLEPROP    dens            REAL
> PARTICLEMAP     TO dens         FROM VARIABLE dens
...
> PARTICLEPROP    SHK             REAL
> PARTICLEMAP     TO SHK          FROM VARIABLE SHK
> PARTICLEPROP    gamc            REAL
> PARTICLEMAP     TO gamc         FROM VARIABLE gamc

Some ideas:

Check your Flash.h . Are there definitions for all your variables and all 
you particle properties? Also check that each symbols is defiend only 
once.

You should also have a file Simulation_mapParticlesVar.F90 generated by 
setup. Do you notice anything suspicious in there?

Klaus



More information about the flash-users mailing list