Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.
Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
domain labels
Posted 15.01.2014, 08:12 GMT-5 Interfacing Version 4.3 0 Replies
Please login with a confirmed email address before reporting spam
I would like to ask you, how can I get the label information about the domains in my 3D geometry.
the mphgeom() function contains only Edgelabels, Facelabels but not domain labels.
I need it, because I am usit the HeatTransfer physics and I would like to aim the HeatSources on a specific domain inside the global domain object.
phys=model.physics.create('ht', 'HeatTransfer', 'geom1');
model.physics('ht')
hs = phys.feature.create('hs','HeatSource',3);
hs.selection.set([38]);
hs.set('Q',1,'29102600');
How can I visualize or see which selection set is where?
Hello Marcel Vlcek
Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.
If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.