How to Mathematically Model a Single Vane Rotary Vacuum Pump?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Cameron A
Messages
1
Reaction score
1
Hi all,

I was recently given a project at my college intership where I am supposed to model a mechanical singe vane rotary vacuum pump mathematically. The objective of the analysis is to find the work required to run the pump and the resulting net loss of energy from the system. I was told this was a fairly simple problem, but I don't know where to star, so any help or direction would be appreciated.

Thanks,
Cameron
 
  • Like
Likes   Reactions: appysek
Physics news on Phys.org
Code:
cout<<"work done: "<<work<<" joules\n";
cout<<"net energy loss: "<<netLoss<<" joules\n";

now you just need to add a few more lines at the beginning, and you're all done!