Hello - I am using the mnfres function in the flextk toolkit to pull the nodal displacements, velocities, and accelerations for a MNF after a simulation. So far, I've been able to get some good data from it but my team and I curious to know if we can…
I want to define two events (two expressions) to trigger a sensor.
Sensor should trigger when event_1 and event_2 both attain the values.
e.g. when AX(mar_1,mar_2) = value 1 and when AX(mar_3,mar_4) = value 2 then sensor would trigger.
Is this possible…
Hello,
What can be problem with using model with flexbody and motion together with IC?
I am trying to use motion in bottom rev joint.
Without displacement IC in motion model runs fine, same for rigid.
But…
Hello I'm trying to simulate a crate falling down an inclined plane to understand the basics of MSC Adams View. I added a translational joint between the crate and the inclined plane. If I leave the joint frictional settings unmodified (shown in screenshot…
Hello,
Is possible to create functional measure for measuring stress in node during simulation?
I know just option provided by adams/durability, to see such value in postprocessor.
Thanks
Jozef
Hello,
I have issue with models containing flexbody. Model is possible to simulate without problem, but after some while (i.e. using Play, rewind, play several time), program always start writing bunch of warnings in message window.
…
Hi Folks,
Here is part of my script for auto-generation of force in a model.
1- variable create variable_name=n integer_value=1
2- while condition=(n < (eval(total_roller_number+1)))
3- force create direct general_force &
4…
I noticed that when using Adams View 2019.2 it was crashing a lot when solving a lot of contacts, though when I switched to 2021.3 it stopped crashing, does 2012.3 have better capability with contacts/large forces?
The only thing I can think of is using the acceleration * mass of the object for the forces and for the torques to use Torque = angular acceleration * I where ‘I’ comes from angular momentum = I * angular velocity, and since Adams gives out angular accel…