On Tue, Apr 15, 2025 at 06:53 AM, Tony Casey wrote:
... Normally, unless otherwise specified, Rpar = ¡Þ in capacitors. This shouldn't be affected by the Gmin setting, because Gmin is only placed across junctions. The option for placing a conductance between each node is Gshunt. The default for Gshunt is zero.
I think that is not quite true, but it is one of those "surprises" that you may not have realized was there.
?
The LTwiki () says that there is a non-zero conductance across capacitors, with the name GFARAD and value GFARAD*C, and that the default GFARAD is 1e-12 Siement/farad which happens to equal GMIN.? The Help page for .OPTIONS says the same.? In any event, you do have the ability to controls the parallel conductance across your capacitors:
?
? ? .OPTIONS GFARAD=0? ?; disables it
?
The Help page says that the default GFARAD is 1e-12 and not GMIN, but I wonder if its default value is really GMIN.? Note that their units are not the same (one is Siemens and the other is Siemens/farad) even though their values are the same.
?
In addition, depending on how you connected your series LC circuits, it's possible that you created floating nodes with no DC path to ground.? For example, a series LC trap with one C is probably OK but if it had two C's in series, it has a floating node where the capacitors join, and LTspice "fixes" that user-mistake by adding a GFLOAT conductance there.? That might be in addition to the GFARAD*C conductance, but LTspice might combine the two instead of giving you GMIN + GFARAD*C.
?
GSHUNT is yet another thing, independent of all the above.
?
If the log file pops ups every time, it means you have warnings or errors. At least that is the case with 24.0.12 or 24.1.4. I haven't moved on yet.
Yes, and I don't think that can be disabled, except by eliminating all errors and warnings.
?
Andy
?