[FLASH-USERS] The problems in tabulated EOS
Klaus Weide
klaus at flash.uchicago.edu
Mon May 6 11:50:35 EDT 2019
1) With the shortcut +usm, you request the Unsplit Staggered Mesh MHD
solver. But 'HeatedFoil' is not meant to be an MHD simulation. In
particular, its Simulation_initBlock.F90 does not initialize the magnetic
field (unless you have modified it to do so, of course).
So you should probably use +uhd instead of +usm.
As a general rule, MHD simulations should be found under
Simulation/SimulationMain/mgnetoHD/ ,
and simulations located directly under
Simulation/SimulationMain/
are not meant to be used with MHD. (LaserSlab may be an exception from
this rule, it should work both with +uhd and with +usm.)
2) 'HeatedFoil' should be configured as a 3T simulation, so use +3T
(or just +uhd3T, instead of +uhd +3T).
Klaus
More information about the flash-users
mailing list