@mwetter, @LoneMeertens,
Connects with Issues: #4483 and #4655.
To derisk systems and optimize pump control, it is useful to have more advanced pressure drop calculation for piping and borefield models that are aware of dynamically changing friction factor (based on changes to reynolds number especially for antifreeze mixtures).
Priority is to add friction losses (Major Losses): Add Darcy-Weisbach based option that considers u-bend diameter, length, and friction factor based on reynold's number (includes changing viscosity).
For inclusion in borefield model, we could borrow from: Buildings.Fluid.FixedResistances.HydraulicDiameter but this appears to just calculate friction factor one time, then hold it constant for simulation.
Options we are considering:
- Extend MBL hydraulic diameter & borefield to include dynamic reynolds number calc
- Use MSL pipe (MSL StaticPipe with WallFriction.Detailed) with MBL borefield - this appears to calculate Re# dynamically throughout simulation.
Future Steps
Minor losses (from fittings e.g., u-bend fitting): ability to sum extra minor losses based on number of elbows/tees. Unclear if there is precedent in MBL for this.
@mwetter, @LoneMeertens,
Connects with Issues: #4483 and #4655.
To derisk systems and optimize pump control, it is useful to have more advanced pressure drop calculation for piping and borefield models that are aware of dynamically changing friction factor (based on changes to reynolds number especially for antifreeze mixtures).
Priority is to add friction losses (Major Losses): Add Darcy-Weisbach based option that considers u-bend diameter, length, and friction factor based on reynold's number (includes changing viscosity).
For inclusion in borefield model, we could borrow from: Buildings.Fluid.FixedResistances.HydraulicDiameter but this appears to just calculate friction factor one time, then hold it constant for simulation.
Options we are considering:
Future Steps
Minor losses (from fittings e.g., u-bend fitting): ability to sum extra minor losses based on number of elbows/tees. Unclear if there is precedent in MBL for this.