FDTD_Solver.add_resistor

rfnetwork.solver.FDTD_Solver.add_resistor

FDTD_Solver.add_resistor(face, value, integration_line, name=None)

Attach a resistive element to a face.

Parameters

facepv.PolyData

pyvista PolyData object of 2D face

valuepv.PolyData

resistance in Ohms

integration_linestr, {“x+”, “x-”, “y+”, “y-”, “z+”, “z-“}

axis and direction that the port voltage is evaluated along.