Answer:
1. High friction
2. High extrusion temperature
Explanation:
Surface cracking on extruded products are defects or breakage on the surface of the extruded parts. Such cracks are inter granular.
Surface cracking defects arises from very high work piece temperature that develops cracks on the surface of the work piece. Surface cracking appears when the extrusion speed is very high, that results in high strain rates and generates heat.
Other factors include very high friction that contributes to surface cracking an d chilling of the surface of high temperature billets.
Answer:
Explanation:
% Clears variables and screen
clear; clc
% Asks user for input
n = input('Total number of objects: ');
r = input('Size of subgroup: ');
% Computes and displays permutation according to basic formulas
p = 1;
for i = n - r + 1 : n
p = p*i;
end
str1 = [num2str(p) ' permutations'];
disp(str1)
% Computes and displays combinations according to basic formulas
str2 = [num2str(p/factorial(r)) ' combinations'];
disp(str2)
=================================================================================
Example: check
How many permutations and combinations can be made of the 15 alphabets, taking four at a time?
The answer is:
32760 permutations
1365 combinations
==================================================================================
Explanation:
Diesel cycle:
All diesel engine work on diesel cycle .In diesel cycle there are four process .These processes are as follows
1. Adiabatic reversible compression
2.Heat addition at constant pressure
3.Adiabatic reversible expansion
4.Constant volume heat rejection
In general compression ratio in diesel engine is high as compare to petrol engine.But the efficiency of diesel cycle is less as compare to petrol cycle for same compression ratio.
Applications of diesel cycle:
Generally diesel cycle used for heavy vehicle or equipment because heavy vehicle or equipment is required high initial torque.So this cycle have lots of applications such as in industrial machining,in trucks,power plant,in mining ,in defense or military,large motors ,compressor and pump etc.
Answer:
C₁₀ = 6.3 KN
Explanation:
The catalog rating of a bearing can be found by using the following formula:
C₁₀ = F [Ln/L₀n₀]^1/3
where,
C₁₀ = Catalog Rating = ?
F = Design Load = 2.75 KN
L = Design Life = 1800 rev/min
n = No. of Hours Desired = 10000 h
L₀ = Rating Life = 500 rev/min
n₀ = No. of Hours Rated = 3000 h
Therefore,
C₁₀ = [2.75 KN][(1800 rev/min)(10000 h)/(500 rev/min)(3000 h)]^1/3
C₁₀ = (2.75 KN)(2.289)
<u>C₁₀ = 6.3 KN</u>
Answer:
The velocity in the pipe is 5.16m/s. The pipe diameter for the second fluid should be 6.6 mm.
Explanation:
Here the first think you have to consider is the definition of the Reynolds number (
) for flows in pipes. Rugly speaking, the Reynolds number is an adimensonal parameter to know if the fliud flow is in laminar or turbulent regime. The equation to calculate this number is:

where
is the density of the fluid,
is the viscosity, D is the pipe diameter and v is the velocity of the fluid.
Now, we know that Re=2100. So the velocity is:

For the second fluid, we want to keep the Re=2100 and v=5.16m/s. Therefore, using the equation of Reynolds number the diameter is:
