<div dir="ltr">Hi Raymond,<div><br></div><div>Unless you've modified the equation of state (EOS; which you should probably look into for simulating a non-ideal gas like water), it's assuming you have an ideal gas. Likely, the update mode is DENS_EI so the pressure, temperature are computed based on the density and internal energy density (although there are the other sensible permutations as options as well).</div><div><br></div><div>That's why modifying density affects the simulation and modifying temperature doesn't.</div><div><br></div><div>So, you can change the EOS update mode (I think there's a runtime parameter for that; you can find it in your logfile) or you can just make sure you update all thermodynamic variables in Simulation_adjustEvolution (probably the better option).</div><div><br></div><div>Best,</div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">--------<div>Ryan</div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 6, 2020 at 6:17 PM Raymond B Li <<a href="mailto:raymondl@mit.edu">raymondl@mit.edu</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 dir="ltr" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif">
<p></p>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
Hi,<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
I'm using FLASH to simulate shock waves through water. I would like to change the temperature of a certain region of water to simulate a very short laser to generate shock waves.<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
I've been trying to use Simulation_adjustEvolution to change the temperature of the material in a certain region while the simulation is running. However, I'm not able to do so and I don't really know what the problem is.<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
I have attached a folder that contains the simulation code. In the file Simulation_adjustEvolution, on line 77, I am trying to change the temperature variable to a new value. Unfortunately, what happens is that the simulation does not change at all. Even more
 strangely, when I change TEMP_VAR to DENS_VAR, the simulation does change to the expected result. I have also tried using PRES_VAR, but PRES_VAR does not work. Do you know what could be causing this behavior? Also, is there a better way to change the value
 of a certain variable in a certain region?<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
I also tried changing the eosMode of the simulation in the example.par file (line 62) to "dens_temp", but that didn't seem to do anything either.<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
Thanks for your help.<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
Best,<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;margin-top:0px;margin-bottom:0px">
Raymond​​<br>
</div>
<div><br>
​<br>
</div>
<p><br>
</p>
</div>

</blockquote></div>