JSON

Types of Composite Materials - JSON

Composite materials are broadly classified into three types based on the matrix material: FRP (Fiber-Reinforced Plastics/Polymer Matrix Composites), MMC (Metal Matrix Composites), and CMC (Ceramic Matrix Composites). FRP is characterized by its lightweight and high specific strength, widely used in aircraft and automobiles. MMC combines the toughness of metals with the high strength of fibers, suitable for engine components. CMC possesses ultra-high heat resistance and is utilized in extreme environments such as gas turbines and thermal protection systems.

composite materials FRP MMC CMC materials engineering advanced materials lightweight
[
  {
    "code": "PMC",
    "slug": "polymer-matrix-composite",
    "name": "Polymer Matrix Composite (FRP)",
    "description": "Composite materials with polymer resin as matrix, characterized by lightweight and high specific strength.",
    "matrixMaterial": "Polymer (Resin)",
    "reinforcement": "Glass fiber, Carbon fiber, Aramid fiber",
    "maxTemperature": "Approx. 200-300°C",
    "keyProperties": [
      "Lightweight",
      "High specific strength",
      "Corrosion resistance",
      "Good moldability"
    ],
    "applications": [
      "Aircraft structures",
      "Automotive body panels",
      "Wind turbine blades",
      "Sports equipment",
      "Construction materials"
    ]
  },
  {
    "code": "MMC",
    "slug": "metal-matrix-composite",
    "name": "Metal Matrix Composite",
    "description": "Composite materials with metal as matrix, characterized by high strength and heat resistance.",
    "matrixMaterial": "Aluminum, Magnesium, Titanium, Copper",
    "reinforcement": "Ceramic particles/fibers, Carbon fibers",
    "maxTemperature": "Approx. 400-600°C",
    "keyProperties": [
      "High strength",
      "Wear resistance",
      "Good thermal conductivity",
      "High-temperature strength"
    ],
    "applications": [
      "Engine components",
      "Brake discs",
      "Heat exchangers",
      "Electronic packaging",
      "Aerospace components"
    ]
  },
  {
    "code": "CMC",
    "slug": "ceramic-matrix-composite",
    "name": "Ceramic Matrix Composite",
    "description": "Composite materials with ceramics as matrix, characterized by ultra-high heat resistance.",
    "matrixMaterial": "Silicon carbide, Aluminum oxide, Silicon nitride",
    "reinforcement": "Ceramic fibers, Carbon fibers",
    "maxTemperature": "Above 1200°C",
    "keyProperties": [
      "Ultra-high heat resistance",
      "Thermal shock resistance",
      "Creep resistance",
      "Corrosion resistance"
    ],
    "applications": [
      "Gas turbine blades",
      "Aircraft thermal protection systems",
      "Nuclear reactor components",
      "Industrial furnaces",
      "Rocket engine components"
    ]
  },
  {
    "code": "GFRP",
    "slug": "glass-fiber-reinforced-plastic",
    "name": "Glass Fiber Reinforced Plastic",
    "description": "FRP reinforced with glass fibers, characterized by low cost and electrical insulation.",
    "parentType": "PMC",
    "fiberType": "Glass fiber",
    "keyProperties": [
      "Low cost",
      "Electrical insulation",
      "Corrosion resistance",
      "Lightweight"
    ],
    "applications": [
      "Construction reinforcement",
      "Marine vessels",
      "Storage tanks",
      "Piping",
      "Wind turbines"
    ]
  },
  {
    "code": "CFRP",
    "slug": "carbon-fiber-reinforced-plastic",
    "name": "Carbon Fiber Reinforced Plastic",
    "description": "FRP reinforced with carbon fibers, characterized by ultra-high strength and lightweight properties.",
    "parentType": "PMC",
    "fiberType": "Carbon fiber",
    "keyProperties": [
      "Ultra-high specific strength",
      "Ultra-high specific stiffness",
      "Fatigue resistance",
      "Lightweight"
    ],
    "applications": [
      "Aircraft wings and fuselages",
      "Luxury automobiles",
      "Racing bicycles",
      "Satellites",
      "Sports equipment"
    ]
  },
  {
    "code": "AFRP",
    "slug": "aramid-fiber-reinforced-plastic",
    "name": "Aramid Fiber Reinforced Plastic",
    "description": "FRP reinforced with aramid fibers, characterized by high toughness and impact resistance.",
    "parentType": "PMC",
    "fiberType": "Aramid fiber (Kevlar, etc.)",
    "keyProperties": [
      "High toughness",
      "Impact resistance",
      "Wear resistance",
      "Ballistic protection"
    ],
    "applications": [
      "Bulletproof vests",
      "Helmets",
      "Aircraft components",
      "Tires",
      "Ropes and cables"
    ]
  }
]