Answer:
Absolute viscosity is the evaluation of the resistance (INTERNAL) of the fluid flow
Kinematic viscosity relates to the dynamic viscosity and density proportion.
SUS stands for Sabolt Universal Seconds. it is units which described the variation of oil viscosity
Explanation:
Absolute viscosity is the evaluation of the resistance (INTERNAL) of the fluid flow, whereas Kinematic viscosity relates to the dynamic viscosity and density proportion. fluid with distinct kinematic viscosities may have similar dynamic viscosities and vice versa.Dynamic viscosity provides you details of power required to make the fluid flow at some rate, however kinematic viscosity shows how quick the fluid moves when applying a certain force.
SUS stands for Sabolt Universal Seconds. it is units which described the variation of oil viscosity when change with change in temperature. it is measured by using viscosimeter.
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:
Hook's law holds good up to. A elastic limit. B. plastic limit. C.yield point. D.Breaking point