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?

Please login with a confirmed email address before reporting spam

Hi!

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!

0 Replies Last Post 9 avr. 2014, 20:46 UTC−4
COMSOL Moderator

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.

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.