<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Many units in FLASH get initialized but aren't necessarily being used.  In your object directory, you can check the file “setup_units” to see a list of units that the setup script has prepared for compiling. If you see a line that says
 “physics/Gravity” but no other lines with deeper directory names inside Gravity/ then the code is not actually using Gravity.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If the code was potentially using Gravity, you’d see a line like “physics/Gravity/GravityMain/Poisson” in the “setup_units” file. But if it just has “physics/Gravity”, that means the code is only compiling what we call the “stub implementation”
 of the Gravity unit. If you look at many of the Gravity_*.F90 files, you’ll see that they don’t actually do anything.<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div id="ms-outlook-mobile-signature">
<div>
<p class="MsoNormal">******************************************<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Eddie Hansen | Research Scientist<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Flash Center for Computational Science<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Dept. of Physics and Astronomy<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">University of Rochester, Rochester, NY<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Cell 607-341-6126 | flash.rochester.edu<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">(he / him / his)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">******************************************<o:p></o:p></p>
</div>
</div>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="0" width="91%" align="center">
</div>
<div id="divRplyFwdMsg">
<p class="MsoNormal"><b><span style="color:black">From:</span></b><span style="color:black"> flash-users <flash-users-bounces@flash.rochester.edu> on behalf of Alex Anorve <manzana.granada@gmail.com><br>
<b>Sent:</b> Wednesday, June 28, 2023 5:41:29 PM<br>
<b>To:</b> flash-users@flash.rochester.edu <flash-users@flash.rochester.edu><br>
<b>Subject:</b> [FLASH-USERS] Gravity in StirFromFile Turbulence Simulation</span>
<o:p></o:p></p>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</div>
<div>
<div>
<div>
<p class="MsoNormal">Hello:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">I am running a StirFromFile simulation. Following the manual I setup the object dir with something similar to
<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p><tt><span style="font-size:10.0pt">./setup StirFromFile -auto -3d -nxb=16 -nyb=16 -nzb=16 +ug -with-unit=physics/Hydro</span></tt>.
</p>
<p>After compiling the object dir everything goes well, however after running the flash4 executable I get the message "Gravity initialized"</p>
<p>I do not want to run the simulation with Gravity enabled, after searching for a while, I found that the message comes from the module Driver, specifically from source/Driver/DriverMain/Driver_initFlash.F90 which calls to Gravity_init()</p>
<p>How can I disable Gravity to run only the simulation with the Hydro module (without gravity)?</p>
<p><o:p> </o:p></p>
<p>Many thanks for your help</p>
<p><o:p> </o:p></p>
<p>Alex Anorve</p>
</div>
</div>
</div>
</div>
</body>
</html>