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()
The load is 17156 N.
<u>Explanation:</u>
First compute the flexural strength from:
σ = FL / π
= 3000
(40
10^-3) / π (5
10^-3)^3
σ = 305
10^6 N / m^2.
We can now determine the load using:
F = 2σd^3 / 3L
= 2(305
10^6) (15
10^-3)^3 / 3(40
10^-3)
F = 17156 N.
Answer:
The required heat flux = 12682.268 W/m²
Explanation:
From the given information:
The initial = 25°C
The final = 75°C
The volume of the fluid = 0.2 m/s
The diameter of the steel tube = 12.7 mm = 0.0127 m
The fluid properties for density
= 1000 kg/m³
The mass flow rate of the fluid can be calculated as:




To estimate the amount of the heat by using the expression:

q = 0.0253 × 4000(75-25)
q = 101.2 (50)
q = 5060 W
Finally, the required heat of the flux is determined by using the formula:



q" = 12682.268 W/m²
The required heat flux = 12682.268 W/m²