Simscape: Fan (MA) behavior with higher external flow
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello I'm trying to model in simscape a radiator of a car that is blown at by ram air and in addition has a fan. Using the Fan (MA) from the fluids addon the behavior is as expexted when the car is not moving, then the fan does what it should. However, if the car is driving fast and the ram air flow exceeds the fan air flow, I'm not sure if the fan behaves properly. It actually reduces the air flow. Normally the fan would have to freewheel in these cases, is that possible somehow with simscape components? Is it somehow possible to see the code behind the Fan (MA) block?
3 comentarios
Yifeng Tang
el 30 de En. de 2024
I was lucky enough to see the original text of the question. @Fabian and @John D'Errico, thanks for the good laugh.
I'll try to help in the Answer section.
Respuestas (1)
Yifeng Tang
el 30 de En. de 2024
Hi Fabian,
Check out this example: https://www.mathworks.com/help/hydro/ug/sscfluids_ev_thermal_management.html
In the radiator, the vehicle speed is converted to a ram pressure using a simple equation, and the air is also being driven, when necessary, by a fan downstream behind the condenser. I think the general modeling idea should apply in your case.
You may of course try to improve further by
- use a better correlation for the ram pressure calculation. Maybe a lookup table based on reference data?
- parametrize the fan block to define its behavior when the pressure difference is reversed over the fan. You may right-click on the block and select Fluids > Plot Fan Characteristics to see the fan curves.
- set up a test harness to examine how the air flow behaves in scenarios you described. Adjust parameters in test harness as well.
If you have any data that describe how the fan speed, air flow, pressure, and car speed should behave, feel free to share and I can take a look and provide more specific suggestions.
Ver también
Categorías
Más información sobre Two-Phase Fluid Library en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!