modelControllerCompressor_dp
Controller to control the pressure difference of a compressor
Extends from TransiEnt.Basics.Icons.Controller (Icon for controller).
Information
1. Purpose of model
This controller gives the desired pressure difference to a compressor. The desired or given pressures before and after the compressor can be given by parameters or inputs.
2. Level of detail, physical effects considered, and physical insight
The desired pressure difference is calculated given the parameters and/or inputs and given to the compressor without time delay etc.
3. Limits of validity
(no remarks)
4. Interfaces
p_beforeCompIn: input for the pressure before the compressor in Pa
p_afterCompIn: input for the pressure after the compressor in Pa
Delta_p: pressure difference over the compressor in Pa
5. Nomenclature
(no elements)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
(no remarks)
10. Version History
Model created by Carsten Bode (c.bode@tuhh.de) on Tue Apr 05 2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Fundamental Definitions | |||
| Boolean | p_paramBefore | true | true if the pressure before the compressor is given by a parameter, false if it is given by an input |
| Boolean | p_paramAfter | false | true if the pressure after the compressor is given by a parameter, false if it is given by an input |
| SI.Pressure | p_beforeCompParam | 30e5 | Pressure before the compressor |
| SI.Pressure | p_afterCompParam | 50e5 | Pressure after the compressor |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.General.PressureIn | p_beforeCompIn | Pressure before the compressor | |
| TransiEnt.Basics.Interfaces.General.PressureIn | p_afterCompIn | Pressure after the compressor | |
| TransiEnt.Basics.Interfaces.General.PressureDifferenceOut | Delta_p | Pressure difference of the compressor |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.SimCenter | simCenter |