How to Mathematically Model a Single Vane Rotary Vacuum Pump?

Click For Summary
SUMMARY

The discussion focuses on mathematically modeling a single vane rotary vacuum pump to determine the work required for operation and the net energy loss from the system. Cameron, a college intern, seeks guidance on how to approach this analysis. The solution involves using programming tools like C++ to calculate and display the work done and net energy loss, as indicated by the code snippet provided. The problem is deemed straightforward with the right mathematical and programming foundations.

PREREQUISITES
  • Understanding of mechanical engineering principles related to vacuum pumps.
  • Familiarity with mathematical modeling techniques.
  • Proficiency in C++ programming for implementing calculations.
  • Knowledge of energy conservation principles in mechanical systems.
NEXT STEPS
  • Research mathematical modeling techniques for rotary vacuum pumps.
  • Learn about energy loss calculations in mechanical systems.
  • Explore advanced C++ programming techniques for engineering applications.
  • Investigate existing models of single vane rotary vacuum pumps for reference.
USEFUL FOR

Mechanical engineering students, interns working on pump design projects, and software developers involved in engineering simulations will benefit from this discussion.

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
Engineering 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!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 27 ·
Replies
27
Views
11K