<div dir="ltr"><div>Hi Theo,</div><div><br></div><div>Happy to help!</div><div><br></div><div>In the LaserSlab example simulation, the author declares two species, "targ" and "cham", at the setup line:</div><div>"./setup -auto LaserSlab species=cham,targ ..."</div><div><br></div><div>For your new simulation, you'll want to define your own three species, e.g. "cham", "foil", and "jet":</div><div>
<div>"./setup -auto LaserSlab species=cham,foil,jet ..."</div>

</div><div><br></div><div>You'll then need to edit your flash.par and simulation_initBlock.F90 to utilize these three species! In flash.par file, you will specify your own EOS tables, etc. The geometric part of your problem will take place within simulation_initBlock.F90. Take a look at how in LaserSlab's file, take a good look at how the geometry is specified. Where you see in LaserSlab the use of cham and targ, you will replace and build your own geometry.The region of target gets separated from the region of cham through "if" statements. Make your own if statements (e.g. specifying if y < 0 but x > 1, set to species foil...) to adapt to your use case. <br></div><div><br></div><div>Good luck!</div><div><br></div><div>Best,</div><div><br></div><div>Scott<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 22, 2018 at 5:28 AM <a href="mailto:t_schlegel@t-online.de">t_schlegel@t-online.de</a> <<a href="mailto:t_schlegel@t-online.de">t_schlegel@t-online.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><p style="margin:0px 5px 0px 0px">Hi all,</p>
<p style="margin:0px 5px 0px 0px"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br></span>I am going to simulate a problem with a laser heated foil (say aluminum) with expanding plasma from its back</p>
<p style="margin:0px 5px 0px 0px">towards another target (say a gas jet). Both targets are separated by low-density gas (e.g. helium, like in the Laserslab</p>
<p style="margin:0px 5px 0px 0px">example). The laser is coming almost normally to the front side of the aluminum foil (or another metal).</p>
<p style="margin:0px 5px 0px 0px">So far, I was preparing the atomic data (EOS, opacities). Now, I would like to get some primary help in setting up the</p>
<p style="margin:0px 5px 0px 0px">geometric parameters of the simulation. The laser part I can take from the mentioned example case.</p>
<p style="margin:0px 5px 0px 0px">How should I define correctly the case of more than two species and their positions?</p>
<p style="margin:0px 5px 0px 0px">Probably, it makes sense to start in 1D. Later, the 2D geometry and the MHD option can be applied.</p>
<p style="margin:0px 5px 0px 0px"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br></span>Thanks in advance</p>
<p style="margin:0px 5px 0px 0px"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br></span>Theo</p>
<p style="margin:0px"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"> </span></p></div></blockquote></div>