Answer:
Space velocity = 30 hr⁻¹
Explanation:
Space velocity for reactors express how much reactor volume of feed or reactants can be treated per unit time. For example, a space velocity of 3 hr⁻¹ means the reactor can process 3 times its volume per hour.
It is given mathematically as
Space velocity = (volumetric flow rate of the reactants)/(the reactor volume)
Volumetric flowrate of the reeactants
= (molar flow rate)/(concentration)
Molar flowrate of the reactants = 300 millimol/hr
Concentration of the reactants = 100 millimol/liter
Volumetric flowrate of the reactants = (300/100) = 3 liters/hr
Reactor volume = 0.1 liter
Space velocity = (3/0.1) = 30 /hr = 30 hr⁻¹
Hope this Helps!!!
Staying hydrated at all times
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Answer:
A) Wet bulb temperature of #1 is less than that of #2
Explanation:
This can be gotten from pinpointing the states of the two containers on a psychometric chart.
Answer:
Rate of heat transfer is 0.56592 kg/hour
Explanation:
Q = kA(T2 - T1)/t
Q is rate of heat transfer in Watts or Joules per second
k is thermal conductivity of the styrofoam = 0.035 W/(mK)
A is area of the cubical picnic chest = 6L^2 = 6(0.5)^2 = 6×0.25 = 1.5 m^2
T1 is initial temperature of ice = 0 °C = 0+273 = 273 K
T2 is temperature of the styrofoam = 25 °C = 25+273 = 298 K
t is thickness of styrofoam = 0.025 m
Q = 0.035×1.5(298-273)/0.025 = 1.3125/0.025 = 52.5 W = 52.5 J/s
Mass flow rate = rate of heat transfer ÷ latent heat of melting of ice = 52.5 J/s ÷ 3.34×10^ 5 J/kg = 1.572×10^-4 kg/s = 1.572×10^-4 kg/s × 3600 s/1 hr = 0.56592 kg/hr