HFSS Write Format
I'm trying to export the ComplexMag_JSurf values on a TEM horn antenna plate, but I always get the error "The stack contents are incompatible with the current operation". I have pushed ComplexMag_JSurf, then selected the TEM plate as the surface and then finally the output Value. Any ideas on why this is happening?
Question 2
When I just push ComplexMag_JSurf and select "Write" and select the surface I do get an output but I dont know the format of the output.
For example, the output is:
Scalar data "ComplexMag_Jsurf"
NumTets 1197
Tet 1
0
2.38196
3.88705
2.38196
0
3.88705
Tet 2
1.86377
0
1.86377
1.41958
1.41958
0
Tet 3
0.11566
0.0309883
0
0
0.0309883
0.11566
What do these values represent? I've tried reading the help files and online support but haven't found anything. Eventually I will be using Matlab to plot the results so I will need to write a function to read these values in.
no idea :) Are you able to see the "ComplexMag_Jsurf" plot throw the HFSS GUI ?
The following is from the HFSS v10 help :
"The value of a vector field quantity (such as the H-field or E-field) at points inside each tetrahedron is interpolated from the vertices of the tetrahedron. At each vertex, HFSS stores the components of the field that are tangential to the three edges of the tetrahedron. In addition, HFSS can store the component of the vector field at the midpoint of selected edges that is tangential to a face and normal to the edge . The field inside each tetrahedron is interpolated from these nodal values. "
So, I suppose that the 6 numbers are the 6 values of the "ComplexMag_Jsurf" at each triangles (tetrahedron facet belonging to chosen surface) vertex (3) and middle of edges (3)...