com.sfm.ap210.jsdai.thermal
Class TwoResistorThermalNetwork

java.lang.Object
  extended by com.sfm.ap210.jsdai.thermal.TwoResistorThermalNetwork

public class TwoResistorThermalNetwork
extends java.lang.Object


Constructor Summary
TwoResistorThermalNetwork(java.lang.String network_product_id, java.lang.String network_product_name, java.lang.String network_version, double theta_jb, double theta_jc)
           
TwoResistorThermalNetwork(java.lang.String network_product_id, java.lang.String network_product_name, java.lang.String network_version, double theta_jb, double[] jb_point, double theta_jc, double[] jc_point, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ERepresentation_context ctx)
          the thermal resistor has two terminals 'A' and 'B' standard SI unit for thermal resistance is degC/W
 
Method Summary
 Functional_unit createResistor(java.lang.String refDes, java.lang.String description, Param resistance)
           
 Thermal_network_definition createThermalNetwork()
          The thermal network will have three nodes and two resistors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoResistorThermalNetwork

public TwoResistorThermalNetwork(java.lang.String network_product_id,
                                 java.lang.String network_product_name,
                                 java.lang.String network_version,
                                 double theta_jb,
                                 double theta_jc)

TwoResistorThermalNetwork

public TwoResistorThermalNetwork(java.lang.String network_product_id,
                                 java.lang.String network_product_name,
                                 java.lang.String network_version,
                                 double theta_jb,
                                 double[] jb_point,
                                 double theta_jc,
                                 double[] jc_point,
                                 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ERepresentation_context ctx)
the thermal resistor has two terminals 'A' and 'B' standard SI unit for thermal resistance is degC/W

Parameters:
junction_case_resistance -
junction_board_resistance -
Method Detail

createResistor

public Functional_unit createResistor(java.lang.String refDes,
                                      java.lang.String description,
                                      Param resistance)

createThermalNetwork

public Thermal_network_definition createThermalNetwork()
The thermal network will have three nodes and two resistors. All three nodes are included in the usage view. The nodes are named: 'board', 'junction', and 'case'.

Returns: