<div dir="ltr">Hello,<div><br></div><div>The Conductivity unit in FLASH doesn't differentiate between species, instead calculates the conductivity based on the parametrized single fluid state for the mixture. </div><div><br></div><div>If you want to implement a hybrid conductivity model like you've described you can have a custom version of "Conductivity_fullState.F90" in your simulation directory that would calculate the conductivity by species and combine them together for a single conductivity.<br><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">*************************************************************************</div><div dir="ltr" style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Adam Reyes<div><img src="https://flash.rochester.edu/site/common/images/email_signature/FLASH.jpg"><br></div><div>Code Group Leader, Flash Center for Computational Science <span> </span><br></div><div>Research Scientist, Dept. of Physics and Astronomy</div><div>University of Rochester</div><div>River Campus: Bausch and Lomb Hall, 369 <span> </span><br></div><div>500 Wilson Blvd. PO Box 270171, Rochester, NY 14627</div><div dir="ltr">Email<span> </span><a href="mailto:adam.reyes@rochester.edu" target="_blank">adam.reyes@rochester.edu</a></div><div>Web<span> </span><a href="https://flash.rochester.edu/" target="_blank">https://flash.rochester.edu</a><br></div><div> (he / him / his)</div><div><img src="https://flash.rochester.edu/site/common/images/email_signature/FLASH-pride-sml.png"><br></div>*************************************************************************</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 19, 2022 at 4:41 AM kouider benbayer <<a href="mailto:benbayer.kouider@gmail.com">benbayer.kouider@gmail.com</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"><div>Hi, all</div><div>I want to use hybrid Conductivity in the laser lab simulation. For the target(Al) I use PowerLaw conductivity model, and for chamber (He) I use the SpitzerHighZ model.<br>So I added some lines to the Config and example02.par files. <br>But I have this error:</div><div>/setup -auto LaserSlab -2d +hdf5typeio -nxb=16 -nyb=16 +mtmmmt +laser +uhd3t +mgd mgd_meshgroups=25 species=cham,targ -parfile=example02.par<br>/home/phys46/Desktop/FLASHCODE/03/FLASH4.6.2/bin/setup.py:16: DeprecationWarning: sys.getcheckinterval() and sys.setcheckinterval() are deprecated. Use sys.setswitchinterval() instead.<br> sys.setcheckinterval(10000) # this is not threaded application<br>Processing Shortcut file:<br>/home/phys46/Desktop/FLASHCODE/03/FLASH4.6.2/bin/setup_shortcuts.txt<br>checking for needed files and directories<br> checking sites Aliases file<br> site directory for site Ben not found;<br> using prototype Linux<br>generating default Units file<br>/home/phys46/Desktop/FLASHCODE/03/FLASH4.6.2/bin/unitCfg.py:108: FutureWarning: Possible nested set at position 81<br> myClass.regexps[keyword] = re.compile(regexp)<br>/home/phys46/Desktop/FLASHCODE/03/FLASH4.6.2/bin/unitCfg.py:114: FutureWarning: Possible nested set at position 42<br> myClass.regexps['pstring']=re.compile(r'PARAMETER\s+(\w+)\s+'\<br>File: Simulation/SimulationMain/LaserSlab/Config<br>Line: 16<br>Condition: CHAM<br>Variables: {'fixedBlockSize': True, 'withDriver': '', 'withGrid': True, 'withIO': True, 'withMultispecies': '', 'withParticles': '', 'withPhysicalConstants': '', 'withRuntimeParameters': '', 'withSimulation': '', 'withProtonEmission': '', 'withProtonImaging': '', 'withThomsonScattering': '', 'withXrayImaging': '', 'withDebugger': '', 'withLogfile': '', 'withProfiler': '', 'withTimers': '', 'withPipeline': '', 'withInterpolate': '', 'withRoots': '', 'withRungeKutta': '', 'withCosmology': '', 'withDiffuse': '', 'withEos': True, 'withGravity': '', 'withHydro': True, 'withImBound': '', 'withIncompNS': '', 'withRadTrans': True, 'withRayTrace': '', 'withSolidMechanics': '', 'withTreeRay': '', 'withConductivity': '', 'withMagneticResistivity': '', 'withMassDiffusivity': '', 'withNSE': '', 'withOpacity': True, 'withViscosity': '', 'withBurn': '', 'withCool': '', 'withDeleptonize': '', 'withEnergyDeposition': True, 'withFlame': '', 'withHeat': '', 'withHeatexchange': '', 'withIonize': '', 'withPolytrope': '', 'withPrimordialChemistry': '', 'withStir': '', 'withTurb': '', 'withPlasmaState': '', 'FlashAvoidOrrery': True, 'parallelIO': True, 'IO': 'hdf5', 'typeIO': True, 'Mtmmmt': True, 'ThreeT': 1, 'mgd_meshgroups': 25, 'species': 'cham,targ', 'nDim': 2, 'targ': '', 'cham': ''}<br>Details: name 'CHAM' is not defined</div><div><br>Can any one have a solution for this case, or where should I make the modification.</div><div>Best regards.</div><br></div>
_______________________________________________<br>
flash-users mailing list<br>
<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a><br>
<br>
For list info, including unsubscribe:<br>
<a href="https://flash.rochester.edu/mailman/listinfo/flash-users" rel="noreferrer" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a><br>
</blockquote></div>