The very large water tank in Fig. P3.147 is discharging through a 4-in-diameter pipe. The pump is running, with a performance curve hp < 40 2 4 Q2 , with hp in feet and Q in ft 3 /s. Estimate the discharge fl ow rate in ft 3 /s if the pipe friction loss is 1.5( V 2 /2 g ). P3.147 30 ft Pump Q, V
DAY 1 Coding Vocab Syntax: The set of rules that defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language (set of rules that govern how things are done) Command: An instruction to a computer or device to perform a specific task Variable: A storage location paired with an associated symbolic name (an identifier), which contains some known or unknown quantity of information (a name we associate with some sort of data so MATLAB knows that, for example, a=15, and it’ll know every time we put “a”, it is 15. It is storing things we need in a variable.) Comment: A line of text (command) that will not be executed but it’s there to help you understand more. Add at the end and put a % sign. Function: A specia