ecopus commited on
Commit
82dcb1a
·
verified ·
1 Parent(s): 38897da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ with gr.Blocks() as demo:
103
  gr.Markdown("# Bernoulli Pipe Flow Calculator")
104
  gr.Markdown("This Space hosts a Bernoulli pipe flow calculator for calculating the pump head loss for an internal flow system through a pipe. An example of one such pipe system is shown below. To utilize this calculator, simply fill in the required system metrics and hit 'compute'.")
105
  gr.Image("bernoulli.png", label="Bernoulli Diagram", show_label=True)
 
106
  with gr.Row():
107
  with gr.Column(scale=2):
108
  P1 = gr.Number(value=101325, label='P1 [Pa]')
 
103
  gr.Markdown("# Bernoulli Pipe Flow Calculator")
104
  gr.Markdown("This Space hosts a Bernoulli pipe flow calculator for calculating the pump head loss for an internal flow system through a pipe. An example of one such pipe system is shown below. To utilize this calculator, simply fill in the required system metrics and hit 'compute'.")
105
  gr.Image("bernoulli.png", label="Bernoulli Diagram", show_label=True)
106
+ gr.Markdown("NOTE: Roughness (ε) in pump head loss calculations, measured in meters, represents the average height of internal surface irregularities (like ribs or grooves) in a pipe, which contributes to friction and thus head loss. This absolute roughness is used with the pipe's diameter (D) to calculate relative roughness (ε/D), a key factor, along with the Reynolds number, in determining the Darcy friction factor (f, an output of this calculator) needed for the Darcy-Weisbach equation to find major frictional head losses in a pipe system. ")
107
  with gr.Row():
108
  with gr.Column(scale=2):
109
  P1 = gr.Number(value=101325, label='P1 [Pa]')