Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Descriptive fields for the fracture and mechanical tenacity of a material.

    type Fracture = {
        tenacity?: Tenacity;
        toughness?: NumberValue<"energy">;
        type?: FractureType;
    }
    Index

    Properties

    tenacity?: Tenacity

    The behavior of the material under stress (e.g., brittle, malleable).

    toughness?: NumberValue<"energy">

    The resistance of the material to the propagation of cracks.

    The characteristic appearance of the broken surface (e.g., conchoidal).