1.Truss::addInertiaLoadToUnbalance(const Vector &accel)
2.Truss::getResistingForceIncInertia()
what is the relationship of the two classes above in Truss.cpp. and what result will get after invoke the two classes. thanks.
Truss.cpp
Moderators: silvia, selimgunay, Moderators
Re: Truss.cpp
no relationship.
the addInertiaLoadToUnbalance(a) will just add M * R (a) to the ressiing force, where R(a) is obatined from the Node.
the getResistingForceIncInetia for the Truss will just add any rayleigh damping forces to the resisting force that is returned.
the addInertiaLoadToUnbalance(a) will just add M * R (a) to the ressiing force, where R(a) is obatined from the Node.
the getResistingForceIncInetia for the Truss will just add any rayleigh damping forces to the resisting force that is returned.