modelPartialLaminarRestriction
Extends from RestrictionInterface.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Sizing | |||
| Modelica.Units.SI.Diameter | D | 0.01 | Hydraulic diameter of restriction (for computation of Re) |
| Advanced | |||
| Boolean | check_Re | false | true, check whether Re<Re_laminar |
| Modelica.Units.SI.ReynoldsNumber | Re_laminar | 2000 | Boundary of laminar flow regime |
| Initialization › Fluid | |||
| SI.AbsolutePressure | p_init (from PartialFluidComponent) | environment.p_ambient | Initial temperature of the component |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| OpenHydraulics.Interfaces.FluidPort | port_a (from HorizontalTwoPort) | ||
| OpenHydraulics.Interfaces.FluidPort | port_b (from HorizontalTwoPort) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ReynoldsNumber | Re | noEvent(abs(port_a.m_flow))*4/(Modelica.Constants.pi*max(D, 1e-20)*eta) | Reynolds number |
| SI.DynamicViscosity | eta | (oil.dynamicViscosity(p_a) + oil.dynamicViscosity(p_b))/2 | Average dynamic viscosity |
| SI.Density | d | (oil.density(p_a) + oil.density(p_b))/2 | Average density |
| OpenHydraulics.Types.HydraulicConductance | conductance | Hydraulic Conductance of restriction | |
| OpenHydraulics.Fluids.BaseClasses.PartialFluid | oil (from PartialFluidComponent) | This model must be defined in each circuit; the type must be a subtype of PartialFluid | |
| SI.VolumeFlowRate | q_flow_a (from HorizontalTwoPort) | port_a.m_flow/oil.density(p_a) | |
| SI.VolumeFlowRate | q_flow_b (from HorizontalTwoPort) | port_b.m_flow/oil.density(p_b) | |
| SI.Pressure | dp (from HorizontalTwoPort) | port_a.p - port_b.p | Pressure drop (negative for pumps) |
| SI.AbsolutePressure | p_a (from HorizontalTwoPort) | Oil properties at the inlet | |
| SI.AbsolutePressure | p_b (from HorizontalTwoPort) | Oil properties at the inlet |