modelControl_m_flow
Mass flow controller model
Extends from TransiEnt.Basics.Icons.Controller (Icon for controller).
Information
1. Purpose of model
Model for controlling the mass flow of the heat exchanger in the reactor using a PID controller
2. Level of detail, physical effects considered, and physical insight
(Description)
3. Limits of validity
(Description)
4. Interfaces
TemperatureInput T_reac_target
TemperatureInput T_reac
Input for mass flow rate m_flow
5. Nomenclature
(no elements)
6. Governing Equations
(no equations)
7. Remarks for Usage
(none)
8. Validation
(no validation or testing necessary)
9. References
(none)
10. Version History
Model created by Philipp Jahneke (philipp.koziol@tuhh.de), August 2018
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | m_flow_max | 1 | maximum mass flow through the heating system |
| Real | m_flow_min | 0 | minimum mass flow through the heating system |
| Real | k_P | proportional gain | |
| Real | k_I | integral gain | |
| Real | k_D | derivative gain |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | T_reac_target | Input for target temperature of the reaction | |
| Modelica.Blocks.Interfaces.RealInput | T_reac | Input for temperature of the reaction | |
| Modelica.Blocks.Interfaces.RealOutput | m_flow | Input for mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ClaRa.Components.Utilities.Blocks.LimPID | PID |