photo

Yifeng Tang

MathWorks

Last seen: 1 día hace Con actividad desde 2020

Followers: 10   Following: 0

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

Estadística

All
  • Thankful Level 1
  • Knowledgeable Level 5
  • Pro
  • Personal Best Downloads Level 2
  • 12 Month Streak
  • First Submission
  • GitHub Submissions Level 1
  • Revival Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Model leaks in tanks and valves in a gas SIMULINK system
(Moved to Answer from Comments) It sounds like you have some values as a "standard" leak rate, is that right? I would assume y...

1 día hace | 0

Respondida
Bonjour, je souhaite modéliser un piston et j'ai une erreur. Merci
In your model, the B & F ports of the prismatic joint is connected to the B & F port of a rigid transform block. This will fix ...

4 días hace | 0

Respondida
PEM fuel cell heat management
Looks like it should be instead. Would you agree? I checked the source code and the power dissipation term is calculated as ...

5 días hace | 1

Respondida
Trace Gas Removal Loop
Hi Ryan, The logic you have in mind is likely to trigger lots of zero-crossing/chattering, and as @Walter Roberson pointed out,...

9 días hace | 1

Respondida
How to model Concave Hull Contact Force in Simulink Simscape
For a generic solid, Multibody only support exporting the Convex Hull for contact modeling (as of R2025a). So that quarter pipe...

19 días hace | 0

Respondida
how to understand and combine simscape pump performance curves
I can try to help on the "Plotting on the Same Graph" part. Once you generate this figure from the pump block, you can use the ...

alrededor de 1 mes hace | 0

| aceptada

Respondida
LNG liquid to gas phase change simulation Simscape
Hi @Anil I suggest that you try something like this: Model the LNG and its evaporization in the 2P domain. The Receiver Acc...

alrededor de 1 mes hace | 1

| aceptada

Respondida
What is my fault to this modelling? I want to move the model but I am not able to solve the faults.
Follow the instructions in the error message. Use the Simulink-PS Converter to provide derivatives. The time constant will c...

alrededor de 1 mes hace | 0

Respondida
Modelling the sublimation of dry ice
Hi @Kyle, Interesting problem. I would approach it from the angle of convervation of energy and mass. Assuming the dry ice st...

alrededor de 1 mes hace | 2

| aceptada

Respondida
How to model a piston with a retracting spring at one end and having single hydraulic port??
Something like this should work. It's important to pay attention to a few things when setting up this model: (1) area of the...

alrededor de 1 mes hace | 0

Respondida
Implementing Process Control for Heat Exchanger Networks in MATLAB
For the physical plant, for instances heat exchangers, pipes, valves, pumps, etc., I suggest that you look into Simscape and Sim...

alrededor de 1 mes hace | 0

Respondida
Lead screw driven by a revolute joint in Simscape Multibody: How can I set a slider displacement to be proportional to the revolute joint angle?
Hi @mhaz, I think it would make more sense to move the revolute joint to be in series with the prismatic joint. See below. ...

alrededor de 1 mes hace | 0

Respondida
How to measure torque and rpm of compressor in refrigeration cycle?
Use a Ideal Torque Sensor, connect it in series with the compressor R port, and now you are measuring the shaft torque. Multipl...

2 meses hace | 0

Respondida
How to plot coefficient of performance(COP) of refrigerationcyclemodelexample?
For an air conditioning system, the COP is defined as the ratio between the cooling power and the compressor work. There are tw...

2 meses hace | 0

Respondida
MATLAB Projects for Mechanical Engineers
Hi Saurav, A few things to check out on fileexchange: Ivan Liebgott (2024). Modeling and Simulation of Multi-Physics Systems w...

3 meses hace | 0

Respondida
Network coupler for gas
Network coupler for Gas or Moist Air domain doesn't exist as of R2024b. I see two options: (1) follow the structure of such co...

3 meses hace | 0

| aceptada

Respondida
How are centrifugal pump(TL) outlet flow rate and actual brake power calculated with pump nominal parameters?
In the equation for the reference capacity: , the first term on the RHS is the volumetric flow rate. If you move that term t...

3 meses hace | 0

| aceptada

Respondida
I don' know why simulink parameter estimation failed. Please help me
Looks like the error message is trying to tell you that the Parameter Estimater cannot change the parameters it tries to estimat...

3 meses hace | 1

| aceptada

Respondida
How can I determine the distance at which a moving frame slides over a fixed frame, knowing that I use a prismatic joint between these two frames?
You can set limits in the prismatic joint. It'll apply an additonal spring & damper once the limit is reached and try to stop t...

3 meses hace | 0

Respondida
How to change the type of step for a Simulink Solver from variable to fixed in the Electric Vehicle Thermal Management model in Simulink?
When trying to run a complex Simscape in fixed-step, it is almost always recommended to use an implicit solver, as the equations...

3 meses hace | 0

Respondida
How to change a simscape block parameter from MATLAB app?
modelname = "myModel"; % CHANGE THIS refrigerant = "R134a"; % CHANGE THIS. % You may use any of the following refrigerant n...

3 meses hace | 1

| aceptada

Respondida
How to obtain 4th order transfer function in simulink
This example from the System Identification Toolbox should address what you need. https://www.mathworks.com/help/ident/ug/estim...

3 meses hace | 0

Respondida
How to visualize a multibody model when running on a Speedgoat
Hi @f wang, If I understand it correctly, you are trying to visualize the 3D movements of the parts, is that right? If so, the...

3 meses hace | 0

| aceptada

Respondida
Is there a way to add a graphical only line between two frames in multibody
Hi Mark, I don't think there is a "native" way to do this. I can think of a clunky way of doing this. I don't like it but may...

3 meses hace | 0

Respondida
Determining the Nominal mass flow rate
Hello, First of all, make sure you follow the workflow example in the documentation when modeling a refrigeration system: https...

4 meses hace | 0

Respondida
Exporting Simscape model from R2024a to R2021a and R2023a
The message you got is a warning, not an error, which is trying to tell you to be very careful with the resulting model. Whethe...

4 meses hace | 0

| aceptada

Respondida
How to convert constants in parameters to variables in inputs in simscape?Invalid use of value 'density'.
Below is a summary of the discussion in the comments section: It is not possible to use an input to assign a domain parameter. ...

4 meses hace | 1

Respondida
in simscape fluids, I want to use the gas-charged accumulator, which is a single phase component, in a 2 phase loop. How can I use it?
Try something like this: Use Translational Mechanical Converter for each domain, connect the R port, and add a small mass. R...

4 meses hace | 0

Respondida
I wanna make 2D compressible fluid simulation when off gas ventilation at battery thermal runaway
Just a suggestion ... Right now, you have Neumann type of boundary condition for your normal velocity at the right boundary, na...

4 meses hace | 0

Respondida
How to connect a 6 DoF joint to a moving center of mass (by creating a moving frame) in Simscape Multibody
Summarizd from comments: (1) leave the 6DOF untouched (2) use the measured CG location to drive a cartesian joint to the new C...

4 meses hace | 1

| aceptada

Cargar más