Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ pinned: false
|
|
| 12 |
# Bernoulli Pipe Flow Calculator
|
| 13 |
|
| 14 |
This Space hosts a deterministic Bernoulli pipe flow calculator with a clear Gradio interface.
|
|
|
|
| 15 |
|
| 16 |
Features
|
| 17 |
- Deterministic backend computing Bernoulli head terms and Darcy–Weisbach head loss.
|
|
@@ -28,3 +29,6 @@ Scope & Assumptions
|
|
| 28 |
Safety & Validity
|
| 29 |
- Always validate units and ranges before using for design decisions.
|
| 30 |
- The LLM explainer should only rephrase the structured record — it is not a substitute for engineering judgment.
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
# Bernoulli Pipe Flow Calculator
|
| 13 |
|
| 14 |
This Space hosts a deterministic Bernoulli pipe flow calculator with a clear Gradio interface.
|
| 15 |
+
Ulltimately, this calculator find the head loss of a pump placed within an internal flow system, helping to determine the optimal placement of the pump to maintain flow.
|
| 16 |
|
| 17 |
Features
|
| 18 |
- Deterministic backend computing Bernoulli head terms and Darcy–Weisbach head loss.
|
|
|
|
| 29 |
Safety & Validity
|
| 30 |
- Always validate units and ranges before using for design decisions.
|
| 31 |
- The LLM explainer should only rephrase the structured record — it is not a substitute for engineering judgment.
|
| 32 |
+
|
| 33 |
+
Models
|
| 34 |
+
- 'TinyLlama/TinyLlama-1.1B-Chat-v1.0'
|