// ROD material
// In rod service true means that exit from the rod
//        service false means that stay in the rod (but in the service cylinder)


   // Cooling for the module
  Component {
    componentName Cooling
    service false
    scaleOnSensor 0
    targetVolume 8
    Element {
      elementName Steel
      quantity 0.5
      unit g
    }
    Element {
      elementName CO2
      quantity 0.3
      unit g
    }
  }




  // 1 TWP/rod
  // (This is a bus line: service does not accumulate)
  Component {
    componentName "Twisted pairs"
    service false
    scaleOnSensor 0
    targetVolume 0
    // Two conductors and a drain
    Element {
      elementName Cu
      quantity 0.0339
      unit g
    }
    // Two insulations
    Element {
      elementName PE
      quantity 0.0194
      unit g
    }
    // Aluminium polyester foil
    Element {
      elementName Al
      quantity 0.0330
      unit g
    }
  }



  // Support Plate
  Component {
    componentName "Support Mechanics"
    service false
    scaleOnSensor 0
    targetVolume 8
    Element {
      elementName CFRP
      quantity 12.2
      unit g
    }
    Element {
      elementName Airex
      quantity 2.7
      unit g
    }
  }









