<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Not that I'm aware of, but it's fairly simple. First, in your simulation's Config file, you'll want to make sure you have this line:<div><br></div><div>VARIABLE BDRY</div><div><br></div><div>Then in your Simulation_initBlock, within the do loops, whichever cells you want to be "solid" you set solnData(BDRY_VAR,i,j,k) = 1.0, otherwise set solnData(BDRY_VAR,i,j,k) = -1.0. You can then treat Simulation_adjustEvolution the same way you treat Simulation_initBlock, except you automatically have access to the current simulation time (stime). Search through other simulation directories for examples of Simulation_adjustEvolution. You can again set up do loops if you only want to change BDRY_VAR for certain cells, or you could simply set everything back to -1.0 at a certain time.  </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 28, 2020 at 9:56 AM Thibault Goudal <<a href="mailto:thibault.goudal@u-bordeaux.fr">thibault.goudal@u-bordeaux.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><div>Hey Eddie,<br></div><div>Do you know if there's an example of the F90 files that could include such adjustements?<br></div><div><br></div><hr id="gmail-m_4075421028793251820zwchr"><div><b>De: </b>"Eddie Hansen" <<a href="mailto:ehansen@pas.rochester.edu" target="_blank">ehansen@pas.rochester.edu</a>><br><b>À: </b>"Thibault Goudal" <<a href="mailto:thibault.goudal@u-bordeaux.fr" target="_blank">thibault.goudal@u-bordeaux.fr</a>><br><b>Cc: </b>"flash-users" <<a href="mailto:flash-users@flash.uchicago.edu" target="_blank">flash-users@flash.uchicago.edu</a>><br><b>Envoyé: </b>Vendredi 28 Août 2020 16:44:59<br><b>Objet: </b>Re: [EXT] [FLASH-USERS] fixing layers<br></div><div><br></div><div><div dir="ltr">In FLASH, we have BDRY_VAR to solve this issue. If you set certain cells BDRY_VAR = 1.0, then the code will see these cells as "solid" and they won't expand into a "vacuum" region. If you want to allow them to expand at a later time, then you will have to make adjustments to BDRY_VAR in Simulation_adjustEvolution.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 28, 2020 at 9:15 AM Thibault Goudal <<a href="mailto:thibault.goudal@u-bordeaux.fr" target="_blank">thibault.goudal@u-bordeaux.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><div>Hi guys,<br></div><div>After fixing my mesh reconstruction, I've noticed that if I irradiate a single layer with a vaccum volume behind, there's some expansion in this vacuum before any shock breaks out.</div><div>If I want to design an experiment with an initial solid target, I would like this material to be freezed. I discused with Hydra users and it came up that they use a special mode called "Quiet Start" to fix the solid materials but I don't know if we have such a tool on FLASH.</div><div>Does anybody know how we could solve this issue?</div><br><div>-- <br></div><div><div style="text-align:left"><span style="color:rgb(0,0,0)">Thibault Goudal</span></div><div style="text-align:left"><span style="color:rgb(0,0,0)">PhD Student CEA</span></div><div style="text-align:left"><span style="color:rgb(0,0,0)">CELIA CNRS UMR5107 laboratory</span></div><div style="text-align:left"><span style="color:rgb(0,0,0)">+33664160842</span></div><div style="text-align:left"><span style="color:rgb(0,0,0)"><a href="mailto:thibault.goudal@u-bordeaux.fr" target="_blank">thibault.goudal@u-bordeaux.fr</a><br></span></div></div></div></div></blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div>Eddie Hansen, PhD<br>Postdoctoral Associate</div><div>University of Rochester</div><div>607-341-6126 | Flash Center</div></div></div><br></div></div></div></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Eddie Hansen, PhD<br>Postdoctoral Associate</div><div>University of Rochester</div><div>607-341-6126 | Flash Center</div></div></div>