reifenfederclass.mbe

来自「用matlab描述的3个自由度的半车模型」· MBE 代码 · 共 22 行

MBE
22
字号
""

JointSpringDamperMbs named: ReifenfederClass.
  port:      #(J1) on: BodyAtpMbs;
             #(J2) on: BodyAtpMbs;



  degreeOfFreedom: #(Tx Tz PhiY );
  position:        #(0 0  );
  orientation:     #(0  );
  velocity:        #(0 0  );
  angVelocity:     #(0  );
  stiffnessInFreeDirections: #(0 0 0  );
  dampingInFreeDirections:   #(0 0 0  );
  prestressInFreeDirections: #(0 0 0  );
  jointRealisation:        dynamicJoint;
  dofProperties:           #( largeDof largeDof largeDof );
  stiffnessOfDynamicJoint: #(1000000 1000000 1000000 1000 1000 1000  );
  dampingOfDynamicJoint:   #(3000 3000 3000 30 30 30  );

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?