The substrate of every microprocessor, every memory chip, every digital camera image sensor, every MEMS accelerometer in a phone, every solar cell. A pure crystalline form of the same element that makes up most of sand and quartz, refined to a level of purity unmatched by any other industrial material — better than 99.9999999 percent (the 'nine nines' standard for electronic grade). Pulled out of a melt as a single-crystal cylinder (the boule), then sliced with a diamond wire saw into wafers a fraction of a millimeter thick, polished to a flatness that defies casual measurement, and patterned by photolithography with billions of transistors per square centimeter. The 300 mm (12 inch) wafer is the modern semiconductor-fab standard; 200 mm wafers persist for older nodes; 450 mm wafers were proposed but stalled. Less-pure 'solar-grade' silicon (six nines) makes photovoltaic cells. Polysilicon (small randomly-oriented crystals) is the precursor to either grade. Buy electronic-grade wafers from Shin-Etsu (Japan), SUMCO (Japan), GlobalWafers (Taiwan), or Siltronic (Germany); buy solar-grade ingots from Wacker, Hemlock, GCL, or Daqo.
Group 14 element, diamond-cubic crystal structure (lattice constant 5.431 Å), atomic number 14, atomic mass 28.09. Indirect bandgap 1.12 eV at 300 K — the property that lets silicon function as the transistor channel material. Density 2329 kg/m³ at 25 °C (single crystal). Melting point 1414 °C; the liquid is denser than the solid (the unusual property exploited in Czochralski boule-pulling: a seed crystal is dipped into the melt and slowly withdrawn while rotating, growing the boule as the melt level drops). Young's modulus 130–188 GPa (orientation-dependent — Si is mechanically anisotropic; ⟨100⟩ is softest, ⟨111⟩ is stiffest). Mohs hardness 7 (between feldspar and quartz). Thermal conductivity 149 W/m·K at 25 °C — much higher than glass; comparable to many metals. Coefficient of thermal expansion 2.6 × 10⁻⁶ /K (the property that makes silicon dimensionally stable enough to host integrated circuits). Refractive index 3.42 at 1550 nm IR (silicon is opaque in visible but transparent in near-IR — the basis of silicon photonics). Two production routes: (1) CZOCHRALSKI (CZ) — seed-and-pull from a quartz crucible melt, the canonical method for IC wafers; produces 200–450 mm boules with ~1 ppm oxygen contamination from the crucible, fine for most CMOS; (2) FLOAT ZONE (FZ) — RF-induction-melted zone slowly traversed up a vertical polysilicon rod, no crucible contact, ultralow oxygen, used for power-electronic and photonic-grade material. Wafers polished to better than λ/10 flatness (chemo-mechanical polish, CMP, with colloidal silica and dilute KOH); the resulting surface is the canonical reference for atomic-force-microscope calibration. Dopants: boron (p-type, group 13) at 10¹⁴–10²⁰ atoms/cm³; phosphorus / arsenic / antimony (n-type, group 15) at similar range. Etches anisotropically in KOH or TMAH, isotropically in HNA (HF/HNO3/acetic), making it the canonical MEMS structural material. The ASML EUV (extreme ultraviolet, 13.5 nm wavelength) photolithography systems pattern silicon wafers at the 3 nm node and below — the contemporary frontier of precision manufacturing.
It takes an enormous machine to allow for the making of something so infinitesimally tiny as a computer chip.
This is engineering at an unbelievable level of precision and complexity.
After oxygen, which attaches itself to pretty much everything else, silicon is comfortably the most common element in the earth's crust. Given this ubiquity, it's perhaps unsurprising we've found so many different things to do with it. We dig and quarry and blast more sand out of the earth than any other material. Yet the economic enigma of sand is that in certain guises it is very precious, so much so that the European Union deems its purest, most elemental forms a critical raw material.
Principled BSDF defaults derived from the sphere metallic finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →
# finish: metallic albedo #454850 metallic 0.70 roughness 0.05 ior 1.45 transmission 0.00 clearcoat 0.00 sheen 0.00 anisotropic 0.00
{
"albedo": "#454850",
"metallic": 0.7,
"roughness": 0.05,
"ior": 1.45,
"transmission": 0.0,
"clearcoat": 0.0,
"sheen": 0.0,
"anisotropic": 0.0
}
# Blender 4.x — Principled BSDF
# Silicon (Electronic-Grade Single Crystal) · finish: metallic
import bpy
mat = bpy.data.materials.new(name="mat_silicon_electronic_grade")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value = (0.0595, 0.0648, 0.0802, 1.0)
bsdf.inputs["Metallic"].default_value = 0.700
bsdf.inputs["Roughness"].default_value = 0.050
bsdf.inputs["IOR"].default_value = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value = 0.000
bsdf.inputs["Sheen Weight"].default_value = 0.000
bsdf.inputs["Anisotropic"].default_value = 0.000
# KeyShot 11+ — lux Python API, Generic material
# Silicon (Electronic-Grade Single Crystal) · finish: metallic
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_silicon_electronic_grade", materialType="Generic")
mat.setProperty("diffuse", (69, 72, 80)) # 8-bit sRGB
mat.setProperty("metallic", 0.700)
mat.setProperty("roughness", 0.050)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
{
"_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
"_about": "Silicon (Electronic-Grade Single Crystal) \u00b7 finish: metallic",
"baseColor": {
"r": 0.0595,
"g": 0.0648,
"b": 0.0802
},
"metallic": 0.7,
"roughness": 0.05,
"ior": 1.45,
"opacity": 1.0,
"anisotropyLevel": 0.0,
"_notes": "Channels listed are the standard Substance pbrMetalRough output. Drop into a Uniform Color node per channel, or as the constant input on a layered stack."
}
{
"asset": {
"version": "2.0",
"generator": "ForMatter"
},
"materials": [
{
"name": "mat_silicon_electronic_grade",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.0595,
0.0648,
0.0802,
1.0
],
"metallicFactor": 0.7,
"roughnessFactor": 0.05
},
"extensions": {
"KHR_materials_ior": {
"ior": 1.45
}
}
}
]
}
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Silicon (Electronic-Grade Single Crystal) · finish: metallic
def Material "mat_silicon_electronic_grade" {
token outputs:surface.connect = </mat_silicon_electronic_grade/PreviewSurface.outputs:surface>
def Shader "PreviewSurface" {
uniform token info:id = "UsdPreviewSurface"
color3f inputs:diffuseColor = (0.0595, 0.0648, 0.0802)
float inputs:metallic = 0.700
float inputs:roughness = 0.050
float inputs:ior = 1.450
float inputs:opacity = 1.000
float inputs:clearcoat = 0.000
token outputs:surface
}
}
Conway *Material World* Sand chapter; Shin-Etsu / SUMCO wafer datasheets; SEMI International standards.
House vocabulary — terms ForMatter uses with intent.
Materials and processes for people who design and make things.
A local-first library of materials, processes, applications, and finishes — equal weight, citable everywhere, with cost-over-volume curves, trade-off profiles, equipment-tier filters, and second-life paths layered onto the data so a student can move from "what is this" toward "what's actually buildable here, now, by me." Part of the renato.design ecosystem — sibling of Plenum, Specimen, Ingenue, gesture, graf, and the Renato Rhino plug-ins. Form and matter, inseparable.
Half of teaching materials is teaching how the material is made into the thing. The standard subscription library was always light on that half. The wedge here isn't better samples or a prettier interface — it's treating Process as a peer entity, not a footnote.
Conway's Material World on raw materials, Lefteri's Making It on processes, Forty's Concrete and Culture, Sparke's Design in Context, Bürdek's Design: History, Theory and Practice of Product Design, Schröpfer's Material Design on materials in architecture, Winchester's The Perfectionists on tolerance, Minshall's Your Life Is Manufactured on the global supply chain, von Busch's Making Trouble on material activism, Were's How Materials Matter, Hegger / Drexler / Zeumer's Basics Materials, Untracht and McCreight on metalsmithing, USDA Forest Products Lab on woods, GIA on gemstones, Schott / CoorsTek / Toray / Owens Corning datasheets, MakeItFrom for verifiable property numbers, ASM Handbook, ISO standards. Museum holdings draw from the Met, MAD, V&A, Smithsonian American Art Museum, Newark Museum of Art, British Museum, Heard Museum, Smithsonian NMAI, Eiteljorg Museum, Philadelphia Museum of Art, Cranbrook Art Museum, and Grand Rapids Art Museum — collection-record permalinks only, designer overview pages and exhibition listings excluded. Voice blocks now ride on every entry kind — material, process, application, and finish — and include Ruskin on iron, Anni Albers on twining, Greg Lynn on the shred-and-teeth NURBS lineage, Pugin on the metal that won't be hammered, Barthes / Yanagi / Benjamin channeled within their philosophy; Sparke, Bürdek, Forty, Conway, Schröpfer, Minshall, von Busch, Lefteri, Pat Pruitt, Mary Lee Hu, Tom Joyce, Albert Paley, and the rest of the contemporary makers quoted verbatim with citation. All cited.
Local to this browser. No cloud, no account, no telemetry.