Answer:
90 degrees
Explanation:
In the case when the sheer stress acts in the one plane of an element so it should be equal and opposite also the shear stress acted on a plan i.e. 90 degrees from the plane
Therefore as per the given situation it should be 90 degrees from the plane
hence, the same is to be considered and relevant too
Answer:
Hello your question has some missing information below are the missing information
The refrigerant enters the compressor as saturated vapor at 140kPa Determine The coefficient of performance of this heat pump
answer : 2.49
Explanation:
For vapor-compression refrigeration cycle
P1 = P4 ; P1 = 140 kPa
P2( pressure at inlet ) = P3 ( pressure at outlet ) ; P2 = 800 kPa
<u>From pressure table of R 134a refrigerant</u>
h1 ( enthalpy of saturated vapor at 140kPa ) = 239.16 kJ/kg
h2 ( enthalpy of saturated liquid at P2 = 800 kPa and t = 60°C )
= 296.8kJ/kg
h3 ( enthalpy of saturated liquid at P3 = 800 kPa ) = 95.47 kJ/kg
also h4 = 95.47 kJ/kg
To determine the coefficient of performance
Cop = ( h1 - h4 ) / ( h2 - h1 )
∴ Cop = 2.49
Answer:
def extract_word_with_given_letter(sentence, letter):
words = sentence.split()
for word in words:
if letter in word.lower():
return word
return ""
# Testing the function here. ignore/remove the code below if not required
print(extract_word_with_given_letter('hello HOW are you?', 'w'))
print(extract_word_with_given_letter('hello how are you?', 'w'))
Explanation:
A schematic diagram is a picture that represents the components of a process, device, or other object using abstract, often standardized symbols and lines. ... Schematic diagrams do not include details that are not necessary for comprehending the information that the diagram was intended to convey.
The air leaving through the balloon's mouth pulls the balloon in the same direction as the exiting air, so the balloon experiences a net force. All air surrounding the balloon pushes the balloon forward.