1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
dimaraw [331]
2 years ago
10

Cryogenic liquid storage. Liquid oxygen is stored in a thin-walled spherical container, 96 cm in diameter, which is further encl

osed in a concentric container 100 cm in diameter. The surfaces facing each other at coated with an emittance of only 0.05. The inner surface is at 95 K, and the outer surface is at 280 K.
a. Draw an equivalent electrical circuit.
b. What is the heat exchange [W] between the two surfaces?

Engineering
1 answer:
Anvisha [2.4K]2 years ago
4 0

Answer:

The answer is "26.55 V"

Explanation:

Given values:

d_i= 0.96m\\d_o= 1m\\\epsilon = 0.05\\T_0= 280k\\T_i= 95k\\

For Answer  (a) please find the attachment.

Answer (b):

q_{i-0}= \frac{\sigma (T_{0}^4)-(T_{i}^4)}{\frac{1-\epsilon i }{\epsilon_{i} A_{i}}+ \frac{1 }{\ f_{i o} A_{i}} +\frac{1-\epsilon_{0}}{\epsilon_{0} A_{0}}}

f_{i0}= 1 \ it \ is \ fully \ inside \ the \ large \ sphero \\

q_{i-0}= \frac{\sigma A_i (T_{0}^4)-(T_{i}^4)}{\frac{1 }{\epsilon_{i}} - 1+ 1 +\frac{1-\epsilon_{0}}{\epsilon_{0}} \times \frac{A_i}{A_0}}\\\\q_{i-0}= \frac{\sigma A_i (T_{0}^4)-(T_{i}^4)}{\frac{1 }{\epsilon_{i}}  +\frac{1-\epsilon_{0}}{\epsilon_{0}} \times (\frac{d_i}{d_0})^2}\\\\q_{i-0}= \frac{\sigma (\pi d^2_i) (T_{0}^4)-(T_{i}^4)}{\frac{1 }{\epsilon_{i}}  +\frac{1-\epsilon_{0}}{\epsilon_{0}} \times (\frac{r_i}{r_0})^2}\\\\

q_{i-0}= \frac{5.67 \times 10^{-8} \times 3.14 \times 9.62 \times 9.62 \times (280^4-94^4)}{\frac{1 }{0.05}  +\frac{1-0.05}{0.05} \times (\frac{0.96}{1})^2}\\\\\ After \ solve the \ equation \ the \ answer \ is:\\\\q_{i-0} = 26.55 \ V

You might be interested in
3. (9 points) A square-thread power screw is used to raise or lower the basketball board in a gym, the weight of which is W = 10
Bezzdna [24]

Answer:

a) 49.95 watts

b) The self locking condition is satisfied

Explanation:

Given data

weight of the square-thread power screw ( w ) = 100 kg = 1000 N

diameter (d) = 20 mm ,

pitch (p) = 2 mm

friction coefficient of steel parts ( f ) = 0.1

Gravity constant ( g ) = 10 N/kg

Rotation of electric power screwdrivers = 300 rpm

A ) Determine the power needed to raise to the basket board

first we have to calculate T

T = Wtan (∝ + Ф ) * \frac{Dm}{2} ------------- equation 1

Dm = d - 0.5 ( 2) = 19mm

Tan ∝ = \frac{L}{\pi  Dm}  where L = 2*2 = 4

hence ∝ = 3.83⁰

given f = 0.1 , Tan Ф = 0.1.     hence Ф = 5.71⁰

insert all the values into equation 1

T = 1.59 Nm

Determine the power needed using this equation

\frac{2\pi NT }{60}   =  \frac{2\pi * 300 * 1.59}{60}

= 49.95 watts

B) checking if the self-locking condition of the power screw is satisfied

Ф > ∝  hence it is self locking condition is satisfied

3 0
2 years ago
As shown, a load of mass 10 kg is situated on a piston of diameter D1 = 140 mm. The piston rides on a reservoir of oil of depth
telo118 [61]

Answer:

165 mm

Explanation:

The mass on the piston will apply a pressure on the oil. This is:

p = f / A

The force is the weight of the mass

f = m * a

Where a in the acceleration of gravity

A is the area of the piston

A = π/4 * D1^2

Then:

p = m * a / (π/4 * D1^2)

The height the oil will raise is the heignt of a colum that would create that same pressure at its base:

p = f / A

The weight of the column is:

f = m * a

The mass of the column is its volume multiplied by its specific gravity

m  = V * S

The volume is the base are by the height

V = A * h

Then:

p = A * h * S * a / A

We cancel the areas:

p = h * S * a

Now we equate the pressures form the piston and the pil column:

m * a / (π/4 * D1^2) = h * S * a

We simplify the acceleration of gravity

m / (π/4 * D1^2) = h * S

Rearranging:

h = m / (π/4 * D1^2 * S)

Now, h is the heigth above the interface between the piston and the oil, this is at h1 = 42 mm. The total height is

h2 = h + h1

h2 = h1 + m / (π/4 * D1^2 * S)

h2 = 0.042 + 10 / (π/4 * 0.14^2 * 0.8) = 0.165 m = 165 mm

7 0
2 years ago
Modify any of the previous labs which would have crashed when non-numeric data was entered by adding exception handling so that
Mashutka [201]

Answer:

see explaination

Explanation:

import java.util.InputMismatchException;

import java.util.Scanner;

public class calculate {

static float a=0,b=0;

double cal()

{

if(a==0||b==0)

{

System.out.println("no values found in a or b");

start();

}

double x=(a*a)+(b*b);

double h=Math.sqrt(x);

a=0;

b=0;

return h;

}

float enter()

{

float val=0;

try

{

System.out.println("Enter side");

Scanner sc1 = new Scanner(System.in);

val = sc1.nextFloat();

return val;

}

catch(InputMismatchException e)

{

System.out.println("Enter correct value");

}

return val;

}

void start()

{

calculate c=new calculate();

while(true)

{

System.out.println("Enter Command");

Scanner sc = new Scanner(System.in);

String input = sc.nextLine();

switch(input)

{

case "A":

a=c.enter();

break;

case "B":

b=c.enter();

break;

case "C":

double res=c.cal();

System.out.println("Hypotenuse is : "+res);

break;

case "Q":

System.exit(0);

default:System.out.println("wrong command");

}

}

}

public static void main(String[] args) {

calculate c=new calculate();

c.start();

}

}

7 0
3 years ago
Write multiple if statements:
lora16 [44]
Zrizorzlzfxxxgoxxxxpgxtoxxxhxuxyf
3 0
2 years ago
A ball thrown vertically upward from the top of a building of 60ft with an initial velocity of vA=35 ft/s. Determine (a) how hig
Masteriza [31]

Answer:

A.) 62.5 ft

B.) 3.58 seconds

C.) 8.58 seconds

Explanation:

A.) Given that a ball is thrown vertically upward from the top of a building of 60ft with an initial velocity of vA=35 ft/s

To determine how high above the top of the building the ball will go before it stops at B, let us use the third equation of motion.

V^2 = U^2 - 2gH

Since the ball is going up, g will be negative. And at maximum height, V = 0

Substitute all the parameters into the formula

0 = 35^2 - 2 × 9.8 × H

19.6H = 1225

H = 1225/19.6

H = 62.5 ft

(B) The time tAB it takes to reach its maximum height will be achieved by using second equation of motion

H = Ut - 1/2gt^2

Substitutes all the parameters into the formula

62.5 = 35t - 1/2 × 9.8 × t^2

62.5 = 35t - 4.9t^2

4.9t^2 - 35t + 62.5 = 0

Let's use quadratic equations to find t

Divide all by 4.9

t^2 - 7.143t + 12.755 = 0

t^2 - 7.143t + 3.57^2 = - 12.755 + 3.57^2

( t - 3.57)^2 = 0.000102

( t - 3.57 ) = +/-( 0.01 )

t = 3.57 + 0.01

t = 3.58 seconds

Ignore the negative one.

(C) the total time tAC needed for it to reach the ground at C from the instant it is released.

When the object is falling back from B, the initial velocity = 0. And the height h will be 60 + 62.5 = 122.5 ft

Using equation 2 of equations of motion again.

h = 1/2gt^2

122.5 = 1/2 × 9.8 × t^2

122.5 = 4.9t^2

t^2 = 122.5/4.9

t^2 = 25

t = 5

Total time = 5 + 3.58 = 8.58 seconds

3 0
2 years ago
Other questions:
  • Sed is a multipurpose tool that combines the work of several filters. sed performs noninteractive operations on a data stream. s
    12·1 answer
  • Atmospheric pressure is measured to be 14.769 psia. a. What would be the equivalent reading of a water barometer (inches of H20)
    11·1 answer
  • Sketch the velocity profile for laminar and turbulent flow.
    15·1 answer
  • HELP PLEASE<br> this is for drivers ed btw
    5·1 answer
  • Arc blow typically occurs in steel and metals that contain iron.<br> True or false
    7·2 answers
  • A 25 lb sacrificial Mg anode is attached to the steel hull of a container ship. If the anode completely corrodes within 3 months
    10·1 answer
  • PLEASE ANSWER THIS DIAL CALIPER
    9·1 answer
  • Corrections for curvature and refraction (c r) are applied to: ____________.
    8·1 answer
  • Compared with space operations specialists, intelligence officers are which of the following?
    7·1 answer
  • An apple, potato, and onion all taste the same if you eat them with your nose plugged
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!