Metal Property
From openEMS
Note: This page is under construction. If you have experience with openEMS, please consider to create an account and help improve this page.
Description
A perfect electric conductor(PEC) property is added
CSX = AddMetal(CSX, name)
or a lossy conducting material can be added by
CSX = AddConductingSheet(CSX, name, conductivity, thickness)
with the parameters
- CSX: The original CSX structure
- name: name of the assigned property
- conductivity: The conductivity of metal being used.
- thickness: thickness of the lossy metal sheet.
Examples
CSX = AddMetal(CSX,'metal'); % add your primitives
CSX = AddConductingSheet(CSX,'copper',56e6,70e-6); % add your primitives