Answer:
The value of heat transferred watt per foot length Q = 54.78 Watt per foot length.
Explanation:
Diameter of pipe = 2 in = 0.0508 m
Steam temperature
= 300 F = 422.04 K
Duct temperature
= 70 F = 294.26 K
Emmisivity of surface 1 = 0.79
Emmisivity of surface 2 = 0.276
Net emmisivity of both surfaces ∈ = 0.25
Stefan volazman constant
= 5.67 ×

Heat transfer per foot length is given by
Q = ∈
A (
) ------ (1)
Put all the values in equation (1) , we get
Q = 0.25 × 5.67 ×
× 3.14 × 0.0508 × 1 × (
)
Q = 54.78 Watt per foot.
This is the value of heat transferred watt per foot length.
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
==================================================================================
Answer:
Given that;
Jello there, see explanstion for step by step solving.
A horizontal channel of height H has two fluids of different viscosities and densities flowing because of a pressure gradient dp/dx1. Find the velocity profiles of two fluids if the height of the flat interface is ha.
Explanation:
A horizontal channel of height H has two fluids of different viscosities and densities flowing because of a pressure gradient dp/dx1. Find the velocity profiles of two fluids if the height of the flat interface is ha.
See attachment for more clearity
Answer:
(b)Distortion energy theory.
Explanation:
The best suitable theory for ductile material:
(1)Maximum shear stress theory (Guest and Tresca theory)
It theory state that applied maximum shear stress should be less or equal to its maximum shear strength.
(2)Maximum distortion energy theory(Von Mises henkey's theory)
It states that maximum shear train energy per unit volume at any point is equal to strain energy per unit volume under the state of uni axial stress condition.
But from these two Best theories ,suitable theory is distortion energy theory ,because it gives best suitable result for ductile material.