Changed example NCrystal cfg strings

This commit is contained in:
Jose Ignacio Marquez Damian 2022-11-18 11:11:37 -03:00 committed by GitHub
parent 24572a71f2
commit 54745f5076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,13 +114,13 @@ that define the material, e.g:
::
mat = openmc.Material.from_ncrystal('Al_sg225.ncmat')
mat = openmc.Material.from_ncrystal('Al_sg225.ncmat;temp=300K')
defines a material containing polycrystalline alumnium,
::
mat = openmc.Material.from_ncrystal(""""Ge_sg227.ncmat;dcutoff=0.5;mos=40arcsec;
mat = openmc.Material.from_ncrystal("""Ge_sg227.ncmat;dcutoff=0.5;mos=40arcsec;
dir1=@crys_hkl:5,1,1@lab:0,0,1;
dir2=@crys_hkl:0,-1,1@lab:0,1,0""")