Answered
Compatibility of ADAMS and Simulink simscape hydraulic?
Some info that may be useful for you: https://www.mathworks.com/products/connections/product_detail/adams-controls.html https:...

4 years ago | 1

Answered
How can I avoid temperature blow-up when mass-flow goes to zero in thermal circuits?
One idea you can try: instead of using a heat flow rate source at the radiator, using a temperature source intead. This would r...

4 years ago | 0

Answered
Accessing Simscape Blocks Internal States
Hi Mike, Unfortunately that would require access and modification to the source code of this block, which is not open as those ...

4 years ago | 0

| accepted

Answered
ssc function vs 2 phase liquid pipe
What is "normal 2 phase liquid: Pipe(TL)"? One tool that may be helpful in such cases is the Solver Profiler. It help you ex...

4 years ago | 0

Answered
How can I use the fluid properties from Simscape Fluids in a Matlab script
Just copy the values into a MATLAB script and assign some variable names. If you didn't change the default values, the full tab...

4 years ago | 0

Answered
Temperature dependent convection in simulink
You may move convection coefficient from "parameter" into "inputs" in the source code, and save as your own Simscape component. ...

4 years ago | 0

Answered
counter current heat exchanger - pipe TL temperature difference (model.T-W.T) not accurate
Interesting point and application you described. I agree, for counter flow heat exchangers, the deltaT you get between the ther...

4 years ago | 0

Answered
4 way directional control valve port dimensions
The hydrostatic pressure does acts on such an area AND it only acts on the fluids. No pipe wall or any solid part is experienc...

4 years ago | 0

Answered
What do the simscape plugins have that simscape itself doesn't have?
Simscape Electrical, Driveline, and Fluids use the same physical domains in the Simscape foundation library, but with many more ...

4 years ago | 0

Answered
Extracting the intermediate solution variables in simscape
Two quick ways I can think of: Add a variable. In equations, add "new_var == intermediate_var;". Move code out of "let ... in...

4 years ago | 0

Answered
Connect Multiple Constant Volume Chambers.
Conneting ports of multiple constant volume chambers is DIFFERENT than connecting say multiple pipes to a same point. Connectin...

4 years ago | 0

| accepted

Answered
use of fluid property tables generated with twoPhaseFluidTables directly in Matlab
Yes, it's possible. The properties you get in the data struct are either functions of pressure, or functions of pressure and no...

4 years ago | 1

| accepted

Answered
I want to model a gas flow in a pipe with 3 modes of Heat transfer using SIMSCAPE. How do I model the effective heat transfer?
The way the temperature sensor is placed in this model will make the heat flux to the ambient always ZERO. The temperature sens...

4 years ago | 0

Answered
Parametric Study with Simscape
In the Simscape block, you can use a MATLAB variable as the parameter. You can then change the value in that variable each time...

4 years ago | 1

Answered
how to simultaneously define mass flow, temperature and pressure of a waste heat source in Simscape?
You may use a controlled reservoir and a controlled mass flow rate source to get the temperature and flow rate you want, as a fu...

4 years ago | 1

| accepted

Answered
How can I model the openeing of a 2-Way Directional Valve by different percentages?
The way valves are modeled in the fluids domains is that it translates a spool position (S port input) to an orifice opening siz...

4 years ago | 0

| accepted

Answered
How can I set up the lookup table for a 2-way directional valve?
Regarding the error message in you comment: ['Trial/2-Way Directional Valve (IL)']: Size of Volumetric flow rate table, q(s,dp)...

4 years ago | 0

Answered
How can I put the parameters of the 3-zone pipe (2P) model as a function?
Ideally, you would modify the source code of this block to implement such functions. However, the source code of 3-zone pipe is...

4 years ago | 0

| accepted

Answered
Gradual area change (gradual contraction). Pressure loss
This correction factor is a parameter you may use to correlate the results from this block to the reference data (if available)....

4 years ago | 0

Answered
modeling thermal liquid system
Moving Barry Flannery's comment on 1 Feb 2016 to the Answer: Hi Vance, If you look at the bottom of the page there are two h...

4 years ago | 0

Answered
Modelling a proportional pressure reducing valve in SimHydraulics
From ~10 years later ... The pressure feed can be included by using a hydraulic cylinder to model the force balance on the spo...

4 years ago | 0

Answered
Exit pressure of a choked nozzle in Simscape
Sounds like you are just trying to set an outlet boundary reservior with pressure of atm or 0.528*P0. Not sure if this will wor...

4 years ago | 0

Answered
Insufficient information in datasheets referred by pre-parametrized Valves in Simscape Fluids (Isothermal Liquid)
These parameters for the pre-parametrized valves are found based on the information available in the datasheets. I've found tha...

4 years ago | 0

| accepted

Answered
How do I change the mask appeareance of a simscape blocks, such as Variable Orifice block?
As Raju commented, the icons for library blocks are in control of the developer. In recent versions of Simscape, there is usual...

4 years ago | 0

Answered
How to perform step by step predictive Maintenance using Digital Twins (On MATLAB)
Hi Kevin, I'd like to point you to this example: https://www.mathworks.com/company/newsletters/articles/predictive-maintenance...

4 years ago | 0

Answered
Modeling electrolyte solution in simscape
Hi Jacob, You are correct: the thermal liquid domain will not allow you to keep track of the concentration. Two potential solut...

4 years ago | 0

| accepted

Answered
Simscape PreCopyFcn prevents simulation running when in referenced model
Attempt to answer from 10 years later ... lol. It sounds to me that it's a feature of Simscape and its Add-On libraries working...

4 years ago | 0

Answered
How to set the parameters for customized directional control valve (moog-D661)
Answer from 10+ years later, lol. You may "manually" model any directional valves by using variable orifices and look-up tables...

4 years ago | 0

Answered
How to find Viscoelastic process time constant
I don't think the library blocks allow you to change the pipe diameter (hence volume) as a function of the pressure. You may ne...

4 years ago | 0

Answered
How to implement a fluid pressure transducer in a model
I assume you are referring to this Pressure Transducer block in Simscape Electrical. You connect the A port to the location you...

4 years ago | 0

Load more