Replies: 1 comment 3 replies
-
|
Hey @Werreyou
What do you call a discrete material? A one with constant Dk and Kappa? Cheers |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am new to OpenEMS,
I have a question regarding the alternatives for the access to virtual family body models, I was wondering where do I replace the discrete material with the simple family model?
CSX = AddMaterial(CSX, 'phantom_head');
CSX = SetMaterialProperty( CSX,'phantom_head', 'Epsilon', 60, 'Kappa', 0.7, 'Density', 1040);
CSX = AddSphere(CSX, 'phantom_head', 0, [0 0 0], 110,'Transform',{'Scale',[1 0.8 1]} );
Beta Was this translation helpful? Give feedback.
All reactions