Is it possible to model air/fluid density in a simscape model?

9 views (last 30 days)
I'm trying to develop a model for an underwater system and I was wondering if there was a way to model hydrodynamic effects (buoyancy/disturbances/inertia etc) using Simscape?

Accepted Answer

Nicolas Schmit
Nicolas Schmit on 13 Sep 2017
Simscape Multibody (Sim Mechanics) does not model the environment around your system, except for the gravity acceleration. To include hydrodynamics effects you can use the External Force and Torque bloc. For example, buoyancy would be a constant upward force (in the world reference frame) depending on the geometry of the solid and the mass of the surrounding fluid.
  3 Comments
Nicolas Schmit
Nicolas Schmit on 13 Sep 2017
Hello. Yes, you could use a Simulink model or MATLAB function bloc to calculate the force, then convert the force to a physical signal using a Simulink/PS bloc, and input the signal to the External Force and Torque Bloc. Be careful to select the correct reference frame to resolve the force, depending if you calculate the force in the world frame or in the solid's frame.

Sign in to comment.

More Answers (0)

Categories

Find more on Upgrading Hydraulic Models to Use Isothermal Liquid Blocks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!