is Simscape and EDEM Coupling possible? What are the alternate ways to understand soil tool interaction?

조회 수: 5 (최근 30일)
I am working on a project where I have to design the tractor loader in simscape and understande soil tool interaction. Is it possible to couple EDEM with Simscape ?
  댓글 수: 2
Steve Miller
Steve Miller 2023년 8월 20일
@KANGKAN - we have customers who use Simscape and EDEM in cosimulation. It requires writing an S-Function in C code that uses the Simulink APIs and the EDEM APIs (Application Programming Interface). While it can be done many ways, the most common method is to
  1. measure the position and velocity from Simscape
  2. pass that to EDEM so it can move the parts colliding with the soil
  3. within EDEM, measure the forces and torques of the soil on the part
  4. pass those forces and torques back to Simulink so they can be applied to the part
This interface requires a very small time step.
We have an example on the File Exchange that shows coupling with discrete element modeling (DEM) software.
--Steve

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simscape Multibody에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by