Hello,
I just started using openEMS and wondering if I can set the feed impedance with imaginary part as well
for addLumpPort. I tried something like feed.R = complex(150, -70), but the simulator gives warning, although
simulation itself will run.
"Error in LumpedElement-Property Resistance-ValueSyntax error; Operator expected"
Does this mean that feed.R should have no reactance? Thank you in advance.
Kind regards,
Toshinori Otaka
imaginary part of feed.R
Moderator: thorsten
Re: imaginary part of feed.R
Hi,
the FDTD method is a time domain method (TD). Thus it does not have any concept of complex numbers or values.
Only after you convert data from time domain into frequency domain (via FFT or DFT) during post-processing you have complex values.
Thus you cannot use complex values for anything or anywhere for the FDTD engine/setup.
best regards,
Thorsten
the FDTD method is a time domain method (TD). Thus it does not have any concept of complex numbers or values.
Only after you convert data from time domain into frequency domain (via FFT or DFT) during post-processing you have complex values.
Thus you cannot use complex values for anything or anywhere for the FDTD engine/setup.
best regards,
Thorsten