Answer:
Q = 63,827.5 W
Explanation:
Given:-
- The dimensions of plate A = ( 10 mm x 1 m )
- The fluid comes at T_sat , 1 atm.
- The surface temperature, T_s = 75°C
Find:-
Determine the total condensation rate of water vapor onto the front surface of a vertical plate
Solution:-
- Assuming drop-wise condensation the heat transfer coefficient for water is given by Griffith's empirical relation for T_sat = 100°C.
h = 255,310 W /m^2.K
- The rate of condensation (Q) is given by Newton's cooling law:
Q = h*As*( T_sat - Ts )
Q = (255,310)*( 0.01*1)*( 100 - 75 )
Q = 63,827.5 W
Answer:
The surface temperature is 921.95°C .
Explanation:
Given:
a=25 cm ,P=350 hp⇒P=260750 W
Power transmitted
W and remaining will lost in the form of heat.This heat transmitted to air by the convection.
h=230
Actually heat will be transmit by the convection.
In convection Q=hA
So 
T=921.95°C
So the surface temperature is 921.95°C .
Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Answer: Photo lines
Explanation: made more sense
Answer:
"Biofuels"
Explanation:
I don't know if this counts but I guess it's not one of those.