Packages - Network Model - General_3Node_Network

Packages - Network Model - General_3Node_Network enables you to create geometry and boundary conditions to represent a general 3 node network.

Note:

Use the navigation arrows on the image below to view each tab.

Iron Python Script – GeneralNetwork.py:

The following is the toolkit's scripting information.

scriptInput = ["ng"]

scriptInput.append("Name:GeneralNetwork1")

scriptInput.append("Plane:XY")

scriptInput.append("length_unit:meter")

scriptInput.append("power_unit:W")

scriptInput.append("capacity_unit:J_per_Kelkg")

scriptInput.append("resistance_unit:cel_per_w")

scriptInput.append("xS:0.1")

scriptInput.append("yS:0.1")

scriptInput.append("zS:0.1")

scriptInput.append("BoardSide:Low")

scriptInput.append("xL:0.015")

scriptInput.append("yL:0.015")

scriptInput.append("zL:0.002")

scriptInput.append("LeadLength1:0.001")

scriptInput.append("LeadLength2:0.001")

scriptInput.append("BoardMaterial:Al-Extruded")

scriptInput.append("TopLength1:0.0075")

scriptInput.append("TopLength2:0.0075")

scriptInput.append("BottomLength1:0.0075")

scriptInput.append("BottomLength2:0.0075")

scriptInput.append("BottomOuterStandOff:1.0")

scriptInput.append("BottomInnerStandOff:1.0")

scriptInput.append("LeadsStandOff:1.0")

scriptInput.append("JunctionPower:1.0")

scriptInput.append("JunctionCapacity:0.0")

scriptInput.append("Links:[10,10,10,0,0,0,0,0,0,0,0,0,10,0.001,0,10,0,0,5,0,0]")

oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/GeneralNetwork", [])

oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/GeneralNetwork", ["ng"])

oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/GeneralNetwork", scriptInput)