Answer:
86 mm
Explanation:
From the attached thermal circuit diagram, equation for i-nodes will be
Equation 1
Similarly, the equation for outer node “o” will be
Equation 2
The conventive thermal resistance in i-node will be
Equation 3
The conventive hermal resistance per unit area is
Equation 4
The conductive thermal resistance per unit area is
Equation 5
Since
is given as 100,
is 40
is 300
is 25
Substituting the values in equations 3,4 and 5 into equations 1 and 2 we obtain
Equation 6
Equation 7
From equation 6 we can substitute wherever there’s
with 3000L+40 as seen in equation 7 hence we obtain
The above can be simplified to be
-3000L=1.665-260
Therefore, insulation thickness is 86mm
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:
(iv) second law of thermodynamics
Explanation:
The Clausius inequality expresses the second law of thermodynamics it applies to the real engine cycle.It is defined as the cycle integral of change in entropy of a reversible system is zero. It is nothing but mathematical form of second law of thermodynamics . It also states that for irreversible process the cyclic integral of change in entropy is less than zero
Answer:
diesel engine
Explanation:
because diesel is stronger than petrol