## generic node, name 1U This is a normalized node for our simulator Following defines the Bill of Material and composition of such a node ```js !!tfgridsimulation_farming.component_define name:AMD32 description: 'powerful amd cpu' cost:250.0 power:70 //in watt cru:32 !!tfgridsimulation_farming.component_define name:CASE1U description: '1U rack mountable case' cost:150.0 rackspace:1 power:20 !!tfgridsimulation_farming.component_define name:MEM32 description: 'memory 32 GB' cost:90.0 power:20 mru:32 !!tfgridsimulation_farming.component_define name:SSD1TB description: 'SSD of 2 GT' cost:120.0 power:5 sru:1000 !!tfgridsimulation_farming.node_template_define name:'1U' image:'projectinca:inca_node_silver_2.png' !!tfgridsimulation_farming.node_template_component_add name:'1U' nr:1 component:AMD32 !!tfgridsimulation_farming.node_template_component_add name:'1U' nr:1 component:CASE1U !!tfgridsimulation_farming.node_template_component_add name:'1U' nr:4 component:MEM32 !!tfgridsimulation_farming.node_template_component_add name:'1U' nr:2 component:SSD1TB ```