Skip to content

Commit 176415a

Browse files
committed
Extracts the Manning velocity calculation into a dedicated, reusable function
to improve modularity. Introduces the option to specify the Manning friction coefficient 'n' or the Strickler coefficient 'M' (M = 1/n), providing more flexibility for model configuration. Simplifies the channel bed slope definition by replacing separate inlet and outlet bed elevations with a single total elevation difference 'H'.
1 parent 7cb48bc commit 176415a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OpenHPL/Waterway/OpenChannel.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,4 @@ local water surface slope. This captures water level variations along the channe
159159
<p>Inlet and outlet connectors carry pressure and mass flow rate.
160160
Connect upstream to the inlet <code>i</code> and downstream to the outlet <code>o</code>.</p>
161161
</html>"));
162-
163162
end OpenChannel;

0 commit comments

Comments
 (0)