This article demonstrates how to model an automotive fan where the mass flow rate incident on the fan causes its rotational speed to go beyond its rotational speed defined by the fan motor. For example, this occurs when a vehicle is travelling fast enough that the cooling fan is no longer injecting energy into the flow, but the flow is fast enough to cause the fan to free-wheel at speeds beyond what the fan motor provides.
Attachments: | Fan_PI.zip (212 MB) |
${Iteration} < 50 ? ${Fan Speed} : (${Actual Torque} < 0 ? ${Fan Speed} : ${Proportional Gain}*${Torque Error}+${Integral Gain}*${Torque Error Sum})