Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
llucci
Posted - Sep 23 2024 : 16:06:58 Dear, I think I spotted a typo in a 2D FasterCap input example.
File ".\FasterCap\Samples\2D\three_line_bus_2d__single_file.lst" line 66
66C66 < S diel 0.0175 0.0 0.0325 0.0 --- > S diel 0.0175 0.0 0.325 0.0
the first/former version of line 66 is the correct one, the second/latter is the actual one distributed with the examples. the original input file, unsurprisingly, has convergence problems.
The bug is there also in the diel2_microstrips_0.035.txt file: there the middle segment reads: S diel 0.0175 0.0 0.325 0.0 and should be: S diel 0.0175 0.0 0.0325 0.0
Let me know if you agree!
and many thanks to keep alive this nifty utility out in the freeware domain! it rocks,
regards, Luca
1 L A T E S T R E P L I E S (Newest First)
Enrico
Posted - Sep 24 2024 : 16:38:50 I do agree! I expect you found the issue in the *nix distribution.
Looking at the git logs, this issue had been fixed in 2019 in the bundle R5.1.0 for Windows distribution but it was not included (my fault) in the *nix package.
Thank you for finding the issue! I will correct it at next iteration.