Predefined Materials

Radiant ships with a library of ready-to-use materials based on the NIST database of elements, compounds and mixtures. Each entry below is a zero-argument constructor that returns a fully-configured Radiant.Material object, with its mass density, mean excitation energy $I$, state of matter (when relevant) and elemental composition (mass weight fractions) preset to the NIST-recommended values.

These constructors are convenience shortcuts: the returned material is identical to one assembled by hand with Material(...), set_density, set_mean_excitation_energy and add_element. Any property can be overridden after construction.

using Radiant

w = Water()                          # liquid water, I = 78 eV, H/O composition
w.set_density(0.998)                 # override the preset density if needed

pb = Lead()                          # elemental lead, I = 823 eV, ρ = 11.35 g/cm³

The full list of available constructors (with the exact preset density, mean excitation energy and composition of each material) follows.

Radiant.A_150_Tissue_Equivalent_PlasticMethod
A_150_Tissue_Equivalent_Plastic()

Build the predefined NIST material A-150 TISSUE-EQUIVALENT PLASTIC and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.127 g/cm³
  • Mean excitation energy $I$: 65.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.101327
    • C0.775501
    • N0.035057
    • O0.052316
    • F0.017422
    • Ca0.018378

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AcetoneMethod
Acetone()

Build the predefined NIST material ACETONE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.7899 g/cm³
  • Mean excitation energy $I$: 64.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.104122
    • C0.620405
    • O0.275473

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AcetyleneMethod
Acetylene()

Build the predefined NIST material ACETYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.0010967 g/cm³
  • Mean excitation energy $I$: 58.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.077418
    • C0.922582

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ActiniumMethod
Actinium()

Build the predefined NIST material ACTINIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 10.07 g/cm³
  • Mean excitation energy $I$: 841 eV
  • Composition (element ⇒ mass weight fraction): Ac1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AdenineMethod
Adenine()

Build the predefined NIST material ADENINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.35 g/cm³
  • Mean excitation energy $I$: 71.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.037294
    • C0.444430
    • N0.518275

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Adipose_Tissue_IcrpMethod
Adipose_Tissue_Icrp()

Build the predefined NIST material ADIPOSE TISSUE (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.92 g/cm³
  • Mean excitation energy $I$: 63.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.119477
    • C0.637240
    • N0.007970
    • O0.232333
    • Na0.000500
    • Mg0.000020
    • P0.000160
    • S0.000730
    • Cl0.001190
    • K0.000320
    • Ca0.000020
    • Fe0.000020
    • Zn0.000020

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Air_Dry_Near_Sea_LevelMethod
Air_Dry_Near_Sea_Level()

Build the predefined NIST material AIR, DRY (NEAR SEA LEVEL) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00120479 g/cm³
  • Mean excitation energy $I$: 85.7 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.000124
    • N0.755267
    • O0.231781
    • Ar0.012827

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AlanineMethod
Alanine()

Build the predefined NIST material ALANINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.42 g/cm³
  • Mean excitation energy $I$: 71.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.079190
    • C0.404439
    • N0.157213
    • O0.359159

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AluminumMethod
Aluminum()

Build the predefined NIST material ALUMINUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.6989 g/cm³
  • Mean excitation energy $I$: 166 eV
  • Composition (element ⇒ mass weight fraction): Al1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Aluminum_OxideMethod
Aluminum_Oxide()

Build the predefined NIST material ALUMINUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.97 g/cm³
  • Mean excitation energy $I$: 145.2 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.470749
    • Al0.529251

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AmberMethod
Amber()

Build the predefined NIST material AMBER and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.1 g/cm³
  • Mean excitation energy $I$: 63.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.105930
    • C0.788973
    • O0.105096

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AmericiumMethod
Americium()

Build the predefined NIST material AMERICIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 13.67 g/cm³
  • Mean excitation energy $I$: 934 eV
  • Composition (element ⇒ mass weight fraction): Am1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AmmoniaMethod
Ammonia()

Build the predefined NIST material AMMONIA and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.000826019 g/cm³
  • Mean excitation energy $I$: 53.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.177547
    • N0.822453

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Amorphous_CarbonMethod
Amorphous_Carbon()

Build the predefined NIST material AMORPHOUS CARBON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2 g/cm³
  • Mean excitation energy $I$: 81 eV
  • Composition (element ⇒ mass weight fraction): C1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AnilineMethod
Aniline()

Build the predefined NIST material ANILINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.0235 g/cm³
  • Mean excitation energy $I$: 66.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.075759
    • C0.773838
    • N0.150403

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AnthraceneMethod
Anthracene()

Build the predefined NIST material ANTHRACENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.283 g/cm³
  • Mean excitation energy $I$: 69.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.056550
    • C0.943450

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AntimonyMethod
Antimony()

Build the predefined NIST material ANTIMONY and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.691 g/cm³
  • Mean excitation energy $I$: 487 eV
  • Composition (element ⇒ mass weight fraction): Sb1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ArgonMethod
Argon()

Build the predefined NIST material ARGON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00166201 g/cm³
  • Mean excitation energy $I$: 188 eV
  • Composition (element ⇒ mass weight fraction): Ar1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ArsenicMethod
Arsenic()

Build the predefined NIST material ARSENIC and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.73 g/cm³
  • Mean excitation energy $I$: 347 eV
  • Composition (element ⇒ mass weight fraction): As1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.AstatineMethod
Astatine()

Build the predefined NIST material ASTATINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.32 g/cm³
  • Mean excitation energy $I$: 825 eV
  • Composition (element ⇒ mass weight fraction): At1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.B_100_Bone_Equivalent_PlasticMethod
B_100_Bone_Equivalent_Plastic()

Build the predefined NIST material B-100 BONE-EQUIVALENT PLASTIC and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.45 g/cm³
  • Mean excitation energy $I$: 85.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.065471
    • C0.536945
    • N0.021500
    • O0.032085
    • F0.167411
    • Ca0.176589

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BakeliteMethod
Bakelite()

Build the predefined NIST material BAKELITE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.25 g/cm³
  • Mean excitation energy $I$: 72.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.057441
    • C0.774591
    • O0.167968

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BariumMethod
Barium()

Build the predefined NIST material BARIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.5 g/cm³
  • Mean excitation energy $I$: 491 eV
  • Composition (element ⇒ mass weight fraction): Ba1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Barium_FluorideMethod
Barium_Fluoride()

Build the predefined NIST material BARIUM FLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.89 g/cm³
  • Mean excitation energy $I$: 375.9 eV
  • Composition (element ⇒ mass weight fraction):
    • F0.216720
    • Ba0.783280

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Barium_SulfateMethod
Barium_Sulfate()

Build the predefined NIST material BARIUM SULFATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.5 g/cm³
  • Mean excitation energy $I$: 285.7 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.274212
    • S0.137368
    • Ba0.588420

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BenzeneMethod
Benzene()

Build the predefined NIST material BENZENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.87865 g/cm³
  • Mean excitation energy $I$: 63.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.077418
    • C0.922582

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BerkeliumMethod
Berkelium()

Build the predefined NIST material BERKELIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 14 g/cm³
  • Mean excitation energy $I$: 952 eV
  • Composition (element ⇒ mass weight fraction): Bk1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BerylliumMethod
Beryllium()

Build the predefined NIST material BERYLLIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.848 g/cm³
  • Mean excitation energy $I$: 63.7 eV
  • Composition (element ⇒ mass weight fraction): Be1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Beryllium_OxideMethod
Beryllium_Oxide()

Build the predefined NIST material BERYLLIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.01 g/cm³
  • Mean excitation energy $I$: 93.2 eV
  • Composition (element ⇒ mass weight fraction):
    • Be0.360320
    • O0.639680

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BismuthMethod
Bismuth()

Build the predefined NIST material BISMUTH and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.747 g/cm³
  • Mean excitation energy $I$: 823 eV
  • Composition (element ⇒ mass weight fraction): Bi1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Bismuth_Germanium_OxideMethod
Bismuth_Germanium_Oxide()

Build the predefined NIST material BISMUTH GERMANIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.13 g/cm³
  • Mean excitation energy $I$: 534.1 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.154126
    • Ge0.174820
    • Bi0.671054

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Blood_IcrpMethod
Blood_Icrp()

Build the predefined NIST material BLOOD (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.06 g/cm³
  • Mean excitation energy $I$: 75.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.101866
    • C0.100020
    • N0.029640
    • O0.759414
    • Na0.001850
    • Mg0.000040
    • Si0.000030
    • P0.000350
    • S0.001850
    • Cl0.002780
    • K0.001630
    • Ca0.000060
    • Fe0.000460
    • Zn0.000010

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Bone_Compact_IcruMethod
Bone_Compact_Icru()

Build the predefined NIST material BONE, COMPACT (ICRU) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.85 g/cm³
  • Mean excitation energy $I$: 91.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.063984
    • C0.278000
    • N0.027000
    • O0.410016
    • Mg0.002000
    • P0.070000
    • S0.002000
    • Ca0.147000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Bone_Cortical_IcrpMethod
Bone_Cortical_Icrp()

Build the predefined NIST material BONE, CORTICAL (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.85 g/cm³
  • Mean excitation energy $I$: 106.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.047234
    • C0.144330
    • N0.041990
    • O0.446096
    • Mg0.002200
    • P0.104970
    • S0.003150
    • Ca0.209930
    • Zn0.000100

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BoronMethod
Boron()

Build the predefined NIST material BORON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.37 g/cm³
  • Mean excitation energy $I$: 76 eV
  • Composition (element ⇒ mass weight fraction): B1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Boron_CarbideMethod
Boron_Carbide()

Build the predefined NIST material BORON CARBIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.52 g/cm³
  • Mean excitation energy $I$: 84.7 eV
  • Composition (element ⇒ mass weight fraction):
    • B0.782610
    • C0.217390

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Boron_OxideMethod
Boron_Oxide()

Build the predefined NIST material BORON OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.812 g/cm³
  • Mean excitation energy $I$: 99.6 eV
  • Composition (element ⇒ mass weight fraction):
    • B0.310551
    • O0.689449

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Brain_IcrpMethod
Brain_Icrp()

Build the predefined NIST material BRAIN (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.03 g/cm³
  • Mean excitation energy $I$: 73.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.110667
    • C0.125420
    • N0.013280
    • O0.737723
    • Na0.001840
    • Mg0.000150
    • P0.003540
    • S0.001770
    • Cl0.002360
    • K0.003100
    • Ca0.000090
    • Fe0.000050
    • Zn0.000010

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.BromineMethod
Bromine()

Build the predefined NIST material BROMINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00707218 g/cm³
  • Mean excitation energy $I$: 343 eV
  • Composition (element ⇒ mass weight fraction): Br1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ButaneMethod
Butane()

Build the predefined NIST material BUTANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00249343 g/cm³
  • Mean excitation energy $I$: 48.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.173408
    • C0.826592

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.C_552_Air_Equivalent_PlasticMethod
C_552_Air_Equivalent_Plastic()

Build the predefined NIST material C-552 AIR-EQUIVALENT PLASTIC and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.76 g/cm³
  • Mean excitation energy $I$: 86.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.024680
    • C0.501610
    • O0.004527
    • F0.465209
    • Si0.003973

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CadmiumMethod
Cadmium()

Build the predefined NIST material CADMIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.65 g/cm³
  • Mean excitation energy $I$: 469 eV
  • Composition (element ⇒ mass weight fraction): Cd1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cadmium_TellurideMethod
Cadmium_Telluride()

Build the predefined NIST material CADMIUM TELLURIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.2 g/cm³
  • Mean excitation energy $I$: 539.3 eV
  • Composition (element ⇒ mass weight fraction):
    • Cd0.468355
    • Te0.531645

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cadmium_TungstateMethod
Cadmium_Tungstate()

Build the predefined NIST material CADMIUM TUNGSTATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.9 g/cm³
  • Mean excitation energy $I$: 468.3 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.177644
    • Cd0.312027
    • W0.510329

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CalciumMethod
Calcium()

Build the predefined NIST material CALCIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.55 g/cm³
  • Mean excitation energy $I$: 191 eV
  • Composition (element ⇒ mass weight fraction): Ca1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Calcium_CarbonateMethod
Calcium_Carbonate()

Build the predefined NIST material CALCIUM CARBONATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.8 g/cm³
  • Mean excitation energy $I$: 136.4 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.120003
    • O0.479554
    • Ca0.400443

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Calcium_FluorideMethod
Calcium_Fluoride()

Build the predefined NIST material CALCIUM FLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.18 g/cm³
  • Mean excitation energy $I$: 166 eV
  • Composition (element ⇒ mass weight fraction):
    • F0.486659
    • Ca0.513341

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Calcium_OxideMethod
Calcium_Oxide()

Build the predefined NIST material CALCIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.3 g/cm³
  • Mean excitation energy $I$: 176.1 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.285299
    • Ca0.714701

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Calcium_SulfateMethod
Calcium_Sulfate()

Build the predefined NIST material CALCIUM SULFATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.96 g/cm³
  • Mean excitation energy $I$: 152.3 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.470095
    • S0.235497
    • Ca0.294408

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Calcium_TungstateMethod
Calcium_Tungstate()

Build the predefined NIST material CALCIUM TUNGSTATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.062 g/cm³
  • Mean excitation energy $I$: 395 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.222270
    • Ca0.139202
    • W0.638529

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CaliforniumMethod
Californium()

Build the predefined NIST material CALIFORNIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 10 g/cm³
  • Mean excitation energy $I$: 966 eV
  • Composition (element ⇒ mass weight fraction): Cf1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Carbon_DioxideMethod
Carbon_Dioxide()

Build the predefined NIST material CARBON DIOXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00184212 g/cm³
  • Mean excitation energy $I$: 85 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.272916
    • O0.727084

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Carbon_GraphiteMethod
Carbon_Graphite()

Build the predefined NIST material CARBON (GRAPHITE) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.7 g/cm³
  • Mean excitation energy $I$: 78 eV
  • Composition (element ⇒ mass weight fraction): C1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Carbon_TetrachlorideMethod
Carbon_Tetrachloride()

Build the predefined NIST material CARBON TETRACHLORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.594 g/cm³
  • Mean excitation energy $I$: 166.3 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.078083
    • Cl0.921917

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cellulose_Acetate_ButyrateMethod
Cellulose_Acetate_Butyrate()

Build the predefined NIST material CELLULOSE ACETATE BUTYRATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.2 g/cm³
  • Mean excitation energy $I$: 74.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.067125
    • C0.545403
    • O0.387472

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cellulose_Acetate_CellophaneMethod
Cellulose_Acetate_Cellophane()

Build the predefined NIST material CELLULOSE ACETATE, CELLOPHANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.42 g/cm³
  • Mean excitation energy $I$: 77.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.062162
    • C0.444462
    • O0.493376

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cellulose_NitrateMethod
Cellulose_Nitrate()

Build the predefined NIST material CELLULOSE NITRATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.49 g/cm³
  • Mean excitation energy $I$: 87 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.029216
    • C0.271296
    • N0.121276
    • O0.578212

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ceric_Sulfate_Dosimeter_SolutionMethod
Ceric_Sulfate_Dosimeter_Solution()

Build the predefined NIST material CERIC SULFATE DOSIMETER SOLUTION and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.03 g/cm³
  • Mean excitation energy $I$: 76.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.107596
    • N0.000800
    • O0.874976
    • S0.014627
    • Ce0.002001

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CeriumMethod
Cerium()

Build the predefined NIST material CERIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.657 g/cm³
  • Mean excitation energy $I$: 523 eV
  • Composition (element ⇒ mass weight fraction): Ce1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CesiumMethod
Cesium()

Build the predefined NIST material CESIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.873 g/cm³
  • Mean excitation energy $I$: 488 eV
  • Composition (element ⇒ mass weight fraction): Cs1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cesium_FluorideMethod
Cesium_Fluoride()

Build the predefined NIST material CESIUM FLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.115 g/cm³
  • Mean excitation energy $I$: 440.7 eV
  • Composition (element ⇒ mass weight fraction):
    • F0.125069
    • Cs0.874931

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Cesium_IodideMethod
Cesium_Iodide()

Build the predefined NIST material CESIUM IODIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.51 g/cm³
  • Mean excitation energy $I$: 553.1 eV
  • Composition (element ⇒ mass weight fraction):
    • I0.488451
    • Cs0.511549

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ChlorineMethod
Chlorine()

Build the predefined NIST material CHLORINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00299473 g/cm³
  • Mean excitation energy $I$: 174 eV
  • Composition (element ⇒ mass weight fraction): Cl1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ChlorobenzeneMethod
Chlorobenzene()

Build the predefined NIST material CHLOROBENZENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.1058 g/cm³
  • Mean excitation energy $I$: 89.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.044772
    • C0.640254
    • Cl0.314974

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ChloroformMethod
Chloroform()

Build the predefined NIST material CHLOROFORM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.4832 g/cm³
  • Mean excitation energy $I$: 156 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.008443
    • C0.100613
    • Cl0.890944

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ChromiumMethod
Chromium()

Build the predefined NIST material CHROMIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.18 g/cm³
  • Mean excitation energy $I$: 257 eV
  • Composition (element ⇒ mass weight fraction): Cr1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CobaltMethod
Cobalt()

Build the predefined NIST material COBALT and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.9 g/cm³
  • Mean excitation energy $I$: 297 eV
  • Composition (element ⇒ mass weight fraction): Co1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Concrete_PortlandMethod
Concrete_Portland()

Build the predefined NIST material CONCRETE, PORTLAND and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.3 g/cm³
  • Mean excitation energy $I$: 135.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.010000
    • C0.001000
    • O0.529107
    • Na0.016000
    • Mg0.002000
    • Al0.033872
    • Si0.337021
    • K0.013000
    • Ca0.044000
    • Fe0.014000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CopperMethod
Copper()

Build the predefined NIST material COPPER and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.96 g/cm³
  • Mean excitation energy $I$: 322 eV
  • Composition (element ⇒ mass weight fraction): Cu1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CuriumMethod
Curium()

Build the predefined NIST material CURIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 13.51 g/cm³
  • Mean excitation energy $I$: 939 eV
  • Composition (element ⇒ mass weight fraction): Cm1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.CyclohexaneMethod
Cyclohexane()

Build the predefined NIST material CYCLOHEXANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.779 g/cm³
  • Mean excitation energy $I$: 56.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.143711
    • C0.856289

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Dichlorodiethyl_EtherMethod
Dichlorodiethyl_Ether()

Build the predefined NIST material DICHLORODIETHYL ETHER and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.2199 g/cm³
  • Mean excitation energy $I$: 103.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.056381
    • C0.335942
    • O0.111874
    • Cl0.495802

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Diethyl_EtherMethod
Diethyl_Ether()

Build the predefined NIST material DIETHYL ETHER and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.71378 g/cm³
  • Mean excitation energy $I$: 60 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.135978
    • C0.648171
    • O0.215851

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Dimethyl_SulfoxideMethod
Dimethyl_Sulfoxide()

Build the predefined NIST material DIMETHYL SULFOXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.1014 g/cm³
  • Mean excitation energy $I$: 98.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.077403
    • C0.307467
    • O0.204782
    • S0.410348

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.DysprosiumMethod
Dysprosium()

Build the predefined NIST material DYSPROSIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.55 g/cm³
  • Mean excitation energy $I$: 628 eV
  • Composition (element ⇒ mass weight fraction): Dy1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ErbiumMethod
Erbium()

Build the predefined NIST material ERBIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.066 g/cm³
  • Mean excitation energy $I$: 658 eV
  • Composition (element ⇒ mass weight fraction): Er1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.EthaneMethod
Ethane()

Build the predefined NIST material ETHANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00125324 g/cm³
  • Mean excitation energy $I$: 45.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.201115
    • C0.798885

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ethyl_AlcoholMethod
Ethyl_Alcohol()

Build the predefined NIST material ETHYL ALCOHOL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.7893 g/cm³
  • Mean excitation energy $I$: 62.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.131269
    • C0.521438
    • O0.347294

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ethyl_CelluloseMethod
Ethyl_Cellulose()

Build the predefined NIST material ETHYL CELLULOSE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.13 g/cm³
  • Mean excitation energy $I$: 69.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.090027
    • C0.585182
    • O0.324791

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.EthyleneMethod
Ethylene()

Build the predefined NIST material ETHYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00117497 g/cm³
  • Mean excitation energy $I$: 50.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.143711
    • C0.856289

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.EuropiumMethod
Europium()

Build the predefined NIST material EUROPIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.243 g/cm³
  • Mean excitation energy $I$: 580 eV
  • Composition (element ⇒ mass weight fraction): Eu1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Eye_Lens_IcrpMethod
Eye_Lens_Icrp()

Build the predefined NIST material EYE LENS (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.1 g/cm³
  • Mean excitation energy $I$: 73.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.099269
    • C0.193710
    • N0.053270
    • O0.653751

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ferric_OxideMethod
Ferric_Oxide()

Build the predefined NIST material FERRIC OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.2 g/cm³
  • Mean excitation energy $I$: 227.3 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.300567
    • Fe0.699433

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.FerroborideMethod
Ferroboride()

Build the predefined NIST material FERROBORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.15 g/cm³
  • Mean excitation energy $I$: 261 eV
  • Composition (element ⇒ mass weight fraction):
    • B0.162174
    • Fe0.837826

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ferrous_OxideMethod
Ferrous_Oxide()

Build the predefined NIST material FERROUS OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.7 g/cm³
  • Mean excitation energy $I$: 248.6 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.222689
    • Fe0.777311

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ferrous_Sulfate_Dosimeter_SolutionMethod
Ferrous_Sulfate_Dosimeter_Solution()

Build the predefined NIST material FERROUS SULFATE DOSIMETER SOLUTION and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.024 g/cm³
  • Mean excitation energy $I$: 76.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.108259
    • N0.000027
    • O0.878636
    • Na0.000022
    • S0.012968
    • Cl0.000034
    • Fe0.000054

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.FluorineMethod
Fluorine()

Build the predefined NIST material FLUORINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00158029 g/cm³
  • Mean excitation energy $I$: 115 eV
  • Composition (element ⇒ mass weight fraction): F1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.FranciumMethod
Francium()

Build the predefined NIST material FRANCIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1 g/cm³
  • Mean excitation energy $I$: 827 eV
  • Composition (element ⇒ mass weight fraction): Fr1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Freon_12Method
Freon_12()

Build the predefined NIST material FREON-12 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.12 g/cm³
  • Mean excitation energy $I$: 143 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.099335
    • F0.314247
    • Cl0.586418

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Freon_12b2Method
Freon_12b2()

Build the predefined NIST material FREON-12B2 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.8 g/cm³
  • Mean excitation energy $I$: 284.9 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.057245
    • F0.181096
    • Br0.761659

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Freon_13Method
Freon_13()

Build the predefined NIST material FREON-13 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.95 g/cm³
  • Mean excitation energy $I$: 126.6 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.114983
    • F0.545622
    • Cl0.339396

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Freon_13b1Method
Freon_13b1()

Build the predefined NIST material FREON-13B1 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.5 g/cm³
  • Mean excitation energy $I$: 210.5 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.080659
    • F0.382749
    • Br0.536592

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Freon_13i1Method
Freon_13i1()

Build the predefined NIST material FREON-13I1 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.8 g/cm³
  • Mean excitation energy $I$: 293.5 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.061309
    • F0.290924
    • I0.647767

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GadoliniumMethod
Gadolinium()

Build the predefined NIST material GADOLINIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.9004 g/cm³
  • Mean excitation energy $I$: 591 eV
  • Composition (element ⇒ mass weight fraction): Gd1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Gadolinium_OxysulfideMethod
Gadolinium_Oxysulfide()

Build the predefined NIST material GADOLINIUM OXYSULFIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.44 g/cm³
  • Mean excitation energy $I$: 493.3 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.084528
    • S0.084690
    • Gd0.830782

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GalliumMethod
Gallium()

Build the predefined NIST material GALLIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.904 g/cm³
  • Mean excitation energy $I$: 334 eV
  • Composition (element ⇒ mass weight fraction): Ga1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Gallium_ArsenideMethod
Gallium_Arsenide()

Build the predefined NIST material GALLIUM ARSENIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.31 g/cm³
  • Mean excitation energy $I$: 384.9 eV
  • Composition (element ⇒ mass weight fraction):
    • Ga0.482019
    • As0.517981

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Gel_In_Photographic_EmulsionMethod
Gel_In_Photographic_Emulsion()

Build the predefined NIST material GEL IN PHOTOGRAPHIC EMULSION and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.2914 g/cm³
  • Mean excitation energy $I$: 74.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.081180
    • C0.416060
    • N0.111240
    • O0.380640
    • S0.010880

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GermaniumMethod
Germanium()

Build the predefined NIST material GERMANIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.323 g/cm³
  • Mean excitation energy $I$: 350 eV
  • Composition (element ⇒ mass weight fraction): Ge1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Glass_LeadMethod
Glass_Lead()

Build the predefined NIST material GLASS, LEAD and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.22 g/cm³
  • Mean excitation energy $I$: 526.4 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.156453
    • Si0.080866
    • Ti0.008092
    • As0.002651
    • Pb0.751938

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Glass_PlateMethod
Glass_Plate()

Build the predefined NIST material GLASS, PLATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.4 g/cm³
  • Mean excitation energy $I$: 145.4 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.459800
    • Na0.096441
    • Si0.336553
    • Ca0.107205

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GlucoseMethod
Glucose()

Build the predefined NIST material GLUCOSE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.54 g/cm³
  • Mean excitation energy $I$: 77.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.071204
    • C0.363652
    • O0.565144

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GlutamineMethod
Glutamine()

Build the predefined NIST material GLUTAMINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.46 g/cm³
  • Mean excitation energy $I$: 73.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.068965
    • C0.410926
    • N0.191681
    • O0.328427

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GlycerolMethod
Glycerol()

Build the predefined NIST material GLYCEROL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.2613 g/cm³
  • Mean excitation energy $I$: 72.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.087554
    • C0.391262
    • O0.521185

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GoldMethod
Gold()

Build the predefined NIST material GOLD and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 19.32 g/cm³
  • Mean excitation energy $I$: 790 eV
  • Composition (element ⇒ mass weight fraction): Au1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.GuanineMethod
Guanine()

Build the predefined NIST material GUANINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.58 g/cm³
  • Mean excitation energy $I$: 75 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.033346
    • C0.397380
    • N0.463407
    • O0.105867

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Gypsum_Plaster_Of_ParisMethod
Gypsum_Plaster_Of_Paris()

Build the predefined NIST material GYPSUM, PLASTER OF PARIS and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.32 g/cm³
  • Mean excitation energy $I$: 129.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.023416
    • O0.557572
    • S0.186215
    • Ca0.232797

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.HafniumMethod
Hafnium()

Build the predefined NIST material HAFNIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 13.31 g/cm³
  • Mean excitation energy $I$: 705 eV
  • Composition (element ⇒ mass weight fraction): Hf1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.HeliumMethod
Helium()

Build the predefined NIST material HELIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.000166322 g/cm³
  • Mean excitation energy $I$: 41.8 eV
  • Composition (element ⇒ mass weight fraction): He1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.HolmiumMethod
Holmium()

Build the predefined NIST material HOLMIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.795 g/cm³
  • Mean excitation energy $I$: 650 eV
  • Composition (element ⇒ mass weight fraction): Ho1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.HydrogenMethod
Hydrogen()

Build the predefined NIST material HYDROGEN and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.3748e-05 g/cm³
  • Mean excitation energy $I$: 19.2 eV
  • Composition (element ⇒ mass weight fraction): H1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.IndiumMethod
Indium()

Build the predefined NIST material INDIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.31 g/cm³
  • Mean excitation energy $I$: 488 eV
  • Composition (element ⇒ mass weight fraction): In1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.IodineMethod
Iodine()

Build the predefined NIST material IODINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.93 g/cm³
  • Mean excitation energy $I$: 491 eV
  • Composition (element ⇒ mass weight fraction): I1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.IridiumMethod
Iridium()

Build the predefined NIST material IRIDIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 22.42 g/cm³
  • Mean excitation energy $I$: 757 eV
  • Composition (element ⇒ mass weight fraction): Ir1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.IronMethod
Iron()

Build the predefined NIST material IRON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.874 g/cm³
  • Mean excitation energy $I$: 286 eV
  • Composition (element ⇒ mass weight fraction): Fe1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Kapton_Polyimide_FilmMethod
Kapton_Polyimide_Film()

Build the predefined NIST material KAPTON POLYIMIDE FILM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.42 g/cm³
  • Mean excitation energy $I$: 79.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.026362
    • C0.691133
    • N0.073270
    • O0.209235

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.KryptonMethod
Krypton()

Build the predefined NIST material KRYPTON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00347832 g/cm³
  • Mean excitation energy $I$: 352 eV
  • Composition (element ⇒ mass weight fraction): Kr1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.LanthanumMethod
Lanthanum()

Build the predefined NIST material LANTHANUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.154 g/cm³
  • Mean excitation energy $I$: 501 eV
  • Composition (element ⇒ mass weight fraction): La1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lanthanum_OxybromideMethod
Lanthanum_Oxybromide()

Build the predefined NIST material LANTHANUM OXYBROMIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.28 g/cm³
  • Mean excitation energy $I$: 439.7 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.068138
    • Br0.340294
    • La0.591568

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lanthanum_OxysulfideMethod
Lanthanum_Oxysulfide()

Build the predefined NIST material LANTHANUM OXYSULFIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.86 g/cm³
  • Mean excitation energy $I$: 421.2 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.093600
    • S0.093778
    • La0.812622

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.LeadMethod
Lead()

Build the predefined NIST material LEAD and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 11.35 g/cm³
  • Mean excitation energy $I$: 823 eV
  • Composition (element ⇒ mass weight fraction): Pb1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lead_OxideMethod
Lead_Oxide()

Build the predefined NIST material LEAD OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.53 g/cm³
  • Mean excitation energy $I$: 766.7 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.071682
    • Pb0.928318

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.LithiumMethod
Lithium()

Build the predefined NIST material LITHIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.534 g/cm³
  • Mean excitation energy $I$: 40 eV
  • Composition (element ⇒ mass weight fraction): Li1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_AmideMethod
Lithium_Amide()

Build the predefined NIST material LITHIUM AMIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.178 g/cm³
  • Mean excitation energy $I$: 55.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.087783
    • Li0.302262
    • N0.609955

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_CarbonateMethod
Lithium_Carbonate()

Build the predefined NIST material LITHIUM CARBONATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.11 g/cm³
  • Mean excitation energy $I$: 87.9 eV
  • Composition (element ⇒ mass weight fraction):
    • Li0.187871
    • C0.162550
    • O0.649579

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_FluorideMethod
Lithium_Fluoride()

Build the predefined NIST material LITHIUM FLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.635 g/cm³
  • Mean excitation energy $I$: 94 eV
  • Composition (element ⇒ mass weight fraction):
    • Li0.267585
    • F0.732415

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_HydrideMethod
Lithium_Hydride()

Build the predefined NIST material LITHIUM HYDRIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.82 g/cm³
  • Mean excitation energy $I$: 36.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.126797
    • Li0.873203

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_IodideMethod
Lithium_Iodide()

Build the predefined NIST material LITHIUM IODIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.494 g/cm³
  • Mean excitation energy $I$: 485.1 eV
  • Composition (element ⇒ mass weight fraction):
    • Li0.051858
    • I0.948142

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_OxideMethod
Lithium_Oxide()

Build the predefined NIST material LITHIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.013 g/cm³
  • Mean excitation energy $I$: 73.6 eV
  • Composition (element ⇒ mass weight fraction):
    • Li0.464570
    • O0.535430

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lithium_TetraborateMethod
Lithium_Tetraborate()

Build the predefined NIST material LITHIUM TETRABORATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.44 g/cm³
  • Mean excitation energy $I$: 94.6 eV
  • Composition (element ⇒ mass weight fraction):
    • Li0.082085
    • B0.255680
    • O0.662235

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Lung_IcrpMethod
Lung_Icrp()

Build the predefined NIST material LUNG (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.05 g/cm³
  • Mean excitation energy $I$: 75.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.101278
    • C0.102310
    • N0.028650
    • O0.757072
    • Na0.001840
    • Mg0.000730
    • P0.000800
    • S0.002250
    • Cl0.002660
    • K0.001940
    • Ca0.000090
    • Fe0.000370
    • Zn0.000010

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.LutetiumMethod
Lutetium()

Build the predefined NIST material LUTETIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.84 g/cm³
  • Mean excitation energy $I$: 694 eV
  • Composition (element ⇒ mass weight fraction): Lu1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.M1_2_DichlorobenzeneMethod
M1_2_Dichlorobenzene()

Build the predefined NIST material 1,2-DICHLOROBENZENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.3048 g/cm³
  • Mean excitation energy $I$: 106.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.027425
    • C0.490233
    • Cl0.482342

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.M1_2_DichloroethaneMethod
M1_2_Dichloroethane()

Build the predefined NIST material 1,2-DICHLOROETHANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.2351 g/cm³
  • Mean excitation energy $I$: 111.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.040740
    • C0.242746
    • Cl0.716515

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.M3_WaxMethod
M3_Wax()

Build the predefined NIST material M3 WAX and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.05 g/cm³
  • Mean excitation energy $I$: 67.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.114318
    • C0.655823
    • O0.092183
    • Mg0.134792
    • Ca0.002883

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.MagnesiumMethod
Magnesium()

Build the predefined NIST material MAGNESIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.74 g/cm³
  • Mean excitation energy $I$: 156 eV
  • Composition (element ⇒ mass weight fraction): Mg1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Magnesium_CarbonateMethod
Magnesium_Carbonate()

Build the predefined NIST material MAGNESIUM CARBONATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.958 g/cm³
  • Mean excitation energy $I$: 118 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.142455
    • O0.569278
    • Mg0.288267

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Magnesium_FluorideMethod
Magnesium_Fluoride()

Build the predefined NIST material MAGNESIUM FLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3 g/cm³
  • Mean excitation energy $I$: 134.3 eV
  • Composition (element ⇒ mass weight fraction):
    • F0.609883
    • Mg0.390117

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Magnesium_OxideMethod
Magnesium_Oxide()

Build the predefined NIST material MAGNESIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.58 g/cm³
  • Mean excitation energy $I$: 143.8 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.396964
    • Mg0.603036

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Magnesium_TetraborateMethod
Magnesium_Tetraborate()

Build the predefined NIST material MAGNESIUM TETRABORATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.53 g/cm³
  • Mean excitation energy $I$: 108.3 eV
  • Composition (element ⇒ mass weight fraction):
    • B0.240837
    • O0.623790
    • Mg0.135373

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ManganeseMethod
Manganese()

Build the predefined NIST material MANGANESE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.44 g/cm³
  • Mean excitation energy $I$: 272 eV
  • Composition (element ⇒ mass weight fraction): Mn1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Mercuric_IodideMethod
Mercuric_Iodide()

Build the predefined NIST material MERCURIC IODIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.36 g/cm³
  • Mean excitation energy $I$: 684.5 eV
  • Composition (element ⇒ mass weight fraction):
    • I0.558560
    • Hg0.441440

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.MercuryMethod
Mercury()

Build the predefined NIST material MERCURY and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 13.546 g/cm³
  • Mean excitation energy $I$: 800 eV
  • Composition (element ⇒ mass weight fraction): Hg1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.MethaneMethod
Methane()

Build the predefined NIST material METHANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.000667151 g/cm³
  • Mean excitation energy $I$: 41.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.251306
    • C0.748694

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.MethanolMethod
Methanol()

Build the predefined NIST material METHANOL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.7914 g/cm³
  • Mean excitation energy $I$: 67.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.125822
    • C0.374852
    • O0.499326

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Mix_D_WaxMethod
Mix_D_Wax()

Build the predefined NIST material MIX D WAX and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.99 g/cm³
  • Mean excitation energy $I$: 60.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.134040
    • C0.777960
    • O0.035020
    • Mg0.038594
    • Ti0.014386

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.MolybdenumMethod
Molybdenum()

Build the predefined NIST material MOLYBDENUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 10.22 g/cm³
  • Mean excitation energy $I$: 424 eV
  • Composition (element ⇒ mass weight fraction): Mo1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Ms20_Tissue_SubstituteMethod
Ms20_Tissue_Substitute()

Build the predefined NIST material MS20 TISSUE SUBSTITUTE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1 g/cm³
  • Mean excitation energy $I$: 75.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.081192
    • C0.583442
    • N0.017798
    • O0.186381
    • Mg0.130287
    • Cl0.000900

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Muscle_Equivalent_Liquid_With_SucroseMethod
Muscle_Equivalent_Liquid_With_Sucrose()

Build the predefined NIST material MUSCLE-EQUIVALENT LIQUID, WITH SUCROSE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.11 g/cm³
  • Mean excitation energy $I$: 74.3 eV
  • State of matter: liquid
  • Composition (element ⇒ mass weight fraction):
    • H0.098234
    • C0.156214
    • N0.035451
    • O0.710100

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Muscle_Equivalent_Liquid_Without_SucroseMethod
Muscle_Equivalent_Liquid_Without_Sucrose()

Build the predefined NIST material MUSCLE-EQUIVALENT LIQUID, WITHOUT SUCROSE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.07 g/cm³
  • Mean excitation energy $I$: 74.2 eV
  • State of matter: liquid
  • Composition (element ⇒ mass weight fraction):
    • H0.101969
    • C0.120058
    • N0.035451
    • O0.742522

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Muscle_Skeletal_IcrpMethod
Muscle_Skeletal_Icrp()

Build the predefined NIST material MUSCLE, SKELETAL (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.04 g/cm³
  • Mean excitation energy $I$: 75.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.100637
    • C0.107830
    • N0.027680
    • O0.754773
    • Na0.000750
    • Mg0.000190
    • P0.001800
    • S0.002410
    • Cl0.000790
    • K0.003020
    • Ca0.000030
    • Fe0.000040
    • Zn0.000050

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Muscle_Striated_IcruMethod
Muscle_Striated_Icru()

Build the predefined NIST material MUSCLE, STRIATED (ICRU) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.04 g/cm³
  • Mean excitation energy $I$: 74.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.101997
    • C0.123000
    • N0.035000
    • O0.729003
    • Na0.000800
    • Mg0.000200
    • P0.002000
    • S0.005000
    • K0.003000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.N_Butyl_AlcoholMethod
N_Butyl_Alcohol()

Build the predefined NIST material N-BUTYL ALCOHOL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.8098 g/cm³
  • Mean excitation energy $I$: 59.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.135978
    • C0.648171
    • O0.215851

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.N_HeptaneMethod
N_Heptane()

Build the predefined NIST material N-HEPTANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.68376 g/cm³
  • Mean excitation energy $I$: 54.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.160937
    • C0.839063

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.N_HexaneMethod
N_Hexane()

Build the predefined NIST material N-HEXANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.6603 g/cm³
  • Mean excitation energy $I$: 54 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.163741
    • C0.836259

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.N_N_Dimethyl_FormamideMethod
N_N_Dimethyl_Formamide()

Build the predefined NIST material N,N-DIMETHYL FORMAMIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.9487 g/cm³
  • Mean excitation energy $I$: 66.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.096523
    • C0.492965
    • N0.191625
    • O0.218887

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.N_PentaneMethod
N_Pentane()

Build the predefined NIST material N-PENTANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.6262 g/cm³
  • Mean excitation energy $I$: 53.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.167635
    • C0.832365

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.N_Propyl_AlcoholMethod
N_Propyl_Alcohol()

Build the predefined NIST material N-PROPYL ALCOHOL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.8035 g/cm³
  • Mean excitation energy $I$: 61.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.134173
    • C0.599595
    • O0.266232

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NaphthaleneMethod
Naphthalene()

Build the predefined NIST material NAPHTHALENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.145 g/cm³
  • Mean excitation energy $I$: 68.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.062909
    • C0.937091

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NeodymiumMethod
Neodymium()

Build the predefined NIST material NEODYMIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.9 g/cm³
  • Mean excitation energy $I$: 546 eV
  • Composition (element ⇒ mass weight fraction): Nd1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NeonMethod
Neon()

Build the predefined NIST material NEON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.000838505 g/cm³
  • Mean excitation energy $I$: 137 eV
  • Composition (element ⇒ mass weight fraction): Ne1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NeptuniumMethod
Neptunium()

Build the predefined NIST material NEPTUNIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 20.25 g/cm³
  • Mean excitation energy $I$: 902 eV
  • Composition (element ⇒ mass weight fraction): Np1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NickelMethod
Nickel()

Build the predefined NIST material NICKEL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.902 g/cm³
  • Mean excitation energy $I$: 311 eV
  • Composition (element ⇒ mass weight fraction): Ni1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NiobiumMethod
Niobium()

Build the predefined NIST material NIOBIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.57 g/cm³
  • Mean excitation energy $I$: 417 eV
  • Composition (element ⇒ mass weight fraction): Nb1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NitrobenzeneMethod
Nitrobenzene()

Build the predefined NIST material NITROBENZENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.19867 g/cm³
  • Mean excitation energy $I$: 75.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.040935
    • C0.585374
    • N0.113773
    • O0.259918

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.NitrogenMethod
Nitrogen()

Build the predefined NIST material NITROGEN and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00116528 g/cm³
  • Mean excitation energy $I$: 82 eV
  • Composition (element ⇒ mass weight fraction): N1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Nitrous_OxideMethod
Nitrous_Oxide()

Build the predefined NIST material NITROUS OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00183094 g/cm³
  • Mean excitation energy $I$: 84.9 eV
  • Composition (element ⇒ mass weight fraction):
    • N0.636483
    • O0.363517

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Nylon_Du_Pont_Elvamide_8062Method
Nylon_Du_Pont_Elvamide_8062()

Build the predefined NIST material NYLON, DU PONT ELVAMIDE 8062 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.08 g/cm³
  • Mean excitation energy $I$: 64.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.103509
    • C0.648415
    • N0.099536
    • O0.148539

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Nylon_Type_11_RilsanMethod
Nylon_Type_11_Rilsan()

Build the predefined NIST material NYLON, TYPE 11 (RILSAN) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.425 g/cm³
  • Mean excitation energy $I$: 61.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.115476
    • C0.720819
    • N0.076417
    • O0.087289

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Nylon_Type_6_10Method
Nylon_Type_6_10()

Build the predefined NIST material NYLON, TYPE 6/10 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.14 g/cm³
  • Mean excitation energy $I$: 63.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.107062
    • C0.680449
    • N0.099189
    • O0.113300

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Nylon_Type_6_And_Type_6_6Method
Nylon_Type_6_And_Type_6_6()

Build the predefined NIST material NYLON, TYPE 6 AND TYPE 6/6 and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.14 g/cm³
  • Mean excitation energy $I$: 63.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.097976
    • C0.636856
    • N0.123779
    • O0.141389

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Octane_LiquidMethod
Octane_Liquid()

Build the predefined NIST material OCTANE, LIQUID and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.7026 g/cm³
  • Mean excitation energy $I$: 54.7 eV
  • State of matter: liquid
  • Composition (element ⇒ mass weight fraction):
    • H0.158821
    • C0.841179

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.OsmiumMethod
Osmium()

Build the predefined NIST material OSMIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 22.57 g/cm³
  • Mean excitation energy $I$: 746 eV
  • Composition (element ⇒ mass weight fraction): Os1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.OxygenMethod
Oxygen()

Build the predefined NIST material OXYGEN and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00133151 g/cm³
  • Mean excitation energy $I$: 95 eV
  • Composition (element ⇒ mass weight fraction): O1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PalladiumMethod
Palladium()

Build the predefined NIST material PALLADIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 12.02 g/cm³
  • Mean excitation energy $I$: 470 eV
  • Composition (element ⇒ mass weight fraction): Pd1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Paraffin_WaxMethod
Paraffin_Wax()

Build the predefined NIST material PARAFFIN WAX and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.93 g/cm³
  • Mean excitation energy $I$: 55.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.148605
    • C0.851395

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PhosphorusMethod
Phosphorus()

Build the predefined NIST material PHOSPHORUS and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.2 g/cm³
  • Mean excitation energy $I$: 173 eV
  • Composition (element ⇒ mass weight fraction): P1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Photographic_EmulsionMethod
Photographic_Emulsion()

Build the predefined NIST material PHOTOGRAPHIC EMULSION and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.815 g/cm³
  • Mean excitation energy $I$: 331 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.014100
    • C0.072261
    • N0.019320
    • O0.066101
    • S0.001890
    • Br0.349103
    • Ag0.474105
    • I0.003120

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Plastic_Scintillator_Vinyltoluene_BasedMethod
Plastic_Scintillator_Vinyltoluene_Based()

Build the predefined NIST material PLASTIC SCINTILLATOR (VINYLTOLUENE BASED) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.032 g/cm³
  • Mean excitation energy $I$: 64.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.085000
    • C0.915000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PlatinumMethod
Platinum()

Build the predefined NIST material PLATINUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 21.45 g/cm³
  • Mean excitation energy $I$: 790 eV
  • Composition (element ⇒ mass weight fraction): Pt1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PlutoniumMethod
Plutonium()

Build the predefined NIST material PLUTONIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 19.84 g/cm³
  • Mean excitation energy $I$: 921 eV
  • Composition (element ⇒ mass weight fraction): Pu1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Plutonium_DioxideMethod
Plutonium_Dioxide()

Build the predefined NIST material PLUTONIUM DIOXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 11.46 g/cm³
  • Mean excitation energy $I$: 746.5 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.118055
    • Pu0.881945

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PoloniumMethod
Polonium()

Build the predefined NIST material POLONIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.32 g/cm³
  • Mean excitation energy $I$: 830 eV
  • Composition (element ⇒ mass weight fraction): Po1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolyacrylonitrileMethod
Polyacrylonitrile()

Build the predefined NIST material POLYACRYLONITRILE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.17 g/cm³
  • Mean excitation energy $I$: 69.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.056983
    • C0.679056
    • N0.263962

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polycarbonate_Makrolon_LexanMethod
Polycarbonate_Makrolon_Lexan()

Build the predefined NIST material POLYCARBONATE (MAKROLON, LEXAN) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.2 g/cm³
  • Mean excitation energy $I$: 73.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.055491
    • C0.755751
    • O0.188758

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolychlorostyreneMethod
Polychlorostyrene()

Build the predefined NIST material POLYCHLOROSTYRENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.3 g/cm³
  • Mean excitation energy $I$: 81.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.061869
    • C0.696325
    • Cl0.241806

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolyethyleneMethod
Polyethylene()

Build the predefined NIST material POLYETHYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.94 g/cm³
  • Mean excitation energy $I$: 57.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.143711
    • C0.856289

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyethylene_Terephthalate_MylarMethod
Polyethylene_Terephthalate_Mylar()

Build the predefined NIST material POLYETHYLENE TEREPHTHALATE (MYLAR) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.4 g/cm³
  • Mean excitation energy $I$: 78.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.041959
    • C0.625017
    • O0.333025

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polymethyl_Methacralate_Lucite_Perspex_PlexiglassMethod
Polymethyl_Methacralate_Lucite_Perspex_Plexiglass()

Build the predefined NIST material POLYMETHYL METHACRALATE (LUCITE, PERSPEX, PLEXIGLASS) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.19 g/cm³
  • Mean excitation energy $I$: 74 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.080538
    • C0.599848
    • O0.319614

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolyoxymethyleneMethod
Polyoxymethylene()

Build the predefined NIST material POLYOXYMETHYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.425 g/cm³
  • Mean excitation energy $I$: 77.4 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.067135
    • C0.400017
    • O0.532848

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolypropyleneMethod
Polypropylene()

Build the predefined NIST material POLYPROPYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.9 g/cm³
  • Mean excitation energy $I$: 56.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.143711
    • C0.856289

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolystyreneMethod
Polystyrene()

Build the predefined NIST material POLYSTYRENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.06 g/cm³
  • Mean excitation energy $I$: 68.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.077418
    • C0.922582

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polytetrafluoroethylene_TeflonMethod
Polytetrafluoroethylene_Teflon()

Build the predefined NIST material POLYTETRAFLUOROETHYLENE (TEFLON) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.2 g/cm³
  • Mean excitation energy $I$: 99.1 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.240183
    • F0.759817

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PolytrifluorochloroethyleneMethod
Polytrifluorochloroethylene()

Build the predefined NIST material POLYTRIFLUOROCHLOROETHYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.1 g/cm³
  • Mean excitation energy $I$: 120.7 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.206250
    • F0.489354
    • Cl0.304395

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinyl_AcetateMethod
Polyvinyl_Acetate()

Build the predefined NIST material POLYVINYL ACETATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.19 g/cm³
  • Mean excitation energy $I$: 73.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.070245
    • C0.558066
    • O0.371689

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinyl_AlcoholMethod
Polyvinyl_Alcohol()

Build the predefined NIST material POLYVINYL ALCOHOL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.3 g/cm³
  • Mean excitation energy $I$: 69.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.091517
    • C0.545298
    • O0.363185

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinyl_ButyralMethod
Polyvinyl_Butyral()

Build the predefined NIST material POLYVINYL BUTYRAL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.12 g/cm³
  • Mean excitation energy $I$: 67.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.092802
    • C0.680561
    • O0.226637

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinyl_ChlorideMethod
Polyvinyl_Chloride()

Build the predefined NIST material POLYVINYL CHLORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.3 g/cm³
  • Mean excitation energy $I$: 108.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.048380
    • C0.384360
    • Cl0.567260

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinyl_PyrrolidoneMethod
Polyvinyl_Pyrrolidone()

Build the predefined NIST material POLYVINYL PYRROLIDONE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.25 g/cm³
  • Mean excitation energy $I$: 67.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.081616
    • C0.648407
    • N0.126024
    • O0.143953

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinylidene_Chloride_SaranMethod
Polyvinylidene_Chloride_Saran()

Build the predefined NIST material POLYVINYLIDENE CHLORIDE, SARAN and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.7 g/cm³
  • Mean excitation energy $I$: 134.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.020793
    • C0.247793
    • Cl0.731413

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Polyvinylidene_FluorideMethod
Polyvinylidene_Fluoride()

Build the predefined NIST material POLYVINYLIDENE FLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.76 g/cm³
  • Mean excitation energy $I$: 88.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.031480
    • C0.375141
    • F0.593379

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PotassiumMethod
Potassium()

Build the predefined NIST material POTASSIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.862 g/cm³
  • Mean excitation energy $I$: 190 eV
  • Composition (element ⇒ mass weight fraction): K1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Potassium_IodideMethod
Potassium_Iodide()

Build the predefined NIST material POTASSIUM IODIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.13 g/cm³
  • Mean excitation energy $I$: 431.9 eV
  • Composition (element ⇒ mass weight fraction):
    • K0.235528
    • I0.764472

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Potassium_OxideMethod
Potassium_Oxide()

Build the predefined NIST material POTASSIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.32 g/cm³
  • Mean excitation energy $I$: 189.9 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.169852
    • K0.830148

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PraseodymiumMethod
Praseodymium()

Build the predefined NIST material PRASEODYMIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.71 g/cm³
  • Mean excitation energy $I$: 535 eV
  • Composition (element ⇒ mass weight fraction): Pr1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PromethiumMethod
Promethium()

Build the predefined NIST material PROMETHIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.22 g/cm³
  • Mean excitation energy $I$: 560 eV
  • Composition (element ⇒ mass weight fraction): Pm1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PropaneMethod
Propane()

Build the predefined NIST material PROPANE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00187939 g/cm³
  • Mean excitation energy $I$: 47.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.182855
    • C0.817145

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Propane_LiquidMethod
Propane_Liquid()

Build the predefined NIST material PROPANE, LIQUID and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.43 g/cm³
  • Mean excitation energy $I$: 52 eV
  • State of matter: liquid
  • Composition (element ⇒ mass weight fraction):
    • H0.182855
    • C0.817145

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ProtactiniumMethod
Protactinium()

Build the predefined NIST material PROTACTINIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 15.37 g/cm³
  • Mean excitation energy $I$: 878 eV
  • Composition (element ⇒ mass weight fraction): Pa1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Pyrex_GlassMethod
Pyrex_Glass()

Build the predefined NIST material Pyrex Glass and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.23 g/cm³
  • Mean excitation energy $I$: 134 eV
  • Composition (element ⇒ mass weight fraction):
    • B0.040064
    • O0.539562
    • Na0.028191
    • Al0.011644
    • Si0.377220
    • K0.003321

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.PyridineMethod
Pyridine()

Build the predefined NIST material PYRIDINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.9819 g/cm³
  • Mean excitation energy $I$: 66.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.063710
    • C0.759217
    • N0.177073

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.RadiumMethod
Radium()

Build the predefined NIST material RADIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5 g/cm³
  • Mean excitation energy $I$: 826 eV
  • Composition (element ⇒ mass weight fraction): Ra1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.RadonMethod
Radon()

Build the predefined NIST material RADON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00906618 g/cm³
  • Mean excitation energy $I$: 794 eV
  • Composition (element ⇒ mass weight fraction): Rn1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.RheniumMethod
Rhenium()

Build the predefined NIST material RHENIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 21.02 g/cm³
  • Mean excitation energy $I$: 736 eV
  • Composition (element ⇒ mass weight fraction): Re1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.RhodiumMethod
Rhodium()

Build the predefined NIST material RHODIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 12.41 g/cm³
  • Mean excitation energy $I$: 449 eV
  • Composition (element ⇒ mass weight fraction): Rh1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Rubber_ButylMethod
Rubber_Butyl()

Build the predefined NIST material RUBBER, BUTYL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.92 g/cm³
  • Mean excitation energy $I$: 56.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.143711
    • C0.856289

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Rubber_NaturalMethod
Rubber_Natural()

Build the predefined NIST material RUBBER, NATURAL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.92 g/cm³
  • Mean excitation energy $I$: 59.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.118371
    • C0.881629

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Rubber_NeopreneMethod
Rubber_Neoprene()

Build the predefined NIST material RUBBER, NEOPRENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.23 g/cm³
  • Mean excitation energy $I$: 93 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.056920
    • C0.542646
    • Cl0.400434

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.RubidiumMethod
Rubidium()

Build the predefined NIST material RUBIDIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.532 g/cm³
  • Mean excitation energy $I$: 363 eV
  • Composition (element ⇒ mass weight fraction): Rb1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.RutheniumMethod
Ruthenium()

Build the predefined NIST material RUTHENIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 12.41 g/cm³
  • Mean excitation energy $I$: 441 eV
  • Composition (element ⇒ mass weight fraction): Ru1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SamariumMethod
Samarium()

Build the predefined NIST material SAMARIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.46 g/cm³
  • Mean excitation energy $I$: 574 eV
  • Composition (element ⇒ mass weight fraction): Sm1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ScandiumMethod
Scandium()

Build the predefined NIST material SCANDIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.989 g/cm³
  • Mean excitation energy $I$: 216 eV
  • Composition (element ⇒ mass weight fraction): Sc1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SeleniumMethod
Selenium()

Build the predefined NIST material SELENIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.5 g/cm³
  • Mean excitation energy $I$: 348 eV
  • Composition (element ⇒ mass weight fraction): Se1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SiliconMethod
Silicon()

Build the predefined NIST material SILICON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.33 g/cm³
  • Mean excitation energy $I$: 173 eV
  • Composition (element ⇒ mass weight fraction): Si1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Silicon_DioxideMethod
Silicon_Dioxide()

Build the predefined NIST material SILICON DIOXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.32 g/cm³
  • Mean excitation energy $I$: 139.2 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.532565
    • Si0.467435

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SilverMethod
Silver()

Build the predefined NIST material SILVER and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 10.5 g/cm³
  • Mean excitation energy $I$: 470 eV
  • Composition (element ⇒ mass weight fraction): Ag1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Silver_BromideMethod
Silver_Bromide()

Build the predefined NIST material SILVER BROMIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.473 g/cm³
  • Mean excitation energy $I$: 486.6 eV
  • Composition (element ⇒ mass weight fraction):
    • Br0.425537
    • Ag0.574463

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Silver_ChlorideMethod
Silver_Chloride()

Build the predefined NIST material SILVER CHLORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 5.56 g/cm³
  • Mean excitation energy $I$: 398.4 eV
  • Composition (element ⇒ mass weight fraction):
    • Cl0.247368
    • Ag0.752632

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Silver_Halides_In_Photographic_EmulsionMethod
Silver_Halides_In_Photographic_Emulsion()

Build the predefined NIST material SILVER HALIDES IN PHOTOGRAPHIC EMULSION and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.47 g/cm³
  • Mean excitation energy $I$: 487.1 eV
  • Composition (element ⇒ mass weight fraction):
    • Br0.422895
    • Ag0.573748
    • I0.003357

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Silver_IodideMethod
Silver_Iodide()

Build the predefined NIST material SILVER IODIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.01 g/cm³
  • Mean excitation energy $I$: 543.5 eV
  • Composition (element ⇒ mass weight fraction):
    • Ag0.459458
    • I0.540542

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Skin_IcrpMethod
Skin_Icrp()

Build the predefined NIST material SKIN (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.1 g/cm³
  • Mean excitation energy $I$: 72.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.100588
    • C0.228250
    • N0.046420
    • O0.619002
    • Na0.000070
    • Mg0.000060
    • P0.000330
    • S0.001590
    • Cl0.002670
    • K0.000850
    • Ca0.000150
    • Fe0.000010
    • Zn0.000010

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SodiumMethod
Sodium()

Build the predefined NIST material SODIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.971 g/cm³
  • Mean excitation energy $I$: 149 eV
  • Composition (element ⇒ mass weight fraction): Na1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Sodium_CarbonateMethod
Sodium_Carbonate()

Build the predefined NIST material SODIUM CARBONATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.532 g/cm³
  • Mean excitation energy $I$: 125 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.113323
    • O0.452861
    • Na0.433815

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Sodium_IodideMethod
Sodium_Iodide()

Build the predefined NIST material SODIUM IODIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 3.667 g/cm³
  • Mean excitation energy $I$: 452 eV
  • Composition (element ⇒ mass weight fraction):
    • Na0.153373
    • I0.846627

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Sodium_MonoxideMethod
Sodium_Monoxide()

Build the predefined NIST material SODIUM MONOXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.27 g/cm³
  • Mean excitation energy $I$: 148.8 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.258143
    • Na0.741857

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Sodium_NitrateMethod
Sodium_Nitrate()

Build the predefined NIST material SODIUM NITRATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.261 g/cm³
  • Mean excitation energy $I$: 114.6 eV
  • Composition (element ⇒ mass weight fraction):
    • N0.164795
    • O0.564720
    • Na0.270485

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.StilbeneMethod
Stilbene()

Build the predefined NIST material STILBENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.9707 g/cm³
  • Mean excitation energy $I$: 67.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.067101
    • C0.932899

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.StrontiumMethod
Strontium()

Build the predefined NIST material STRONTIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.54 g/cm³
  • Mean excitation energy $I$: 366 eV
  • Composition (element ⇒ mass weight fraction): Sr1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SucroseMethod
Sucrose()

Build the predefined NIST material SUCROSE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.5805 g/cm³
  • Mean excitation energy $I$: 77.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.064779
    • C0.421070
    • O0.514151

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.SulfurMethod
Sulfur()

Build the predefined NIST material SULFUR and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2 g/cm³
  • Mean excitation energy $I$: 180 eV
  • Composition (element ⇒ mass weight fraction): S1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TantalumMethod
Tantalum()

Build the predefined NIST material TANTALUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 16.654 g/cm³
  • Mean excitation energy $I$: 718 eV
  • Composition (element ⇒ mass weight fraction): Ta1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TechnetiumMethod
Technetium()

Build the predefined NIST material TECHNETIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 11.5 g/cm³
  • Mean excitation energy $I$: 428 eV
  • Composition (element ⇒ mass weight fraction): Tc1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TelluriumMethod
Tellurium()

Build the predefined NIST material TELLURIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.24 g/cm³
  • Mean excitation energy $I$: 485 eV
  • Composition (element ⇒ mass weight fraction): Te1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TerbiumMethod
Terbium()

Build the predefined NIST material TERBIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 8.229 g/cm³
  • Mean excitation energy $I$: 614 eV
  • Composition (element ⇒ mass weight fraction): Tb1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TerphenylMethod
Terphenyl()

Build the predefined NIST material TERPHENYL and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.234 g/cm³
  • Mean excitation energy $I$: 71.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.044543
    • C0.955457

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Testes_IcrpMethod
Testes_Icrp()

Build the predefined NIST material TESTES (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.04 g/cm³
  • Mean excitation energy $I$: 75 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.104166
    • C0.092270
    • N0.019940
    • O0.773884
    • Na0.002260
    • Mg0.000110
    • P0.001250
    • S0.001460
    • Cl0.002440
    • K0.002080
    • Ca0.000100
    • Fe0.000020
    • Zn0.000020

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TetrachloroethyleneMethod
Tetrachloroethylene()

Build the predefined NIST material TETRACHLOROETHYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.625 g/cm³
  • Mean excitation energy $I$: 159.2 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.144856
    • Cl0.855144

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ThalliumMethod
Thallium()

Build the predefined NIST material THALLIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 11.72 g/cm³
  • Mean excitation energy $I$: 810 eV
  • Composition (element ⇒ mass weight fraction): Tl1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Thallium_ChlorideMethod
Thallium_Chloride()

Build the predefined NIST material THALLIUM CHLORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.004 g/cm³
  • Mean excitation energy $I$: 690.3 eV
  • Composition (element ⇒ mass weight fraction):
    • Cl0.147822
    • Tl0.852178

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ThoriumMethod
Thorium()

Build the predefined NIST material THORIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 11.72 g/cm³
  • Mean excitation energy $I$: 847 eV
  • Composition (element ⇒ mass weight fraction): Th1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ThuliumMethod
Thulium()

Build the predefined NIST material THULIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 9.321 g/cm³
  • Mean excitation energy $I$: 674 eV
  • Composition (element ⇒ mass weight fraction): Tm1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TinMethod
Tin()

Build the predefined NIST material TIN and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.31 g/cm³
  • Mean excitation energy $I$: 488 eV
  • Composition (element ⇒ mass weight fraction): Sn1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Tissue_Equivalent_Gas_Methane_BasedMethod
Tissue_Equivalent_Gas_Methane_Based()

Build the predefined NIST material TISSUE-EQUIVALENT GAS (METHANE BASED) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00106409 g/cm³
  • Mean excitation energy $I$: 61.2 eV
  • State of matter: gaz
  • Composition (element ⇒ mass weight fraction):
    • H0.101869
    • C0.456179
    • N0.035172
    • O0.406780

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Tissue_Equivalent_Gas_Propane_BasedMethod
Tissue_Equivalent_Gas_Propane_Based()

Build the predefined NIST material TISSUE-EQUIVALENT GAS (PROPANE BASED) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00182628 g/cm³
  • Mean excitation energy $I$: 59.5 eV
  • State of matter: gaz
  • Composition (element ⇒ mass weight fraction):
    • H0.102672
    • C0.568940
    • N0.035022
    • O0.293366

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Tissue_Soft_IcrpMethod
Tissue_Soft_Icrp()

Build the predefined NIST material TISSUE, SOFT (ICRP) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1 g/cm³
  • Mean excitation energy $I$: 72.3 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.104472
    • C0.232190
    • N0.024880
    • O0.630238
    • Na0.001130
    • Mg0.000130
    • P0.001330
    • S0.001990
    • Cl0.001340
    • K0.001990
    • Ca0.000230
    • Fe0.000050
    • Zn0.000030

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Tissue_Soft_Icru_Four_ComponentMethod
Tissue_Soft_Icru_Four_Component()

Build the predefined NIST material TISSUE, SOFT (ICRU FOUR-COMPONENT) and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1 g/cm³
  • Mean excitation energy $I$: 74.9 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.101172
    • C0.111000
    • N0.026000
    • O0.761828

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TitaniumMethod
Titanium()

Build the predefined NIST material TITANIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.54 g/cm³
  • Mean excitation energy $I$: 233 eV
  • Composition (element ⇒ mass weight fraction): Ti1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Titanium_DioxideMethod
Titanium_Dioxide()

Build the predefined NIST material TITANIUM DIOXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.26 g/cm³
  • Mean excitation energy $I$: 179.5 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.400592
    • Ti0.599408

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TolueneMethod
Toluene()

Build the predefined NIST material TOLUENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.8669 g/cm³
  • Mean excitation energy $I$: 62.5 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.087510
    • C0.912490

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TrichloroethyleneMethod
Trichloroethylene()

Build the predefined NIST material TRICHLOROETHYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.46 g/cm³
  • Mean excitation energy $I$: 148.1 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.007671
    • C0.182831
    • Cl0.809498

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Triethyl_PhosphateMethod
Triethyl_Phosphate()

Build the predefined NIST material TRIETHYL PHOSPHATE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.07 g/cm³
  • Mean excitation energy $I$: 81.2 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.082998
    • C0.395628
    • O0.351334
    • P0.170040

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.TungstenMethod
Tungsten()

Build the predefined NIST material TUNGSTEN and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 19.3 g/cm³
  • Mean excitation energy $I$: 727 eV
  • Composition (element ⇒ mass weight fraction): W1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Tungsten_HexafluorideMethod
Tungsten_Hexafluoride()

Build the predefined NIST material TUNGSTEN HEXAFLUORIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 2.4 g/cm³
  • Mean excitation energy $I$: 354.4 eV
  • Composition (element ⇒ mass weight fraction):
    • F0.382723
    • W0.617277

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.UraniumMethod
Uranium()

Build the predefined NIST material URANIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 18.95 g/cm³
  • Mean excitation energy $I$: 890 eV
  • Composition (element ⇒ mass weight fraction): U1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Uranium_DicarbideMethod
Uranium_Dicarbide()

Build the predefined NIST material URANIUM DICARBIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 11.28 g/cm³
  • Mean excitation energy $I$: 752 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.091669
    • U0.908331

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Uranium_MonocarbideMethod
Uranium_Monocarbide()

Build the predefined NIST material URANIUM MONOCARBIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 13.63 g/cm³
  • Mean excitation energy $I$: 862 eV
  • Composition (element ⇒ mass weight fraction):
    • C0.048036
    • U0.951964

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Uranium_OxideMethod
Uranium_Oxide()

Build the predefined NIST material URANIUM OXIDE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 10.96 g/cm³
  • Mean excitation energy $I$: 720.6 eV
  • Composition (element ⇒ mass weight fraction):
    • O0.118502
    • U0.881498

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.UreaMethod
Urea()

Build the predefined NIST material UREA and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.323 g/cm³
  • Mean excitation energy $I$: 72.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.067131
    • C0.199999
    • N0.466459
    • O0.266411

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ValineMethod
Valine()

Build the predefined NIST material VALINE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.23 g/cm³
  • Mean excitation energy $I$: 67.7 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.094641
    • C0.512645
    • N0.119565
    • O0.273150

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.VanadiumMethod
Vanadium()

Build the predefined NIST material VANADIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.11 g/cm³
  • Mean excitation energy $I$: 245 eV
  • Composition (element ⇒ mass weight fraction): V1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Viton_FluoroelastomerMethod
Viton_Fluoroelastomer()

Build the predefined NIST material VITON FLUOROELASTOMER and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1.8 g/cm³
  • Mean excitation energy $I$: 98.6 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.009417
    • C0.280555
    • F0.710028

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.WaterMethod
Water()

Build the predefined NIST material WATER, LIQUID and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 1 g/cm³
  • Mean excitation energy $I$: 75 eV
  • State of matter: liquid
  • Composition (element ⇒ mass weight fraction):
    • H0.111894
    • O0.888106

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.Water_VaporMethod
Water_Vapor()

Build the predefined NIST material WATER VAPOR and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.000756182 g/cm³
  • Mean excitation energy $I$: 71.6 eV
  • State of matter: gaz
  • Composition (element ⇒ mass weight fraction):
    • H0.111894
    • O0.888106

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.XenonMethod
Xenon()

Build the predefined NIST material XENON and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.00548536 g/cm³
  • Mean excitation energy $I$: 482 eV
  • Composition (element ⇒ mass weight fraction): Xe1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.XyleneMethod
Xylene()

Build the predefined NIST material XYLENE and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 0.87 g/cm³
  • Mean excitation energy $I$: 61.8 eV
  • Composition (element ⇒ mass weight fraction):
    • H0.094935
    • C0.905065

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.YtterbiumMethod
Ytterbium()

Build the predefined NIST material YTTERBIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.73 g/cm³
  • Mean excitation energy $I$: 684 eV
  • Composition (element ⇒ mass weight fraction): Yb1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.YttriumMethod
Yttrium()

Build the predefined NIST material YTTRIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 4.469 g/cm³
  • Mean excitation energy $I$: 379 eV
  • Composition (element ⇒ mass weight fraction): Y1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ZincMethod
Zinc()

Build the predefined NIST material ZINC and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 7.133 g/cm³
  • Mean excitation energy $I$: 330 eV
  • Composition (element ⇒ mass weight fraction): Zn1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source
Radiant.ZirconiumMethod
Zirconium()

Build the predefined NIST material ZIRCONIUM and return it as a ready-to-use Material object with the following preset properties:

  • Mass density: 6.506 g/cm³
  • Mean excitation energy $I$: 393 eV
  • Composition (element ⇒ mass weight fraction): Zr1.000000

Any property can be overridden after construction (for instance with set_density, set_mean_excitation_energy, set_state_of_matter or add_element).

source