Blame view

MOD_WEB_EXAMPLES/SPICE/ZT_FD_Coax_Ngspice.lib 8.29 KB
a4086fdd   Steve Greedy   Add Example MOD
1
* Ngspice multi-conductor transmission line model
c93c152d   Steve Greedy   UPDATE MOD Downloads
2
3
4
5
6
*
* Created by SACAMOS (State-of-the-Art CAble MOdels for Spice) 
* Spice cable model builder v4.0.0
* www.sacamos.org
*
a4086fdd   Steve Greedy   Add Example MOD
7
8
9
10
11
12
*
* Transmission line subcircuit
*
*
* End 1 nodes:
*
c93c152d   Steve Greedy   UPDATE MOD Downloads
13
14
15
* node:  2 Conductor number   1.  Cable name: bare_wire. type: cylindrical. conductor 1 : wire
* node:  3 Conductor number   2.  Cable name: coaxial_cable_01. type: coax. conductor 1 : Inner wire
* node:  4 Conductor number   3.  Cable name: coaxial_cable_01. type: coax. conductor 2 : Shield
a4086fdd   Steve Greedy   Add Example MOD
16
17
18
*
* End 2 nodes:
*
c93c152d   Steve Greedy   UPDATE MOD Downloads
19
20
21
* node:  5 Conductor number   1.  Cable name: bare_wire. type: cylindrical. conductor 1 : wire
* node:  6 Conductor number   2.  Cable name: coaxial_cable_01. type: coax. conductor 1 : Inner wire
* node:  7 Conductor number   3.  Cable name: coaxial_cable_01. type: coax. conductor 2 : Shield
a4086fdd   Steve Greedy   Add Example MOD
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
*
.subckt  ZT_FD_Coax
+     2     3     4
+     5     6     7
*
* D.C. RESISTANCE END 1
*
Rdc_c1_e1                          2     8    5.000000E-09
Rdc_c2_e1                          3     9    1.804478E-02
Rdc_c3_e1                          4     1    5.000000E-02
*
* D.C. RESISTANCE END 2
*
Rdc_c1_e2                          5    10    5.000000E-09
Rdc_c2_e2                          6    11    1.804478E-02
Rdc_c3_e2                          7     1    5.000000E-02
*
* DOMAIN TRANSFORMATION END 1
*
*
* Domain decomposition Voltage sources used for current sensing
*
Vmeas_domain_decomp_c1_e1          8    14
Vmeas_domain_decomp_c2_e1          9    16
*
* Domain decomposition Voltage controlled voltage sources (domain to conductor)
*
E_domain_decomp_c1_dc1_e1         14    15    12     1   -0.000000E+00
E_domain_decomp_c1_dc2_e1         15     1    13     1    1.000000E+00
E_domain_decomp_c2_dc1_e1         16    17    12     1    1.000000E+00
E_domain_decomp_c2_dc2_e1         17     1    13     1   -0.000000E+00
*
* Domain decomposition Current controlled current sources (conductor to domain)
*
F_domain_decomp_c1_dc1_e1          1    12 Vmeas_domain_decomp_c1_e1         0.000000E+00
F_domain_decomp_c2_dc1_e1          1    12 Vmeas_domain_decomp_c2_e1         1.000000E+00
F_domain_decomp_c1_dc2_e1          1    13 Vmeas_domain_decomp_c1_e1         1.000000E+00
F_domain_decomp_c2_dc2_e1          1    13 Vmeas_domain_decomp_c2_e1         0.000000E+00
*
* DOMAIN TRANSFORMATION END 2
*
*
* Domain decomposition Voltage sources used for current sensing
*
Vmeas_domain_decomp_c1_e2         10    20
Vmeas_domain_decomp_c2_e2         11    22
*
* Domain decomposition Voltage controlled voltage sources (domain to conductor)
*
E_domain_decomp_c1_dc1_e2         20    21    18     1   -0.000000E+00
E_domain_decomp_c1_dc2_e2         21     1    19     1    1.000000E+00
E_domain_decomp_c2_dc1_e2         22    23    18     1    1.000000E+00
E_domain_decomp_c2_dc2_e2         23     1    19     1   -0.000000E+00
*
* Domain decomposition Current controlled current sources (conductor to domain)
*
F_domain_decomp_c1_dc1_e2          1    18 Vmeas_domain_decomp_c1_e2         0.000000E+00
F_domain_decomp_c2_dc1_e2          1    18 Vmeas_domain_decomp_c2_e2         1.000000E+00
F_domain_decomp_c1_dc2_e2          1    19 Vmeas_domain_decomp_c1_e2         1.000000E+00
F_domain_decomp_c2_dc2_e2          1    19 Vmeas_domain_decomp_c2_e2         0.000000E+00
*
* DOMAIN      1
*
*
* Modal Decomposition
*
*
* Modal decomposition Voltage sources used for current sensing
*
Vmeas_mode_decomp_d1_c1_e1        12    25
*
* Modal decomposition Voltage controlled voltage sources (mode to conductor)
*
E_mode_decomp_d1_c1_m1_e1         25     1    24     1    1.00000000E+00
*
* Modal decomposition Current controlled current sources (conductor to mode)
*
F_mode_decomp_d1_c1_m1_e1          1    24 Vmeas_mode_decomp_d1_c1_e1        1.00000000E+00
*
* Modal decomposition Voltage sources used for current sensing
*
Vmeas_mode_decomp_d1_c1_e2        18    27
*
* Modal decomposition Voltage controlled voltage sources (mode to conductor)
*
E_mode_decomp_d1_c1_m1_e2         27     1    26     1    1.00000000E+00
*
* Modal decomposition Current controlled current sources (conductor to mode)
*
F_mode_decomp_d1_c1_m1_e2          1    26 Vmeas_mode_decomp_d1_c1_e2        1.00000000E+00
*
* Modal impedance: end1
*
RZCm_d1_m1_e1                     24    28    4.848574E+01
*
* Modal impedance: end2
*
RZCm_d1_m1_e2                     26    29    4.848574E+01
*
* Modal frequency dependent voltage controlled voltage source : end1
*
E_m_d1_m1_e1                      28     1    30     1    1.000000E+00
*
* Modal frequency dependent voltage controlled voltage source : end2
*
E_m_d1_m1_e2                      29     1    31     1    1.000000E+00
*
* Delay line for positive z propagation
*
c93c152d   Steve Greedy   UPDATE MOD Downloads
131
132
O_T_pz_d1_m1_e1                     31     1    32     1 LTRA_T_pz_d1_m1_e1                 
.MODEL LTRA_T_pz_d1_m1_e1                  LTRA( R=0.0 L=    2.505526E-07 C=    1.065788E-10 LEN=    1.000000E+00 )
a4086fdd   Steve Greedy   Add Example MOD
133
134
135
*
* Delay line for negative z propagation
*
c93c152d   Steve Greedy   UPDATE MOD Downloads
136
137
O_T_mz_d1_m1_e2                     30     1    33     1 LTRA_T_mz_d1_m1_e2                 
.MODEL LTRA_T_mz_d1_m1_e2                  LTRA( R=0.0 L=    2.505526E-07 C=    1.065788E-10 LEN=    1.000000E+00 )
a4086fdd   Steve Greedy   Add Example MOD
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
*
* Modal impedances on modal positive z propagation delay lines
*
RZC_pz_d1_m1_e1                   31     1    4.848574E+01
*
* Modal impedances on modal negative z propagation delay lines
*
RZC_mz_d1_m1_e2                   30     1    4.848574E+01
*
* Delay line frequency dependent controlled sources for positive z propagation
*
E_m_pz_d1_m1_e1                   32    34    24     1    2.000000E+00
E_m_pz_d1_m1_e2                   34     1    28     1   -1.000000E+00
*
* Delay line frequency dependent controlled sources for negative z propagation
*
E_m_mz_d1_m1_e1                   33    35    26     1    2.000000E+00
E_m_mz_d1_m1_e2                   35     1    29     1   -1.000000E+00
*
* DOMAIN      2
*
*
* Modal Decomposition
*
*
* Modal decomposition Voltage sources used for current sensing
*
Vmeas_mode_decomp_d2_c1_e1        13    37
*
* Modal decomposition Voltage controlled voltage sources (mode to conductor)
*
E_mode_decomp_d2_c1_m1_e1         37     1    36     1    1.00000000E+00
*
* Modal decomposition Current controlled current sources (conductor to mode)
*
F_mode_decomp_d2_c1_m1_e1          1    36 Vmeas_mode_decomp_d2_c1_e1        1.00000000E+00
*
* Modal decomposition Voltage sources used for current sensing
*
Vmeas_mode_decomp_d2_c1_e2        19    39
*
* Modal decomposition Voltage controlled voltage sources (mode to conductor)
*
E_mode_decomp_d2_c1_m1_e2         39     1    38     1    1.00000000E+00
*
* Modal decomposition Current controlled current sources (conductor to mode)
*
F_mode_decomp_d2_c1_m1_e2          1    38 Vmeas_mode_decomp_d2_c1_e2        1.00000000E+00
*
* Modal impedance: end1
*
RZCm_d2_m1_e1                     36    40    3.910788E+02
*
* Modal impedance: end2
*
RZCm_d2_m1_e2                     38    41    3.910788E+02
*
* Modal frequency dependent voltage controlled voltage source : end1
*
E_m_d2_m1_e1                      40     1    42     1    1.000000E+00
*
* Modal frequency dependent voltage controlled voltage source : end2
*
E_m_d2_m1_e2                      41     1    43     1    1.000000E+00
*
* Delay line for positive z propagation
*
c93c152d   Steve Greedy   UPDATE MOD Downloads
205
206
O_T_pz_d2_m1_e1                     43     1    44     1 LTRA_T_pz_d2_m1_e1                 
.MODEL LTRA_T_pz_d2_m1_e1                  LTRA( R=0.0 L=    1.304499E-06 C=    8.529331E-12 LEN=    1.000000E+00 )
a4086fdd   Steve Greedy   Add Example MOD
207
208
209
*
* Delay line for negative z propagation
*
c93c152d   Steve Greedy   UPDATE MOD Downloads
210
211
O_T_mz_d2_m1_e2                     42     1    45     1 LTRA_T_mz_d2_m1_e2                 
.MODEL LTRA_T_mz_d2_m1_e2                  LTRA( R=0.0 L=    1.304499E-06 C=    8.529331E-12 LEN=    1.000000E+00 )
a4086fdd   Steve Greedy   Add Example MOD
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
*
* Modal impedances on modal positive z propagation delay lines
*
RZC_pz_d2_m1_e1                   43     1    3.910788E+02
*
* Modal impedances on modal negative z propagation delay lines
*
RZC_mz_d2_m1_e2                   42     1    3.910788E+02
*
* Delay line frequency dependent controlled sources for positive z propagation
*
E_m_pz_d2_m1_e1                   44    46    36     1    2.000000E+00
E_m_pz_d2_m1_e2                   46     1    40     1   -1.000000E+00
*
* Delay line frequency dependent controlled sources for negative z propagation
*
E_m_mz_d2_m1_e1                   45    47    38     1    2.000000E+00
E_m_mz_d2_m1_e2                   47     1    41     1   -1.000000E+00
*
.ends
*