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
cestrela7 [59]
3 years ago
10

A cylinder is to be cast out of aluminum. The diameter of the disk is 500 mm and its thickness is 20 mm. The mold constant 2.0 s

ec/mm2 in Chvorinov's formula to calculate the solidification time.
Required:
a. Calculate the minimum time (minutes) for the casting to solidify.
b. Discuss if the result in part (a) is the same when casting grey cast iron.
Engineering
1 answer:
Nezavi [6.7K]3 years ago
6 0

Answer:

a) the minimum time (minutes) for the aluminium casting to solidify is 2.86 min

b) the minimum time (minutes) for the grey iron casting to solidify is 2.13 min. Therefore solidification of grey iron cast will take less time (2.13 min) compared to the solidification of the aluminium cast (2.86 min)

Explanation:

Given that; diameter of Disk = 500 mm, thickness t = 20, mold constant Cm = 2.0 sec/mm²

first we find the volume and Area;

Volume V = πD²t / 4

Volume V = π × (500)² × 20 / 4 = 3,926,991 mm³

Area A = 2πD²/ 4 + πDt

Area A = {[π × (500)²] / 2} +{ π × (500) × (20)}

Area A = 392,699.08 + 31,415.93

Area A = 424,115 mm²

a)

Chvorinov’s rule

T(aluminium) = Cm (V/A) ²

T(aluminium) =  2.0 × (3,926,991 / 424,115) ²

T(aluminium) = 171.5 s = 2.86 min

∴ the minimum time (minutes) for the casting to solidify is 2.86 min

b)

For cast iron

Cm (mold constant = 1.488 sec/mm²)

Chvorinov’s rule

T(iron) = Cm (V/A) ²

T(iron) = 1.488 × (3,926,991 / 424,115) ²

T(iron) = 127.5720s = 2.13 min

Therefore solidification of grey iron cast will take less time (2.13 min) compared to the solidification of the aluminium cast (2.86 min)

You might be interested in
A gear train has two gears. The driver gear has 8 teeth and a diametral pitch of 6 teeth/inch. the follower gear has 24 teeth. W
Sliva [168]

Answer:

18 teeth/inch

Explanation:

Given that: i. driver gear has 8 teeth and diametral pitch of 6 teeth/inch.

                  ii. follower gear has 24 teeth.

Let the followers diametral pitch be represented by x.

Then,

8 teeth ⇒  6 teeth/inch

24 teeth ⇒ x teeth/inch

So that;

x = \frac{24 x 6}{8}

   = \frac{144}{8}

   = 18 teeth/inch

The diametral is 18 teeth/inch

3 0
3 years ago
Ammonia vapor becomes irritating to the<br> nose and throat at a concentration of<br> ___ppm
mr_godi [17]

Answer: Even low airborne concentrations (100 ppm) of ammonia may produce rapid eye and nose irritation.

8 0
3 years ago
What causes the moon to be illuminated? PLEASE HELP MEH ILL GIVE YOU BRAINLEIST!!
Likurg_2 [28]

Answer:

D Reflection

Explanation:

It reflects the light from the sun. Then when the earth gets in the way, it casts a shadow causing crescent moons.

7 0
2 years ago
For this problem, you may not look at any other code or pseudo-code (even if it is on the internet), other than what is on our w
sergiy2304 [10]

Answer:

(a)

(i) pseudo code :-

current = i

// assuming parent of root is -1

while A[parent] < A[current] && parent != -1 do,

if A[parent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

current = parent

(ii) In heap we create a complete binary tree which has height of log(n). In shift up we will take maximum steps equal to the height of tree so number of comparison will be in term of O(log(n))

(b)

(i) There are two cases while comparing with grandparent. If grandparent is less than current node then surely parent node also will be less than current node so swap current node with parent and then swap parent node with grandparent.

If above condition is not true then we will check for parent node and if it is less than current node then swap these.

pseudo code :-

current = i

// assuming parent of root is -1

parent is parent node of current node

while A[parent] < A[current] && parent != -1 do,

if A[grandparent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

swap(A[grandparent],A[parent])

current = grandparent

else if A[parent] < A[current]

swap(A[parent],A[current])

current = parent

(ii) Here we are skipping the one level so max we can make our comparison half from last approach, that would be (height/2)

so order would be log(n)/2

(iii) C++ code :-

#include<bits/stdc++.h>

using namespace std;

// function to return index of parent node

int parent(int i)

{

if(i == 0)

return -1;

return (i-1)/2;

}

// function to return index of grandparent node

int grandparent(int i)

{

int p = parent(i);

if(p == -1)

return -1;

else

return parent(p);

}

void shift_up(int A[], int n, int ind)

{

int curr = ind-1; // because array is 0-indexed

while(parent(curr) != -1 && A[parent(curr)] < A[curr])

{

int g = grandparent(curr);

int p = parent(curr);

if(g != -1 && A[g] < A[curr])

{

swap(A[curr],A[p]);

swap(A[p],A[g]);

curr = g;

}

else if(A[p] < A[curr])

{

swap(A[p],A[curr]);

curr = p;

}

}

}

int main()

{

int n;

cout<<"enter the number of elements :-\n";

cin>>n;

int A[n];

cout<<"enter the elements of array :-\n";

for(int i=0;i<n;i++)

cin>>A[i];

int ind;

cout<<"enter the index value :- \n";

cin>>ind;

shift_up(A,n,ind);

cout<<"array after shift up :-\n";

for(int i=0;i<n;i++)

cout<<A[i]<<" ";

cout<<endl;

}

Explanation:

8 0
3 years ago
What family tree are pecans apart of
Vesna [10]
The Juglandaceae tree
4 0
3 years ago
Read 2 more answers
Other questions:
  • What is 100 kPa in psia?
    11·1 answer
  • A steam turbine receives 8 kg/s of steam at 9 MPa, 650 C and 60 m/s (pressure, temperature and velocity). It discharges liquid-v
    7·1 answer
  • A shaft is made of an aluminum alloy having an allowable shear stress of τallow = 100 MPa. If the diameter of the shaft is 100 m
    13·2 answers
  • Are ocean currents always cold
    10·1 answer
  • A sleeve made of SAE 4150 annealed steel has a nominal inside diameter of 3.0 inches and an outside diameter of 4.0 inches. It i
    9·2 answers
  • Someone claims that the shear stress at the center of a circular pipe during fully developed laminar flow is zero. Do you agree
    12·1 answer
  • The ventilating fan of the bathroom of a building has a volume flow rate of 32 L/s and runs continuously. If the density of air
    7·1 answer
  • A golfer and her caddy see lightning nearby. the golfer is about to take his shot with a metal club, while her caddy is holding
    12·1 answer
  • (Architecture) Sarah is an environmental activist. She frequently conducts various programs and activities in her community to p
    15·1 answer
  • A teenage brain is already fully developed to enable us to manage risks effectively.
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!