modelThreeWayValveParameterization
Test model for parameterization of three-way valves
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model test the parameterization of three-way valves. All valves are sized equally, but use different configuration options. Therefore, the valves have all the same mass flow rate.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 0.4 | Design mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal | 4500 | Design pressure drop |
| Real | Kv_SI | m_flow_nominal/sqrt(dp_nominal) | Flow coefficient for fully open valve in SI units, Kv=m_flow/sqrt(dp) [kg/s/(Pa)^(1/2)] |
| Real | Kv | Kv_SI/(rhoStd/3600/sqrt(1E5)) | Kv (metric) flow coefficient [m3/h/(bar)^(1/2)] |
| Real | Cv | Kv_SI/(rhoStd*0.0631/1000/sqrt(6895)) | Cv (US) flow coefficient [USG/min/(psi)^(1/2)] |
| Modelica.Units.SI.Area | Av | Kv_SI/sqrt(rhoStd) | Av (metric) flow coefficient |
| Modelica.Units.SI.Density | rhoStd | Medium.density_pTX(101325, 273.15 + 4, Medium.X_default) | Standard density |
Components
Contents
| Name | Description |
|---|---|
| Medium in the component |
Revisions
-
June 7, 2017, by Michael Wetter:
First implementation.