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
Ulleksa [173]
3 years ago
7

A counter-flow double-piped heat exchange is to heat water from 20oC to 80oC at a rate of 1.2 kg/s. The heating is to be accompl

ished by geothermal available at 160oC at a mass flow rate of 2 kg/s. The inner tube is thin-walled and has a diameter of 1.5 cm. If the overall heat transfer coefficient of the heat exchanger is 640 W/m2.oC, determine the length of the heat exchanger required to achieve the desired heating using the effectiveness-NTU method.
Engineering
1 answer:
lawyer [7]3 years ago
3 0

Answer:

110 m or 11,000 cm

Explanation:

  • let mass flow rate for cold and hot fluid = M<em>c</em> and M<em>h</em> respectively
  • let specific heat for cold and hot fluid = C<em>pc</em> and C<em>ph </em>respectively
  • let heat capacity rate for cold and hot fluid = C<em>c</em> and C<em>h </em>respectively

M<em>c</em> = 1.2 kg/s and M<em>h = </em>2 kg/s

C<em>pc</em> = 4.18 kj/kg °c and C<em>ph</em> = 4.31 kj/kg °c

<u>Using effectiveness-NUT method</u>

  1. <em>First, we need to determine heat capacity rate for cold and hot fluid, and determine the dimensionless heat capacity rate</em>

C<em>c</em> = M<em>c</em> × C<em>pc</em> = 1.2 kg/s  × 4.18 kj/kg °c = 5.016 kW/°c

C<em>h = </em>M<em>h</em> × C<em>ph </em>= 2 kg/s  × 4.31 kj/kg °c = 8.62 kW/°c

From the result above cold fluid heat capacity rate is smaller

Dimensionless heat capacity rate, C = minimum capacity/maximum capacity

C= C<em>min</em>/C<em>max</em>

C = 5.016/8.62 = 0.582

          .<em>2 Second, we determine the maximum heat transfer rate, Qmax</em>

Q<em>max</em> = C<em>min </em>(Inlet Temp. of hot fluid - Inlet Temp. of cold fluid)

Q<em>max</em> = (5.016 kW/°c)(160 - 20) °c

Q<em>max</em> = (5.016 kW/°c)(140) °c = 702.24 kW

          .<em>3 Third, we determine the actual heat transfer rate, Q</em>

Q = C<em>min (</em>outlet Temp. of cold fluid - inlet Temp. of cold fluid)

Q = (5.016 kW/°c)(80 - 20) °c

Q<em>max</em> = (5.016 kW/°c)(60) °c = 303.66 kW

            .<em>4 Fourth, we determine Effectiveness of the heat exchanger, </em>ε

ε<em> </em>= Q/Qmax

ε <em>= </em>303.66 kW/702.24 kW

ε = 0.432

           .<em>5 Fifth, using appropriate  effective relation for double pipe counter flow to determine NTU for the heat exchanger</em>

NTU = \\ \frac{1}{C-1} ln(\frac{ε-1}{εc -1} )

NTU = \frac{1}{0.582-1} ln(\frac{0.432 -1}{0.432 X 0.582   -1} )

NTU = 0.661

          <em>.6 sixth, we determine Heat Exchanger surface area, As</em>

From the question, the overall heat transfer coefficient U = 640 W/m²

As = \frac{NTU C{min} }{U}

As = \frac{0.661 x 5016 W. °c }{640 W/m²}

As = 5.18 m²

            <em>.7 Finally, we determine the length of the heat exchanger, L</em>

L = \frac{As}{\pi D}

L = \frac{5.18 m² }{\pi (0.015 m)}

L= 109.91 m

L ≅ 110 m = 11,000 cm

You might be interested in
Why are concrete masonry units (CMU) called breeze blocks?
FromTheMoon [43]

Answer:

A concrete masonry unit (CMU) is a standard-size rectangular block used in building construction. ... Those that use cinders (fly ash or bottom ash) as an aggregate material are called cinder blocks in the United States, breeze blocks (breeze is a synonym of ash) in the United Kingdom, and hollow blocks in the Philippines.

Explanation:

8 0
3 years ago
Find R subscript C and R subscript B in the following circuit such that BJT would be in the active region with V subscript C E e
Alex777 [14]

Answer: Rc = 400 Ω and Rb = 57.2 kΩ

Explanation:

Given that;

VCE = 5V

VCC = 15 V

iC = 25 mA

β = 100

VD₀ = 0.7 V

taking a look at the image; at loop 1

-VCC + (i × Rc) + VCE = 0

we substitute

-15 + ( 25 × Rc) + 5 = 0

25Rc = 10

Rc = 10 / 25

Rc = 0.4 k

Rc = 0.4 × 1000

Rc = 400 Ω

iC = βib

25mA = 100(ib)

ib = 25 mA / 100

ib = 0.25 mA

ib = 0.25 × 1000

ib = 250 μAmp

Now at Loop 2

-Vcc + (ib×Rb) + VD₀ = 0

-15 (250 × Rb) + 0.7 = 0

250Rb = 15 - 0.7

250Rb = 14.3

Rb = 14.3 / 250

Rb = 0.0572 μ

Rb = 0.0572 × 1000

Rb = 57.2 kΩ

Therefore Rc = 400 Ω and Rb = 57.2 kΩ

8 0
3 years ago
Finally you will implement the full Pegasos algorithm. You will be given the same feature matrix and labels array as you were gi
Diano4ka-milaya [45]

Answer:

In[7] def pegasos(feature_matrix, labels, T, L):

   """

   .

   let learning rate = 1/sqrt(t),

   where t is a counter for the number of updates performed so far       (between 1   and nT inclusive).

Args:

       feature_matrix - A numpy matrix describing the given data. Each row

           represents a single data point.

       labels - A numpy array where the kth element of the array is the

           correct classification of the kth row of the feature matrix.

       T -  the maximum number of times that you should iterate through the feature matrix before terminating the algorithm.

       L - The lamba valueto update the pegasos

   Returns: Is defined as a  tuple in which the first element is the final value of θ and the second element is the value of θ0

   """

   (nsamples, nfeatures) = feature_matrix.shape

   theta = np.zeros(nfeatures)

   theta_0 = 0

   count = 0

   for t in range(T):

       for i in get_order(nsamples):

           count += 1

           eta = 1.0 / np.sqrt(count)

           (theta, theta_0) = pegasos_single_step_update(

               feature_matrix[i], labels[i], L, eta, theta, theta_0)

   return (theta, theta_0)

In[7] (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

Out[7] (array([0.29289322, 0.29289322]), 1)

In[8] feature_matrix = np.array([[1, 1], [1, 1]])

   labels = np.array([1, 1])

   T = 1

   L = 1

   exp_res = (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

   

   pegasos(feature_matrix, labels, T, L)

Out[8] (array([0.29289322, 0.29289322]), 1.0)

Explanation:

In[7] def pegasos(feature_matrix, labels, T, L):

   """

   .

   let learning rate = 1/sqrt(t),

   where t is a counter for the number of updates performed so far       (between 1   and nT inclusive).

Args:

       feature_matrix - A numpy matrix describing the given data. Each row

           represents a single data point.

       labels - A numpy array where the kth element of the array is the

           correct classification of the kth row of the feature matrix.

       T -  the maximum number of times that you should iterate through the feature matrix before terminating the algorithm.

       L - The lamba valueto update the pegasos

   Returns: Is defined as a  tuple in which the first element is the final value of θ and the second element is the value of θ0

   """

   (nsamples, nfeatures) = feature_matrix.shape

   theta = np.zeros(nfeatures)

   theta_0 = 0

   count = 0

   for t in range(T):

       for i in get_order(nsamples):

           count += 1

           eta = 1.0 / np.sqrt(count)

           (theta, theta_0) = pegasos_single_step_update(

               feature_matrix[i], labels[i], L, eta, theta, theta_0)

   return (theta, theta_0)

In[7] (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

Out[7] (array([0.29289322, 0.29289322]), 1)

In[8] feature_matrix = np.array([[1, 1], [1, 1]])

   labels = np.array([1, 1])

   T = 1

   L = 1

   exp_res = (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

   

   pegasos(feature_matrix, labels, T, L)

Out[8] (array([0.29289322, 0.29289322]), 1.0)

6 0
3 years ago
Quadrilateral ABCD is a rectangle.<br> If m ZADB = 7k + 60 and mZCDB = -5k + 40, find mZCBD.
yuradex [85]

Hope this helps...........

8 0
3 years ago
Exercise 19
musickatia [10]
Uhh idk this can u mabye look it up
6 0
3 years ago
Other questions:
  • A 12-kN tensile load will be applied to a 50-m length of steel wire with E = 200 GPa. Determine the smallest diameter wire that
    6·1 answer
  • What is the reading of this 0-1" micrometer? Enter your
    9·1 answer
  • A 240 V, 60 Hz squirrel-cage induction motor has a full-load slip of 0.02 and a full-load speed of 1764 rpm. The winding resista
    13·1 answer
  • Assume you have a beam that is 15 feet long and carries a concentrated load of 900 pounds at a distance of 4 feet from R . React
    15·1 answer
  • You are using a Geiger counter to measure the activity of a radioactive substance over the course of several minutes. If the rea
    8·1 answer
  • Add my sc please?.<br><br> kindacracked
    12·2 answers
  • Which line in the passage indicates the use of sensors?
    5·1 answer
  • What year was the international union of brick layers and allied craftsman<br> founded? *
    11·1 answer
  • Is bed sheets of cotton a composite material, a organic material, a inorganic material, or a malleability material?
    11·1 answer
  • Which two measurements are needed in order to calculate the speed of an object in
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!