You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a region in Maxwell 2D cylindrical, the offset is realized only in R (X) direction and not in z direction. Here, only a "zero" is passed.
In Maxwell 3D and also 2D XY the error does not seem to occur.
Test code:
from pyaedt import Maxwell2d
m2d = Maxwell2d(solution_type="MagnetostaticZ")
magnet = m2d.modeler.primitives.create_rectangle([0, 0, 0], ["10mm", "5mm"], name="Box", matname="ndfe30")
region = m2d.modeler.primitives.create_region(200)
The text was updated successfully, but these errors were encountered:
When creating a region in Maxwell 2D cylindrical, the offset is realized only in R (X) direction and not in z direction. Here, only a "zero" is passed.
In Maxwell 3D and also 2D XY the error does not seem to occur.
Test code:
from pyaedt import Maxwell2d
m2d = Maxwell2d(solution_type="MagnetostaticZ")
magnet = m2d.modeler.primitives.create_rectangle([0, 0, 0], ["10mm", "5mm"], name="Box", matname="ndfe30")
region = m2d.modeler.primitives.create_region(200)
The text was updated successfully, but these errors were encountered: