We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
seems like there is an error in the description of the Manning's equation (https://philippkraft.github.io/cmf/classcmf_1_1river_1_1_manning.html). I think the equation should look like this:
q_manning = (1/n_manning) * (A/P)(2/3) * (delta_z)(1/2)*A
Maybe split the calculation of the total flow (m3/sec) into the two calculation steps flow_velocity (m/s) and flow_rate (m³/sec):
flow_velocity = (1/n_manning) * (A/P)(2/3) * (delta_z)(1/2) flow_rate = flow_velocity * A
Cheers, Sebastian
check_manning.zip
The text was updated successfully, but these errors were encountered:
Need to check if the error is also in the calculation
Sorry, something went wrong.
#30: Changed doc in ManningConnection.h
d01d1af
Need to rebuilt docs
c27827c
philippkraft
No branches or pull requests
Hello,
seems like there is an error in the description of the Manning's equation (https://philippkraft.github.io/cmf/classcmf_1_1river_1_1_manning.html). I think the equation should look like this:
q_manning = (1/n_manning) * (A/P)(2/3) * (delta_z)(1/2)*A
Maybe split the calculation of the total flow (m3/sec) into the two calculation steps flow_velocity (m/s) and flow_rate (m³/sec):
flow_velocity = (1/n_manning) * (A/P)(2/3) * (delta_z)(1/2)
flow_rate = flow_velocity * A
Cheers,
Sebastian
check_manning.zip
The text was updated successfully, but these errors were encountered: