gelenkclass.mbe
来自「用matlab描述的3个自由度的半车模型」· MBE 代码 · 共 22 行
MBE
22 行
""
JointSpringDamperMbs named: GelenkClass.
port: #(J1) on: BodyAtpMbs;
#(J2) on: BodyAtpMbs;
degreeOfFreedom: #(PhiY );
position: #( );
orientation: #(0 );
velocity: #( );
angVelocity: #(0 );
stiffnessInFreeDirections: #(50000 );
dampingInFreeDirections: #(50 );
prestressInFreeDirections: #(0 );
jointRealisation: kinematicJoint;
dofProperties: #( largeDof );
stiffnessOfDynamicJoint: #(1000000 1000000 1000000 1000 1000 1000 );
dampingOfDynamicJoint: #(3000 3000 3000 30 30 30 );
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?