Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The interface pressure between the tire of a locomotive wheel and the hub is given by 8/b c2 + b2 where p is the interface

image text in transcribed
The interface pressure between the tire of a locomotive wheel and the hub is given by 8/b c2 + b2 where p is the interface pressure (in Pa) b is the radius of the hub (in m) c is the radius of the hub plus the tire thickness (in m) ? is the amount of interference (in m) E is Young's modulus for the material (use E-207x109 Pa) Write a program that repeatedly reads in hub diameters, tire thicknesses, and interference values (all in m) until -1-1-1 is entered. For each set of values entered your program should either i) output an error message (if the values are unreasonable: see next paragraph) or ii) compute and output the interface pressure. Hub diameters must be between 0.5 m and 2.5 m (inclusive of these values), tire thicknesses must be between 0.05 m and 0.1m (inclusive of these values), and interference values must be greater than zero and no more than 0.5% of the diameter. When -1-1-1 is entered your program should output: i) the average of all computed interface pressures and ii) the greatest interface pressure and the corresponding diameter, tire thickness, and interference values. In the event of a tie either set of values may be output. Notes: .Declare E as follows: const double E 207e9 . The radius of a circle is half of its diameter

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

18. If you have power, then people will dislike and fear you.

Answered: 1 week ago