mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Changed example NCrystal cfg strings
This commit is contained in:
parent
24572a71f2
commit
54745f5076
1 changed files with 2 additions and 2 deletions
|
|
@ -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""")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue