Data Center Components - Rack (Recirc)
Rack (Recirc) enables you to create geometry and boundary conditions to represent a rack. For Type:
-
Rack (Front to Top) should be chosen when flow enters from the front face and leaves from the top face of the rack.
-
Rack (Front to Rear) should be chosen when flow enters from one face and leaves from the other face in the same direction.
Use the navigation arrows on the image below to view each tab.
Iron Python Script – Rack (Recirc).py:
The following is the toolkit's scripting information.
scriptInput = ["ng"]
scriptInput.append("Name:Rack1")
scriptInput.append("Type:Front to Top")
scriptInput.append("length_unit:meter")
scriptInput.append("temp_unit:cel")
scriptInput.append("heat_unit:W")
scriptInput.append("VFR_unit:m3_per_s")
scriptInput.append("MFR_unit:kg_per_s")
scriptInput.append("xS:0.0")
scriptInput.append("yS:0.0")
scriptInput.append("zS:0.0")
scriptInput.append("xL:1.2")
scriptInput.append("yL:2.15")
scriptInput.append("zL:1.2")
scriptInput.append("InletDirection:-X")
scriptInput.append("OutletDirection:-Y")
scriptInput.append("ThermalSpec:HeatLoad")
scriptInput.append("FlowSpec:VolumeFlowRate")
scriptInput.append("TemperatureRise:10")
scriptInput.append("HeatLoad:5000.0")
scriptInput.append("VFR:0.35")
scriptInput.append("MFR:0.3")
scriptInput.append("Material:Steel-oxidised-surface")
scriptInput.append("Num:2")
scriptInput.append("DuplicationLine:-Y")
oDesign.RunToolkit("SysLib", "Geometry/Data Center Components/Rack (Recirc)", [])
oDesign.RunToolkit("SysLib", "Geometry/Data Center Components/Rack (Recirc)", ["ng"])
oDesign.RunToolkit("SysLib", "Geometry/Data Center Components/Rack (Recirc)",
scriptInput)