Package HydraulicsByFluidon.Components.Sources
Standard package icon.
Extends from Modelica.Icons.Package (Icon for standard packages).
| Name | Description |
|---|---|
Base … |   |
FlowSource |   |
PressureSource |   |
VariableFlowSource |   |
VariableMassFlowSource |   |
VariablePressureSource |   |
Model HydraulicsByFluidon.Components.Sources.VariablePressureSource
The component VariablePressureSource provides a pressure according to the input signal at Port setPressure.
| Type | Name | Description |
|---|---|---|
FluidPort | fluidPort | Hydraulic port |
input RealInput | setPressure | Absolute pressure |
Model HydraulicsByFluidon.Components.Sources.VariableFlowSource
The component VariableFlowSource provides a volume flow according to the input signal at Port volumeFlow. The resulting mass flow at fluidPort depends the calculated density.
Extends from HydraulicsByFluidon.Components.Sources.Base.PartialFlowSource.
| Type | Name | Description |
|---|---|---|
FluidPort | fluidPort | Hydraulic port |
input RealInput | volumeFlow | Flow Rate |
Model HydraulicsByFluidon.Components.Sources.VariableMassFlowSource
The component VariableMassFlowSource provides a mass flow according to the input signal at Port massFlow.
Extends from HydraulicsByFluidon.Components.Sources.Base.PartialMassFlowSource.
| Type | Name | Description |
|---|---|---|
FluidPort | fluidPort | Hydraulic port |
input RealInput | massFlow | Mass flow rate |
Model HydraulicsByFluidon.Components.Sources.PressureSource
The component PressureSource provides the parameterized pressure constantly and therefore acts as an ideal pressure source.
| Type | Name | Default | Description |
|---|---|---|---|
AbsolutePressure | pressure | environment.pAmbient | Absolute pressure |
| Type | Name | Description |
|---|---|---|
FluidPort | fluidPort | Hydraulic port |
Model HydraulicsByFluidon.Components.Sources.FlowSource
The component FlowSource provides a constant volume flow. The resulting mass flow at fluidPort depends the calculated density.
Extends from HydraulicsByFluidon.Components.Sources.Base.PartialFlowSource.
| Type | Name | Default | Description |
|---|---|---|---|
VolumeFlowRate | volumeFlow | 5e-4 | Volume flow |
| Type | Name | Description |
|---|---|---|
FluidPort | fluidPort | Hydraulic port |