modelPartialNaturalGasUnit
Adds a gas interface with a mass flow defining boundary to child components
Extends from TransiEnt.Basics.Icons.IndustryPlant (Icon for industry plants).
Information
1. Purpose of model
Adds a gas interface with a mass flow defining boundary to child components.
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
gasPortIn: inlet for real gas
gasPortIn_2: second gas port - only active if useSecondGasPort==true
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
Mass Flow of first gas port must be defined within the model via 'm_flow_gas'. Mass flow of second gas port needs to be defined from outside.
8. Validation
(no remarks)
9. References
(no remarks)
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2014
Quality check (Code conventions) by Rebekka Denninger on 01.10.2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Fundamental Definitions | |||
| TILMedia.VLEFluidTypes.BaseVLEFluid | mediumGas | simCenter.gasModel1 | |
| Configuration | |||
| Boolean | useGasPort | true | True if gas port shall be used |
| Physical Constraints | |||
| Boolean | useSecondGasPort | false | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.Gas.RealGasPortIn | gasPortIn | ||
| TransiEnt.Basics.Interfaces.General.MassFlowRateOut | m_flow_gas | ||
| TransiEnt.Basics.Interfaces.Gas.RealGasPortIn | gasPortIn_2 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SimCenter | simCenter | ||
| TransiEnt.Components.Boundaries.Gas.BoundaryRealGas_hxim_flow | massFlowSink | ||
| TransiEnt.Components.Sensors.RealGas.NCVSensor | vleNCVSensor | ||
| TransiEnt.Components.Boundaries.Gas.BoundaryRealGas_pTx | massFlowSink_2 | ||
| TransiEnt.Components.Sensors.RealGas.NCVSensor | vleNCVSensor_2 | ||
| Modelica.Blocks.Sources.RealExpression | m_flow_gas_2_var | ||
| Modelica.Blocks.Math.Product | H_flow_secondGasPort | ||
| Modelica.Blocks.Sources.RealExpression | m_flow_gas_2_const | ||
| Modelica.Blocks.Routing.RealPassThrough | m_flow_gas_2 | ||
| Modelica.Blocks.Sources.RealExpression | NCV_2_const | ||
| Modelica.Blocks.Routing.RealPassThrough | NCV_2 |