Material properties for Electromagnetic model
显示 更早的评论
I created a 2D geometry with the command
g = decsg(gdm,sf,ns');
and I have used the electromagnetic model.
model = femodel(AnalysisType="electrostatic", ...
Geometry=g);
pdegplot(model,EdgeLabels="on")
My geometry is composed of different materials with different properties.
I would like to state the material properties for each component.
Is it possible to define the properties for each face?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Electromagnetics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!