It is possible to export a simscape fluid model to FMU?

14 visualizaciones (últimos 30 días)
Gabriel B.
Gabriel B. el 11 de Abr. de 2022
Comentada: Yifeng Tang el 31 de Ag. de 2022
I made a simscape fluid model with directional valves and double acting cylinder and I need to export it to a fmu to co-simulate with other software. It is possible to export a simscape fluid model to a FMU?

Respuestas (1)

Yifeng Tang
Yifeng Tang el 14 de Jul. de 2022
If you can bring your Simscape model to fixed-step & fixed-cost (see this Doc page), you should then be able to generate a standalone FMU following the example here. Your Simscape part of the model needs to use a local solver with a fixed time-step and finite number of "runtime consistency iterations", both set in the Solver Configuration block.
  2 comentarios
Venkatesh Venkadasamy
Venkatesh Venkadasamy el 30 de Ag. de 2022
Does the standalone FMU of simscape model require simscape license during simulation ?
Yifeng Tang
Yifeng Tang el 31 de Ag. de 2022
my impression is that it won't even requires MATLAB or Simulink if you import it into other software for co-simulation, as the FMU should be "standalone". You may try the export, close MATLAB and reopen, import FMU into a Simulink model and run, and then use license('inuse') command to check if a Simscape license was used when running the FMU.

Iniciar sesión para comentar.

Categorías

Más información sobre Equations en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by