Answer: valving the pump discharge to reduce the flow will only result in an increase in the water velocity according to the laws of continuity of flow.
Q = AV = constant.
The pump speed of 150 gpm is, and will remain constant. Valving simply reduces flow area A, which is balanced out by increased velocity V of water through the pipe.
This does not affect the pump speed Q (flow rate) and hence it remains the same.
Concentrating solar power (CSP) plants use mirrors to concentrate the sun's energy to drive traditional steam turbines or engines that create electricity. The thermal energy concentrated in a CSP plant can be stored and used to produce electricity when it is needed, day or night. Today, roughly 1,815 megawatts (MWac) of CSP plants are in operation in the United States.
Parabolic Trough
Parabolic trough systems use curved mirrors to focus the sun’s energy onto a receiver tube that runs down the center of a trough. In the receiver tube, a high-temperature heat transfer fluid (such as a synthetic oil) absorbs the sun’s energy, reaching temperatures of 750°F or higher, and passes through a heat exchanger to heat water and produce steam. The steam drives a conventional steam turbine power system to generate electricity. A typical solar collector field contains hundreds of parallel rows of troughs connected as a series of loops, which are placed on a north-south axis so the troughs can track the sun from east to west. Individual collector modules are typically 15-20 feet tall and 300-450 feet long.
Compact Linear Fresnel Reflector
CLFR uses the principles of curved-mirror trough systems, but with long parallel rows of lower-cost flat mirrors. These modular reflectors focus the sun's energy onto elevated receivers, which consist of a system of tubes through which water flows. The concentrated sunlight boils the water, generating high-pressure steam for direct use in power generation and industrial steam applications.
Answer:
for i in range(0,10):
if SimonPattern[i] == UserPattern[i]:
score = score + 1
i = i + 1
else:
break
if i == 9:
score = score + 1
print("Total Score: {}".format(score))
Explanation:
This for loop was made using Python. Full code attached.
- For loop requires a range of numbers to define the end points. For this Simon Says game, we are talking about 10 characters, so that must be the range for the for loop: from 0 to 10.
- Conditional if tests if Simon pattern matches User's one characheter by one and add point for each match.
- Break statement is ready to escape the for loop at first mismatch.
- As we are starting from index 0, if the users matched all the characters correctly, then we need to add 1, otherwise the maximun score would be 9 and it should be 10.
The false statement about onStep is: B. The default number of steps per second is 30.
<h3>What is an onStep?</h3>
An onStep can be defined as a computerized telescope goto controller that is designed and developed to <u>animate shapes</u> while using it on a variety of mounting systems such as forks.
<h3>The characteristics of an onStep.</h3>
In Engineering, some of the characteristics that are associated with an onStep include the following:
- The onStep function can be called without user input.
- It can be used to animate shapes without user input.
- It only runs a certain number of times.
In conclusion, the default number of steps per second for onStep isn't 30.
Read more on onStep here: brainly.com/question/25619349
Answer:
b) false
Explanation:
We know that Otto cycle is the ideal cycle for all petrol working engine.In Otto cycle all process are consider is ideal ,means there is no any ir-reversibility in the processes.
It consist four processes
1-2:Reversible adiabatic compression
2-3:Constant volume heat addition
3-4:Reversible adiabatic expansion
3-4:Constant volume heat rejection
Along with above 4 processes intake and exhaust processes are parallel to each other.From the P-v diagram we can see that all processes.
But actually in general we are not showing intake and exhaust line then it did not mean that in Otto cycle did not have intake and exhaust processes.