<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
Again with mistakes, I meant Xl to be axysimmetric, as it is in the template, sorry.</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Alvaro Sanchez <alvaro.sanchez@greentownsbyfusion.com><br>
<b>Sent:</b> Friday, April 21, 2023 12:17 PM<br>
<b>To:</b> Hansen, Eddie <ehansen@pas.rochester.edu>; flash-users@flash.rochester.edu <flash-users@flash.rochester.edu><br>
<b>Subject:</b> Re: Help with Z-pinch example.</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
Hello Eddie,</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
first of all, thank you very much for your response.</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
The first question is solved, but I'm not sure about the second question, we've been looking into the Circuit.F90, all of them, and we didn't find anything related to spatial interpolation, but it's ok we have enough for now with this info.</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
I have another quick question in case you or someone else know about it, and it is related to boundary conditions in the Z axis. In the template, we find boundary conditions for X and Y axis, we get that, but we don't really understand which condition should
 we set for Z. Xr is set to be axysimmetric, which we assume to be rotational simmetry, so we thought Z boundaries would not influence the simulation, but they do in some cases that we tried. Do you know about this?</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<br>
</div>
<div class="x_elementToProof" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)">
Again, thank you very very much, have a nice day.</div>
<div id="x_appendonsend"></div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Hansen, Eddie <ehansen@pas.rochester.edu><br>
<b>Sent:</b> Wednesday, April 12, 2023 6:38 PM<br>
<b>To:</b> Alvaro Sanchez <alvaro.sanchez@greentownsbyfusion.com>; flash-users@flash.rochester.edu <flash-users@flash.rochester.edu><br>
<b>Subject:</b> Re: Help with Z-pinch example.</font>
<div> </div>
</div>
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.x_x_MsoNormal, li.x_x_MsoNormal, div.x_x_MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
span.x_x_EmailStyle21
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.x_x_MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style>
<div lang="EN-US" style="word-wrap:break-word">
<div class="x_x_WordSection1">
<p class="x_x_MsoNormal">Hi Alvaro,</p>
<p class="x_x_MsoNormal"> </p>
<p class="x_x_MsoNormal">The ZPinch problem is definitely just an example/template, and most (if not all) users who want to run their own Z-pinch will need to change the densities, dimensions, materials, etc.</p>
<p class="x_x_MsoNormal"> </p>
<p class="x_x_MsoNormal">Yes, FLASH is in CGS by default so ‘dens’ is in g/cm^3. To convert this to number density, multiply by Avogadro’s number and divide by the atomic mass of your material (e.g., 1.00784 g/mol for hydrogen). That gives you ion number density.
 To calculate electron number density, you would multiply that by the average ionization state (zbar).</p>
<p class="x_x_MsoNormal"> </p>
<p class="x_x_MsoNormal">The interpolation of the current input file (when you’re using the FileInput circuit implementation) is done in Circuit.F90. This current is used with Ampere’s Law to set a boundary condition for the azimuthal field on the upper-r boundary.
 In the flash.par file, this line enables that BC:<br>
diff_magzXrBoundaryType = “circuit”</p>
<p class="x_x_MsoNormal"> </p>
<p class="x_x_MsoNormal">Hope that answers most of your initial questions.</p>
<p class="x_x_MsoNormal"> </p>
<div>
<div>
<p class="x_x_MsoNormal"><span style="color:black">--</span><span style="font-size:10.0pt; color:black"></span></p>
<p class="x_x_MsoNormal"><span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#181A1B">Eddie Hansen</span><span style="font-size:10.0pt; color:black"></span></p>
<p class="x_x_MsoNormal"><span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#181A1B">Research Scientist</span><span style="font-size:10.0pt; color:black"></span></p>
<p class="x_x_MsoNormal"><span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#181A1B">Flash Center for Computational Science</span><span style="font-size:10.0pt; color:black"></span></p>
</div>
</div>
<p class="x_x_MsoNormal"> </p>
<p class="x_x_MsoNormal"> </p>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="x_x_MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt; color:black">From:
</span></b><span style="font-size:12.0pt; color:black">flash-users <flash-users-bounces@flash.rochester.edu> on behalf of Alvaro Sanchez <alvaro.sanchez@greentownsbyfusion.com><br>
<b>Date: </b>Wednesday, April 12, 2023 at 11:55 AM<br>
<b>To: </b>flash-users@flash.rochester.edu <flash-users@flash.rochester.edu><br>
<b>Subject: </b>Re: [FLASH-USERS] Help with Z-pinch example.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">"<span class="x_x_contentpasted0"><span style="background:white">So, to check densities in our simulation (we removed the liner btw) we compare with these papers by
</span></span></span><span class="x_x_contentpasted0"><span style="font-size:12.0pt; color:#ED5C57; background:white">multiplying</span></span><span class="x_x_contentpasted0"><span style="font-size:12.0pt; color:black; background:white"> the FLASH density
 in the Z-pinch example with DD mass in grams (for the fill)"</span></span><span style="font-size:12.0pt; color:black"></span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">I said multiplying but I meant dividing, sorry for the mistake.</span></p>
</div>
<div class="x_x_MsoNormal" align="center" style="text-align:center">
<hr size="0" width="91%" align="center">
</div>
<div id="x_x_divRplyFwdMsg">
<p class="x_x_MsoNormal"><b><span style="color:black">From:</span></b><span style="color:black"> Alvaro Sanchez<br>
<b>Sent:</b> Wednesday, April 12, 2023 5:51 PM<br>
<b>To:</b> flash-users@flash.rochester.edu <flash-users@flash.rochester.edu><br>
<b>Subject:</b> Help with Z-pinch example.</span> </p>
<div>
<p class="x_x_MsoNormal"> </p>
</div>
</div>
<div>
<div>
<div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">Hello dear folks from FLASH community, a pleasure to be here.
</span></p>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">I'm new in FLASH so I still probably have beginner mistakes and questions, but I really need help with a couple of things, so thank you very much in advance :)</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">We are working on a Z-pinch, using the example as a template, so we are trying to understand pretty much everything (or as much as possible) it has.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">First is a very basic thing, density units. We suppose g/cm^3. The problem we have with the example is the high density of vacuum, even the density of the fill seems
 too high for us, as well as the density during the stagnation period. We've been researching and, in almost every seen paper, number density is used.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">So, to check densities in our simulation (we removed the liner btw) we compare with these papers by multiplying the FLASH density in the Z-pinch example with DD mass
 in grams (for the fill). And we get much lower values than those used in BC and simulated in the example (which could make sense, since our Z-pinch is a different one). We are also using lower values as initial conditions because we need, during our stagnation
 period, values of 1e17 cm^-3 for dens.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">Are we making a mistake calculating the number density?</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">We've seen, in ../HydroMain/unsplit/MHD_StaggeredMesh/<b><i>hy_uhd_getFaceCurrents.F90</i></b></span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:aqua; background:blue">!! Compute electron number density at (i,j,k)</span><span style="font-size:12.0pt; color:black"></span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:aqua; background:blue">nele_rght = ye * hy_avogrado * U(DENS_VAR,i,j,k)</span><span style="font-size:12.0pt; color:black"></span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">SO, we are worried about being wrong since the beginning.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">We found that .F90 in our search of the interpolation of the current from the Circuit source term. We don't understand how FLASH spatially interpolates the input current (we
 use the FileInput way) in a 2D cylindrical axisymmetric plane.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">Does someone know where in the internal code is this issue coded? or...</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">Does someone know how it works? Does it goes through the higher density the higher the current density? Or am I completely wrong?</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black">Thank you very very much if you read it, I really appreciate it, so thank you very much.</span></p>
</div>
<div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
<p class="x_x_MsoNormal" style="background:white"><span class="x_x_xcontentpasted0"><span style="font-size:12.0pt; color:black">Any help is always nice, have a good day.</span></span><span style="font-size:12.0pt; color:black"></span></p>
</div>
</div>
<p class="x_x_MsoNormal" style="background:white"><span style="font-size:12.0pt; color:black"> </span></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>