Home
last modified time | relevance | path

Searched refs:clad (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/dports/science/py-OpenMC/openmc-0.12.2/examples/assembly/
H A Dassembly.py31 clad = openmc.Material(name='Cladding') variable
32 clad.set_density('g/cm3', 6.55)
33 clad.add_nuclide('Zr90', 2.1827e-2)
34 clad.add_nuclide('Zr91', 4.7600e-3)
35 clad.add_nuclide('Zr92', 7.2758e-3)
36 clad.add_nuclide('Zr94', 7.3734e-3)
37 clad.add_nuclide('Zr96', 1.1879e-3)
52 clad_cell = openmc.Cell(fill=clad, region=+fuel_or & -clad_or)
64 gt_clad_cell = openmc.Cell(fill=clad, region=+fuel_or & -clad_or)
/dports/science/openmc/openmc-0.12.2/examples/assembly/
H A Dassembly.py31 clad = openmc.Material(name='Cladding') variable
32 clad.set_density('g/cm3', 6.55)
33 clad.add_nuclide('Zr90', 2.1827e-2)
34 clad.add_nuclide('Zr91', 4.7600e-3)
35 clad.add_nuclide('Zr92', 7.2758e-3)
36 clad.add_nuclide('Zr94', 7.3734e-3)
37 clad.add_nuclide('Zr96', 1.1879e-3)
52 clad_cell = openmc.Cell(fill=clad, region=+fuel_or & -clad_or)
64 gt_clad_cell = openmc.Cell(fill=clad, region=+fuel_or & -clad_or)
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dexamples.py34 clad.set_density('g/cm3', 6.55)
35 clad.add_nuclide('Zr90', 2.1827e-2)
36 clad.add_nuclide('Zr91', 4.7600e-3)
37 clad.add_nuclide('Zr92', 7.2758e-3)
38 clad.add_nuclide('Zr94', 7.3734e-3)
39 clad.add_nuclide('Zr96', 1.1879e-3)
116 clad.set_density('g/cm3', 5.77)
117 clad.add_nuclide('Zr90', 0.5145)
118 clad.add_nuclide('Zr91', 0.1122)
119 clad.add_nuclide('Zr92', 0.1715)
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dexamples.py34 clad.set_density('g/cm3', 6.55)
35 clad.add_nuclide('Zr90', 2.1827e-2)
36 clad.add_nuclide('Zr91', 4.7600e-3)
37 clad.add_nuclide('Zr92', 7.2758e-3)
38 clad.add_nuclide('Zr94', 7.3734e-3)
39 clad.add_nuclide('Zr96', 1.1879e-3)
116 clad.set_density('g/cm3', 5.77)
117 clad.add_nuclide('Zr90', 0.5145)
118 clad.add_nuclide('Zr91', 0.1122)
119 clad.add_nuclide('Zr92', 0.1715)
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/castem/dgibi/
H A Dpipe3D.dgibi114 clad = Sint 'VOLUME' nr Sext;
116 * 'TRACER' clad 'FACE';
118 evclad = 'ENVELOPPE' clad;
125 x y z = 'COORDONNEE' clad;
128 ('MANU' 'CHPO' clad 1 'V1Z' 0. 'NATURE' 'DIFFUS');
129 d2 = ('MANU' 'CHPO' clad 1 'V2X' 0. 'NATURE' 'DIFFUS') 'ET'
131 ('MANU' 'CHPO' clad 1 'V2Z' 1. 'NATURE' 'DIFFUS');
140 MO = 'MODELISER' clad 'MECANIQUE' 'ELASTIQUE' 'ORTHOTROPE'
174 CL1 = 'SYMT' 'DEPLACER' P0D P0U P2D clad eps;
175 CL2 = 'SYMT' 'DEPLACER' P0D P0U P1D clad eps;
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/castem/dgibi/
H A Dpipe3D.dgibi114 clad = Sint 'VOLUME' nr Sext;
116 * 'TRACER' clad 'FACE';
118 evclad = 'ENVELOPPE' clad;
125 x y z = 'COORDONNEE' clad;
128 ('MANU' 'CHPO' clad 1 'V1Z' 0. 'NATURE' 'DIFFUS');
129 d2 = ('MANU' 'CHPO' clad 1 'V2X' 0. 'NATURE' 'DIFFUS') 'ET'
131 ('MANU' 'CHPO' clad 1 'V2Z' 1. 'NATURE' 'DIFFUS');
140 MO = 'MODELISER' clad 'MECANIQUE' 'ELASTIQUE' 'ORTHOTROPE'
174 CL1 = 'SYMT' 'DEPLACER' P0D P0U P2D clad eps;
175 CL2 = 'SYMT' 'DEPLACER' P0D P0U P1D clad eps;
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_pin.py27 clad = openmc.Material(name="zirc")
28 clad.volume = 100
30 return fuel, clad, water
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_pin.py27 clad = openmc.Material(name="zirc")
28 clad.volume = 100
30 return fuel, clad, water
/dports/science/py-OpenMC/openmc-0.12.2/examples/pincell_depletion/
H A Drun_depletion.py49 clad = openmc.Cell(fill=zircaloy, region=+clad_ir & -clad_or) variable
53 geometry = openmc.Geometry([fuel, gap, clad, water])
/dports/science/py-OpenMC/openmc-0.12.2/examples/pincell/
H A Dbuild_xml.py51 clad = openmc.Cell(fill=zircaloy, region=+clad_ir & -clad_or) variable
55 geometry = openmc.Geometry([fuel, gap, clad, water])
/dports/science/openmc/openmc-0.12.2/examples/pincell/
H A Dbuild_xml.py51 clad = openmc.Cell(fill=zircaloy, region=+clad_ir & -clad_or) variable
55 geometry = openmc.Geometry([fuel, gap, clad, water])
/dports/science/openmc/openmc-0.12.2/examples/pincell_depletion/
H A Drun_depletion.py49 clad = openmc.Cell(fill=zircaloy, region=+clad_ir & -clad_or) variable
53 geometry = openmc.Geometry([fuel, gap, clad, water])
/dports/math/R-cran-lme4/lme4/tests/
H A Dextras.R13 fm1 <- lmer(math ~ gr + sx*eth + cltype + schtype + hdeg + clad + exp + trace +
/dports/games/wesnoth/wesnoth-1.14.17/data/core/units/humans/
H A DLoyalist_Heavy_Infantryman.cfg17 …description= _ "Heavy infantry are brawny fighters clad in full plate and wielding massive impact …
H A DLoyalist_Shock_Trooper.cfg17 … only men who can enter their ranks are prodigiously well-built, and when clad in black plate brim…
/dports/games/wesnoth/wesnoth-1.14.17/data/core/units/drakes/
H A DWarrior.cfg17 …ve their way through enemy forces. They fight as they have for centuries, clad in ceramic-plated l…
/dports/games/wesnoth/wesnoth-1.14.17/data/core/units/trolls/
H A DWarrior.cfg18 …e them all too well. However, trolls have been seen on numerous occasions clad in rough-shod armor…
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/examples/
H A Dcandu.ipynb41 "clad = openmc.Material(name='zircaloy')\n",
42 "clad.add_element('Zr', 1.0)\n",
43 "clad.set_density('g/cm3', 6.0)\n",
65 "# Outer radius of fuel and clad\n",
166 "clad_cell = openmc.Cell(fill=clad, region=+surf_fuel)\n",
288 "pressure_tube = openmc.Cell(fill=clad, region=+pt_inner & -pt_outer)\n",
290 "calendria = openmc.Cell(fill=clad, region=+calendria_inner & -calendria_outer)\n",
337 " clad: 'silver',\n",
H A Dpincell.ipynb165 …"With UO2 finished, let's now create materials for the clad and coolant. Note the use of `add_elem…
767 …ve enough knowledge to create our pin-cell. We need three surfaces to define the fuel and clad:\n",
770 "2. The inner surface of the clad -- same as above\n",
771 "3. The outer surface of the clad -- same as above\n",
791 …ntage of the built-in operators on surfaces to create regions for the fuel, the gap, and the clad:"
825 "clad = openmc.Cell(name='clad')\n",
826 "clad.fill = zirconium\n",
827 "clad.region = clad_region"
854 …"The water region is going to be everything outside of the clad outer radius and within the box fo…
935 " <cell id=\"5\" material=\"3\" name=\"clad\" region=\"4 -5\" universe=\"3\" />\r\n",
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/examples/jupyter/
H A Dcandu.ipynb41 "clad = openmc.Material(name='zircaloy')\n",
42 "clad.add_element('Zr', 1.0)\n",
43 "clad.set_density('g/cm3', 6.0)\n",
65 "# Outer radius of fuel and clad\n",
166 "clad_cell = openmc.Cell(fill=clad, region=+surf_fuel)\n",
288 "pressure_tube = openmc.Cell(fill=clad, region=+pt_inner & -pt_outer)\n",
290 "calendria = openmc.Cell(fill=clad, region=+calendria_inner & -calendria_outer)\n",
337 " clad: 'silver',\n",
H A Dpincell.ipynb165 …"With UO2 finished, let's now create materials for the clad and coolant. Note the use of `add_elem…
767 …ve enough knowledge to create our pin-cell. We need three surfaces to define the fuel and clad:\n",
770 "2. The inner surface of the clad -- same as above\n",
771 "3. The outer surface of the clad -- same as above\n",
791 …ntage of the built-in operators on surfaces to create regions for the fuel, the gap, and the clad:"
825 "clad = openmc.Cell(name='clad')\n",
826 "clad.fill = zirconium\n",
827 "clad.region = clad_region"
854 …"The water region is going to be everything outside of the clad outer radius and within the box fo…
935 " <cell id=\"5\" material=\"3\" name=\"clad\" region=\"4 -5\" universe=\"3\" />\r\n",
[all …]
/dports/science/openmc/openmc-0.12.2/examples/jupyter/
H A Dcandu.ipynb41 "clad = openmc.Material(name='zircaloy')\n",
42 "clad.add_element('Zr', 1.0)\n",
43 "clad.set_density('g/cm3', 6.0)\n",
65 "# Outer radius of fuel and clad\n",
166 "clad_cell = openmc.Cell(fill=clad, region=+surf_fuel)\n",
288 "pressure_tube = openmc.Cell(fill=clad, region=+pt_inner & -pt_outer)\n",
290 "calendria = openmc.Cell(fill=clad, region=+calendria_inner & -calendria_outer)\n",
337 " clad: 'silver',\n",
H A Dpincell.ipynb165 …"With UO2 finished, let's now create materials for the clad and coolant. Note the use of `add_elem…
767 …ve enough knowledge to create our pin-cell. We need three surfaces to define the fuel and clad:\n",
770 "2. The inner surface of the clad -- same as above\n",
771 "3. The outer surface of the clad -- same as above\n",
791 …ntage of the built-in operators on surfaces to create regions for the fuel, the gap, and the clad:"
825 "clad = openmc.Cell(name='clad')\n",
826 "clad.fill = zirconium\n",
827 "clad.region = clad_region"
854 …"The water region is going to be everything outside of the clad outer radius and within the box fo…
935 " <cell id=\"5\" material=\"3\" name=\"clad\" region=\"4 -5\" universe=\"3\" />\r\n",
[all …]
/dports/science/openmc/openmc-0.12.2/docs/source/examples/
H A Dcandu.ipynb41 "clad = openmc.Material(name='zircaloy')\n",
42 "clad.add_element('Zr', 1.0)\n",
43 "clad.set_density('g/cm3', 6.0)\n",
65 "# Outer radius of fuel and clad\n",
166 "clad_cell = openmc.Cell(fill=clad, region=+surf_fuel)\n",
288 "pressure_tube = openmc.Cell(fill=clad, region=+pt_inner & -pt_outer)\n",
290 "calendria = openmc.Cell(fill=clad, region=+calendria_inner & -calendria_outer)\n",
337 " clad: 'silver',\n",
H A Dpincell.ipynb165 …"With UO2 finished, let's now create materials for the clad and coolant. Note the use of `add_elem…
767 …ve enough knowledge to create our pin-cell. We need three surfaces to define the fuel and clad:\n",
770 "2. The inner surface of the clad -- same as above\n",
771 "3. The outer surface of the clad -- same as above\n",
791 …ntage of the built-in operators on surfaces to create regions for the fuel, the gap, and the clad:"
825 "clad = openmc.Cell(name='clad')\n",
826 "clad.fill = zirconium\n",
827 "clad.region = clad_region"
854 …"The water region is going to be everything outside of the clad outer radius and within the box fo…
935 " <cell id=\"5\" material=\"3\" name=\"clad\" region=\"4 -5\" universe=\"3\" />\r\n",
[all …]

12345678910>>...27