Is it possible to design a pressure pump in Unreal Engine with actual physics?
I’m trying to test the performance of AC induction motor on pumps, depending on its battery charge state.
So my physics system should contain
- a battery with adjustable initial charge that depletes when in use
- a motor that runs on the battery
- a pressure pump run by the motor
FYI, I’m a grad school student in a control lab, and trying to run software in the loop simulation before trying out real stuff.