modelConstPressureSource
Boundary pressure and temperature source
Extends from OpenHydraulics.Interfaces.PartialFluidComponent (Base model for any component involving fluid).
Information
Defines constant values for boundary conditions:
- Tank pressure.
- Tank temperature.
Note, that boundary temperature only has an effect if the mass flow is out of the tank. If mass is flowing into the tank, the temperature is free.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.AbsolutePressure | p_const | environment.p_ambient | Tank pressure |
| 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 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| OpenHydraulics.Fluids.BaseClasses.PartialFluid | oil (from PartialFluidComponent) | This model must be defined in each circuit; the type must be a subtype of PartialFluid |