e51.sif

来自「三维矢量有限元-矩量法电磁场分析程序。 EMAP5 is a full-wav」· SIF 代码 · 共 33 行

SIF
33
字号
#example 5: a 3-D transmission line problem
#  The aim is to determine the Z0 of the transmission line
#  In this .sif, the TML is open at the termination end
#                the working frequency is 500 MHz.

unit 1 mm

# the board is 60mm * 54mm * 2 mm
boundary      0    0     0   60  54  2  
celldim       0    60    5   x
celldim       0    14    7   y
celldim       14   18    4   y
celldim       18   36    2   y
celldim       36   40    4   y
celldim       40   54    7   y
celldim       0    2     2   z

dielectric    0    0     0     60  54  2   4.0  0.0

# the active trace 
conductor     20  20   2     40  24  2   5   10   10   

# the ground plane
conductor     0    0     0    60  54  0    10  10   10

# the source
isource        20  22   0     20   22  2   500   z    1.0  


# print the E field along the source 
output  20  22  0  20  22  2  z   E52.out

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?