Answer:
not sure if this helps but
Answer:
hello your question is incomplete attached below is the complete question
answer: There is a hydraulic jump
Explanation:
First we have to calculate the depth of flow downstream of the gate
y1 =
----------- ( 1 )
Cc ( concentration coefficient ) = 0.61 ( assumed )
Yg ( depth of gate opening ) = 0.5
hence equation 1 becomes
y1 = 0.61 * 0.5 = 0.305 m
calculate the flow per unit width q
q = Q / b ----------- ( 2 )
Q = 10 m^3 /s
b = 2 m
hence equation 2 becomes
q = 10 / 2 = 5 m^2/s
next calculate the depth before hydraulic jump y2 by using the hydraulic equation
answer : where y1 < y2 hence a hydraulic jump occurs in the lined channel
attached below is the remaining part of the solution
Answer:
import pandas pd
def read_prices(tickers):
price_dict = {}
# Read ingthe ticker data for all the tickers
for ticker in tickers:
# Read data for one ticker using pandas.read_csv
# We assume no column names in csv file
ticker_data = pd.read_csv("./" + ticker + ".csv", names=['date', 'price', 'volume'])
# ticker_data is now a panda data frame
# Creating dictionary
# for the ticker
price_dict[ticker] = {}
for i in range(len(ticker_data)):
# Use pandas.iloc to access data
date = ticker_data.iloc[i]['date']
price = ticker_data.iloc[i]['price']
price_dict[ticker][date] = price
return price_dict
Answer:
a) 280MPa
b) -100MPa
c) -0.35
d) 380 MPa
Explanation:
GIVEN DATA:
mean stress 
stress amplitude 
a) 
--------------1

-----------2
solving 1 and 2 equation we get

b) 
c)
stress ratio

d)magnitude of stress range

= 280 -(-100) = 380 MPa