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.
access eigenmode displacement for mesh nodes?
Posted Apr 9, 2014, 8:46 p.m. EDT Interfacing, Mesh, Results & Visualization, Structural Mechanics Version 4.3b 0 Replies
Please login with a confirmed email address before reporting spam
This is my first post to this forum.
I have a simple mechanical structure (say, a clamped clamped beam) where I have been trying to extract, via LiveLink, the displacements for the actual mesh nodes, for a given eigenmode. I have been able to obtain the interpolated values using "Eval", but I would rather just access the x and y displacements for the original nodes.
Here is my code:
model.result().numerical().create('ss1','Eval');
model.result().numerical('ss1').set('expr','u');
ue = model.result.numerical('ss1').getData();
model.result().numerical('ss1').set('expr','v');
ve = model.result.numerical('ss1').getData();
I am quite new to the live link syntax and such, so I think I need some expert advice! Thanks!
Hello Scott Strachan
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.