Answer:
heat transfer for the process is - 643.3 kJ
Explanation:
given data
mass m = 2 kg
pressure p1 = 500 kPa
temperature t1 = 400°C = 673.15 K
temperature t2 = 40°C = 313.15 K
pressure p2 = 300 kPa
to find out
heat transfer for the process
solution
we know here mass is constant so
m1 = m2
so by energy equation
m ( u2 - u1 ) = Q - W
Q is heat transfer
and in process P = A+ N that is linear spring
so
W = ∫PdV
= 0.5 ( P1+P2) ( V1 - V2)
so for case 1
P1V1 = mRT
put here value
500 V1 = 2 (0.18892) (673.15)
V1 = 0.5087 m³
and
for case 2
P2V2 = nRT
300 V2 = 2 (0.18892) (313.15)
V2 = 0.3944 m³
and
here W will be
W = 0.5 ( 500 + 300 ) ( 0.3944 - 0.5087 )
W = -45.72 kJ
and
Q is here for Cv = 0.83 from ideal gas table
Q = mCv ( T2-T1 ) + W
Q = 2 × 0.83 ( 40 - 400 ) - 45.72
Q = - 643.3 kJ
heat transfer for the process is - 643.3 kJ
Answer:
1. Band saw lower wheel does not require a guard * true or false 2. Band saw upper guide should be adjusted to within 1/8" of the work piece * true or false 3. Find board & linear ft for 10 pieces of 4" x 4" x 8' *
Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
Answer:
The pressure difference across hatch of the submarine is 3217.68 kpa.
Explanation:
Gauge pressure is the pressure above the atmospheric pressure. If we consider gauge pressure for finding pressure differential then no need to consider atmospheric pressure as they will cancel out. According to hydrostatic law, pressure varies in the z direction only.
Given:
Height of the hatch is 320 m
Surface gravity of the sea water is 1.025.
Density of water 1000 kg/m³.
Calculation:
Step1
Density of sea water is calculated as follows:

Here, density of sea water is
, surface gravity is S.G and density of water is
.
Substitute all the values in the above equation as follows:


kg/m³.
Step2
Difference in pressure is calculated as follows:


pa.
Or

kpa.
Thus, the pressure difference across hatch of the submarine is 3217.68 kpa.