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
Leviafan [203]
3 years ago
8

Determine the total condensation rate of water vapor onto the front surface of a vertical plate that is 10 mm high and 1 m in th

e horizontal direction. The plate is exposed to saturated steam at atmospheric pressure and is maintained at 75oC.
Engineering
2 answers:
castortr0y [4]3 years ago
8 0

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

Hatshy [7]3 years ago
7 0

Answer:

<em>Q =  63,827.5 W</em>

Explanation:

<em>From the questions given, we recall the following,</em>

<em>The dimensions of  vertical plate A = ( 10 mm x 1 m )</em>

<em>The fluid comes at T_sat, 1 atm.</em>

<em>The surface temperature pressure maintained  T_s = 75°C  </em>

<em>Thus we determine,</em>

<em>The total  rate of condensation of water vapor onto the front surface of a vertical plate</em>

<em> Assuming drop-wise condensation the heat transfer coefficient for water is given by </em>

<em>Griffith's empirical relation for T_sat = 100°C.</em>

<em>Then</em>

<em>            h = 255,310 W /m^2.K</em>

<em>The rate of condensation (Q) is stated  by Newton's cooling law:</em>

<em>           Q = h x As x ( T_sat - Ts )</em>

<em>           Q = (255,310)x ( 0.01 x 1)x ( 100 - 75 )</em>

<em>Therefore</em>

<em>             Q =  63,827.5 W</em>

<em />

<em />

You might be interested in
The device whose operation closely matches the way the clamp-on ammeter works is
Ivanshal [37]

Answer:

The answer is

C. Split phase motor

Explanation:

Clamp meters rely on the principle of magnetic induction to make non contact AC current measurements. Electric current flowing through a wire produces a magnetic field.

Which is similar to basic mode of operation of electric motor and split phase motor is a type of electric motor.

What is a a clamp on meter?

Clamp meters are electrical testers which have wide jaws that are able to clamp around an electrical conductor. Originally designed as a single purpose tool for measuring AC current, clamp meters now include inputs for accepting test leads and other probes that support a wide range of electrical measurements, the jaws of a clamp meter permit work in tight spaces and permits current measurements on live conductors without circuit interruption.

6 0
3 years ago
2.4: Add a method called setValue(), and the description of setValue is: public int setValue(long searchKey) In this method, the
Yanka [14]

Answer:

Below is java code that must be used for the given question:

// highArray.java

// demonstrates array class with high-level interface

// to run this program: C>java HighArrayApp

////////////////////////////////////////////////////////////////

class HighArray

  {

  private long[] a;                 // ref to array a

  private int nElems;               // number of data items

  //-----------------------------------------------------------

  public HighArray(int max)         // constructor

     {

     a = new long[max];                 // create the array

     nElems = 0;                        // no items yet

     }

  //-----------------------------------------------------------

  public setValue find(long searchKey)

     {                              // find specified value

     int j;

     for(j=0; j<nElems; j++)            // for each element,

        if(a[j] == searchKey)           // found item?

           break;                       // exit loop before end

     if(j == nElems)                    // gone to end?

        return false;                   // yes, can't find it

     else

        return true;                    // no, found it

     }  // end find()

  //-----------------------------------------------------------

  public void insert(long value)    // put element into array

     {

     a[nElems] = value;             // insert it

     nElems++;                      // increment size

     }

  //-----------------------------------------------------------

  public void display()             // displays array contents

     {

     for(int j=0; j<nElems; j++)       // for each element,

        System.out.print(a[j] + " ");  // display it

     System.out.println("");

     }

  //-----------------------------------------------------------

  }  // end class HighArray

////////////////////////////////////////////////////////////////

class HighArrayApp

  {

  public static void main(String[] args)

     {

     int maxSize = 100;            // array size

     HighArray arr;                // reference to array

     arr = new HighArray(maxSize); // create the array

     arr.insert(77);               // insert 10 items

     arr.insert(99);

     arr.insert(44);

     arr.insert(55);

     arr.insert(22);

     arr.insert(88);

     arr.insert(11);

     arr.insert(00);

     arr.insert(66);

     arr.insert(33);

     arr.display();                // display items

     int searchKey = 35;           // search for item

     if( arr.find(searchKey) )

        System.out.println("Found " + searchKey);

     else

        System.out.println("Can't find " + searchKey);

     }  // end main()

  }  // end class HighArrayApp

Explanation:

6 0
3 years ago
A 0.25in diameter steel rod BC is securely attached between two identical 1in diameter copper rods (AB and CD). Find the torque
Helen [10]

Answer:

Tmax= 46.0 lb-in

Explanation:

Given:

- The diameter of the steel rod BC d1 = 0.25 in

- The diameter of the copper rod AB and CD d2 = 1 in

- Allowable shear stress of steel τ_s = 15ksi

- Allowable shear stress of copper τ_c = 12ksi

Find:

Find the torque T_max

Solution:

- The relation of allowable shear stress is given by:

                             τ = 16*T / pi*d^3

                             T = τ*pi*d^3 / 16

- Design Torque T for Copper rod:

                             T_c = τ_c*pi*d_c^3 / 16

                             T_c = 12*1000*pi*1^3 / 16

                             T_c = 2356.2 lb.in

- Design Torque T for Steel rod:

                             T_s = τ_s*pi*d_s^3 / 16

                             T_s = 15*1000*pi*0.25^3 / 16

                             T_s = 46.02 lb.in

- The design torque must conform to the allowable shear stress for both copper and steel. The maximum allowable would be:

                             T = min ( 2356.2 , 46.02 )

                             T = 46.02 lb-in

6 0
3 years ago
A steel bar 100 mm (4.0 in.) long and having a square cross section 20 mm (0.8 in.) on an edge is pulled intension with a load o
grigory [225]

Answer:

The elastic modulus of the steel is 139062.5 N/in^2

Explanation:

Elastic modulus = stress ÷ strain

Load = 89,000 N

Area of square cross section of the steel bar = (0.8 in)^2 = 0.64 in^2

Stress = load/area = 89,000/0.64 = 139.0625 N/in^2

Length of steel bar = 4 in

Extension = 4×10^-3 in

Strain = extension/length = 4×10^-3/4 = 1×10^-3

Elastic modulus = 139.0625 N/in^2 ÷ 1×10^-3 = 139062.5 N/in^2

7 0
3 years ago
write down your own definition of Engineering, preferably in 4-5 sentences. Maximum of 150 words for your definition???.​
ollegr [7]

Answer:

A charge q1=7.0mc is located at the origin and a second charge q2=-5.0mc is located on the x axis, 0.3m the origin find the electric field at the point p which he's coordinates (0,0.40)m

4 0
3 years ago
Other questions:
  • True or False: Drag and tailwind are examples of a contact force.<br> tyy guyss
    14·1 answer
  • A strain gauge with a 5 mm gauge length gives a displacement reading of 1.25 um. Calculate the stress value given by this displa
    15·1 answer
  • Write a function called pyramid(height) that acceptsa parameter ""height"". It then prints a pyramid of that height
    10·1 answer
  • WHAT IS THE MOST POWERFUL PART IN A CAR
    13·2 answers
  • 1)A wheel is used to turn a valve stem on a water valve. If the wheel radius is 1 foot and the stem, (axle), radius is .5 inches
    10·1 answer
  • Which option identifies the step of the implementation phase represented in the following scenario?
    9·2 answers
  • two cars travel on a straight road from the point. A to point B both cars accelerate to their maximum speed and then continue at
    10·1 answer
  • Which option identifies the requirement standard NOT met in the following scenario?
    13·1 answer
  • Why do some ladders have a white tip or reflective tape attached to the tip?
    14·1 answer
  • Please help me on this it’s due now
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!