--debug-PEC using cylindrical coords #134
Closed
LubomirJagos
started this conversation in
General
Replies: 1 comment
-
Ok, I found problem, I set coordination system to cylindrical just for CSX structure using this: CSX = InitCSX('CoordSystem', 1); % Cylindrical coordinate system. and haven't set coordination system for FDTD operator, so this was missing: FDTD = InitFDTD( 'NrTS', max_timesteps, 'EndCriteria', min_decrement, 'CoordSystem', 1); Now I again realized that FDTD and CSX are two independent things, it's also visible from API, like CSX is for AppCSXCAD and FDTD is for openEMS solver and this --debug-PEC is generated from openEMS solver. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to ask you how to use --debug-PEC when using cylindrical coords, I have this model of discone antenna meshed using cylindrical coords, but seems like --debug-PEC is not generate mesh right for paraview, is it implemented just for cartesian coords?
Beta Was this translation helpful? Give feedback.
All reactions