
Programming Languages:
Python, MATLAB, Fortran
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Physical Modeling, Simscape Fluids, Simscape, Heat and Mass Transfer, Thermodynamics and Heat Transfer
Python, MATLAB, Fortran
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Physical Modeling, Simscape Fluids, Simscape, Heat and Mass Transfer, Thermodynamics and Heat Transfer
Feeds
已回答
How to call the thermal liquid T-junction component in the simscape code?
Hi @Yingxuan, Here is a method that will work with any block in the Add-On libraries. The key idea is to use the subsystem2ssc...
How to call the thermal liquid T-junction component in the simscape code?
Hi @Yingxuan, Here is a method that will work with any block in the Add-On libraries. The key idea is to use the subsystem2ssc...
10 days 前 | 1
| 已接受
已回答
Representing an orifice whose length is greater than the orifice diamter using Simscape Fluids (IL)
Hi @ty, I agree with what @Chuguang Pan has discussed: the Pipe (IL) block and the Orifice (IL) block can be useful here. Anot...
Representing an orifice whose length is greater than the orifice diamter using Simscape Fluids (IL)
Hi @ty, I agree with what @Chuguang Pan has discussed: the Pipe (IL) block and the Orifice (IL) block can be useful here. Anot...
13 days 前 | 2
已回答
Building and Embedding a Reduced Order Model in National Instruments Hardware (cRIO)
Given the dynamic nature (I think) of your system model, I wonder whether you could make use of the Reduced Order Modeler app: h...
Building and Embedding a Reduced Order Model in National Instruments Hardware (cRIO)
Given the dynamic nature (I think) of your system model, I wonder whether you could make use of the Reduced Order Modeler app: h...
13 days 前 | 0
已回答
Create Simscape protected or pre-compiled model for users who don't have Simscape licenses
I don't think Model reference, protected or not, will allow the user to run without Simscape. Do you have the licenses needed t...
Create Simscape protected or pre-compiled model for users who don't have Simscape licenses
I don't think Model reference, protected or not, will allow the user to run without Simscape. Do you have the licenses needed t...
20 days 前 | 0
已回答
How to reset the temperature of a Simscape Thermal Mass block at a specific time?
Hi @Alexander Maybe this setup will do what you want. I attached a proof-of-concept model. A thermal mass is heated by a heat ...
How to reset the temperature of a Simscape Thermal Mass block at a specific time?
Hi @Alexander Maybe this setup will do what you want. I attached a proof-of-concept model. A thermal mass is heated by a heat ...
20 days 前 | 0
已回答
如何在simscape里构建蒸发式冷凝器,这涉及到传热与传质的过程
Hello 忠宇, I'd like to revisit this question. While I don't think there is a new block for this evaporative condenser you want,...
如何在simscape里构建蒸发式冷凝器,这涉及到传热与传质的过程
Hello 忠宇, I'd like to revisit this question. While I don't think there is a new block for this evaporative condenser you want,...
28 days 前 | 1
已回答
Can ode15i solve a stiff DAE?
I would suggest that you try ode15s or ode23t instead. While ode15i, being an implict solver, may work well with stiff system o...
Can ode15i solve a stiff DAE?
I would suggest that you try ode15s or ode23t instead. While ode15i, being an implict solver, may work well with stiff system o...
29 days 前 | 0
| 已接受
已回答
How to simulate electro-hydraulic actuator system with hydraulic oil thermal effect in Simscape
Use the components from the Thermal Liquid (TL) domain. You will need to parametrize each component based on your system or the...
How to simulate electro-hydraulic actuator system with hydraulic oil thermal effect in Simscape
Use the components from the Thermal Liquid (TL) domain. You will need to parametrize each component based on your system or the...
29 days 前 | 1
| 已接受
已回答
Role of the "Anode Exhaust" subsystem in PEMFC Simscape model and hydrogen flow path decision
In most PEMFC system, the anode side doesn't vent to the outside like the cathode side. Unused hydrogen are too precious to be ...
Role of the "Anode Exhaust" subsystem in PEMFC Simscape model and hydrogen flow path decision
In most PEMFC system, the anode side doesn't vent to the outside like the cathode side. Unused hydrogen are too precious to be ...
1 month 前 | 1
| 已接受
已回答
How can I load a final state of a Simscape model in generated code?
Some thoughts: I wasn't about to generate code when xInitial is enabled. Not sure if it's because that's not supported or beca...
How can I load a final state of a Simscape model in generated code?
Some thoughts: I wasn't about to generate code when xInitial is enabled. Not sure if it's because that's not supported or beca...
2 months 前 | 0
| 已接受
已回答
Measure the model mass and moment of inertia of the component detached from the main body
Hi @Ming As @Shishir Reddy mentioned, it appears that the inertia sensor spans the weld joints at the beginning of the simulati...
Measure the model mass and moment of inertia of the component detached from the main body
Hi @Ming As @Shishir Reddy mentioned, it appears that the inertia sensor spans the weld joints at the beginning of the simulati...
2 months 前 | 0
已回答
How to integrate PEM electrolysis system and PEM fuel cell system to form the DC Electrical Power System?
Check out this examples: Green Hydrogen Microgrid https://www.mathworks.com/help/sps/ug/green-hydrogen-microgrid.html. See how ...
How to integrate PEM electrolysis system and PEM fuel cell system to form the DC Electrical Power System?
Check out this examples: Green Hydrogen Microgrid https://www.mathworks.com/help/sps/ug/green-hydrogen-microgrid.html. See how ...
2 months 前 | 0
已回答
How can I avoid extreme slowdowns in Simscape Multibody when a robot with spatial contact forces comes to a stop?
Some suggestions: In solver profiler, look at tab showing which blocks are causing the solver exceptions, and check if it's ind...
How can I avoid extreme slowdowns in Simscape Multibody when a robot with spatial contact forces comes to a stop?
Some suggestions: In solver profiler, look at tab showing which blocks are causing the solver exceptions, and check if it's ind...
2 months 前 | 0
已回答
How to Create and Integrate a Simulink-Based Digital Twin of a Submersible Pump Test Rig with Arduino Sensor Data
Hi @AVICHAL, If you believe you've included all key governing equations in you Simulink model, then indeed you'll need to ident...
How to Create and Integrate a Simulink-Based Digital Twin of a Submersible Pump Test Rig with Arduino Sensor Data
Hi @AVICHAL, If you believe you've included all key governing equations in you Simulink model, then indeed you'll need to ident...
2 months 前 | 0
已回答
Terminate Simulink simulations in parfor loop after some run time
Consider use the sim command to execute your model, and set a maximum simulation run time using the "TimeOut" option. For examp...
Terminate Simulink simulations in parfor loop after some run time
Consider use the sim command to execute your model, and set a maximum simulation run time using the "TimeOut" option. For examp...
2 months 前 | 1
已回答
Optimal decimation to Log Simulation Data
If you put a time vector in the "Data Import/Export" - "Save Options" - "Produce Specified Output Only" - "Output Times", you sh...
Optimal decimation to Log Simulation Data
If you put a time vector in the "Data Import/Export" - "Save Options" - "Produce Specified Output Only" - "Output Times", you sh...
2 months 前 | 0
已回答
Simscape Fluids - 2 resevours, 1 flow rate source model results in pressure below allowed minimum.
Looks like a parametrization issue to me. In your model, the pressure at the inlet (point 1) is fixed by the upstream reservoir...
Simscape Fluids - 2 resevours, 1 flow rate source model results in pressure below allowed minimum.
Looks like a parametrization issue to me. In your model, the pressure at the inlet (point 1) is fixed by the upstream reservoir...
3 months 前 | 0
| 已接受
已回答
Can the PEM Fuel Cell Simscape model be scaled down to 100 W?
I can share a case study where the original model is scaled UP by 4 times, to around 400kW. Maybe you can repeat the workflow f...
Can the PEM Fuel Cell Simscape model be scaled down to 100 W?
I can share a case study where the original model is scaled UP by 4 times, to around 400kW. Maybe you can repeat the workflow f...
4 months 前 | 1
已回答
Control of dehumidifier with system level heat exchanger
Summarize the information exchange in the "Comments": Changing the "nominal rate of heat-transfer" is like change the heat exch...
Control of dehumidifier with system level heat exchanger
Summarize the information exchange in the "Comments": Changing the "nominal rate of heat-transfer" is like change the heat exch...
4 months 前 | 0
| 已接受
已回答
Simulation of BLDC Motor - error with derivative of omega
Hi Marcel, I'm NOT an expert in BLDC motor but I'm in general interested in Simscape language and customization. Could it be a...
Simulation of BLDC Motor - error with derivative of omega
Hi Marcel, I'm NOT an expert in BLDC motor but I'm in general interested in Simscape language and customization. Could it be a...
5 months 前 | 0
| 已接受
已回答
How Hydrogen pressure increase to 3MPa without compressor in this control?
As hydrogen is produced at the Cathode from the electrolysis process, the pressure in the upstream volume will increase. This c...
How Hydrogen pressure increase to 3MPa without compressor in this control?
As hydrogen is produced at the Cathode from the electrolysis process, the pressure in the upstream volume will increase. This c...
5 months 前 | 0
已回答
Simscape Inheritance - Parameters as structs or objects
I think it's possible to mimic the code inside Thermal Liquid Properties to do what you envisions. (1) define a class for the d...
Simscape Inheritance - Parameters as structs or objects
I think it's possible to mimic the code inside Thermal Liquid Properties to do what you envisions. (1) define a class for the d...
5 months 前 | 0
| 已接受
已回答
How to build up a motor that controls the speed of an centrifugal pump through an ideal torque source?
Hi Malte, In your model right now the torque source R port is also connected to the mechanical reference (ground), so no moveme...
How to build up a motor that controls the speed of an centrifugal pump through an ideal torque source?
Hi Malte, In your model right now the torque source R port is also connected to the mechanical reference (ground), so no moveme...
5 months 前 | 0
已回答
How to Set Initial Position for a Mass Block in Simscape?
Hi @José, In the mechanical translational domain, the domain variables are the velocity and the force. In general, the displac...
How to Set Initial Position for a Mass Block in Simscape?
Hi @José, In the mechanical translational domain, the domain variables are the velocity and the force. In general, the displac...
6 months 前 | 1
| 已接受
已回答
Problem with two phase Fluid Tables properties for mixtures for Simscape Matlab using CoolProp
Hi Adam, I think there is path forward, but it'll require some work. The error message you and I saw was generated by the fact...
Problem with two phase Fluid Tables properties for mixtures for Simscape Matlab using CoolProp
Hi Adam, I think there is path forward, but it'll require some work. The error message you and I saw was generated by the fact...
6 months 前 | 0
已回答
How to protect a model with simscape interfaces?
Hi @Carolina, As Model Reference and Model Protection won't allow physical connection through the subsystem/model boundary, it'...
How to protect a model with simscape interfaces?
Hi @Carolina, As Model Reference and Model Protection won't allow physical connection through the subsystem/model boundary, it'...
6 months 前 | 0
已回答
How to export data logging in Simcape simulation by second?
First thing to check, whether you are limiting the number of data points to keep. I suspect so, as your tout variable has lengt...
How to export data logging in Simcape simulation by second?
First thing to check, whether you are limiting the number of data points to keep. I suspect so, as your tout variable has lengt...
6 months 前 | 0
已回答
How to add functionality to simscape multibody?
Hi Mark, Simscape Multibody, unfortunately, can't be customized in the same way as other physical domains in Simscape. I would...
How to add functionality to simscape multibody?
Hi Mark, Simscape Multibody, unfortunately, can't be customized in the same way as other physical domains in Simscape. I would...
6 months 前 | 0
已回答
I need help coding a custom block on Simscape
This compiled without an error component pelton_turbine % Ce composant calcule le couple généré par l'eau sur la turbine. % 🔹...
I need help coding a custom block on Simscape
This compiled without an error component pelton_turbine % Ce composant calcule le couple généré par l'eau sur la turbine. % 🔹...
6 months 前 | 0
已回答
In Simscape, is there an equivalent to the Two-Phase Fluid System components that support Phase-Change-Materials (solid-liquid-transition)?
Hi @Philipp, I attached a simple proof-of-concept. The mlx script add an offset to the u(T) property after T is greater than t...
In Simscape, is there an equivalent to the Two-Phase Fluid System components that support Phase-Change-Materials (solid-liquid-transition)?
Hi @Philipp, I attached a simple proof-of-concept. The mlx script add an offset to the u(T) property after T is greater than t...
6 months 前 | 0