modelOC_SC_Controller
Extends from TransiEnt.Basics.Icons.Controller (Icon for controller).
Information
1. Purpose of model
Controller for mole fractions of CH4, O2 and H2O.
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
Modelica RealInput: OC_R
Modelica RealInput: SC_R
Modelica RealOutput: mass fraction in kg/kg
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
[1] Modellierung und Simulation von erdgasbetriebenen Brennstoffzellen-Blockheizkraftwerken zur Heimenergieversorgung
Master thesis, Simon Weilbach (2014)
10. Version History
Model created by Simon Weilbach (simon.weilbach@tuhh.de) on 01.10.2014
Model revised by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2015
Quality check (Code conventions) by Rebekka Denninger on 01.10.2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Media.Gases.Gas_VDIWA_SG7_var | Syngas | TransiEnt.Basics.Media.Gases.Gas_VDIWA_SG7_var() | Medium model of Syngas |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | OC_R | ||
| Modelica.Blocks.Interfaces.RealInput | SC_R | ||
| TransiEnt.Basics.Interfaces.General.MassFractionOut[6] | Xi_Reformer | {Xi_ch4, Xi_o2, 0, Xi_h2o, 0.00001, 0} |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | SC | SC_R | |
| Real | OC | OC_R | |
| Modelica.Units.SI.MoleFraction | X_ch4 | ||
| Modelica.Units.SI.MoleFraction | X_h2o | SC*X_ch4 | |
| Modelica.Units.SI.MoleFraction | X_o2 | OC*X_ch4 | |
| Modelica.Units.SI.MoleFraction | X_n2 | X_o2*(0.795/0.205) | |
| Modelica.Units.SI.MassFraction | Xi_ch4 | X_ch4*NG.M_i[1]/(X_ch4*NG.M_i[1] + X_o2*NG.M_i[2] + X_h2o*NG.M_i[4] + X_n2*NG.M_i[7]) | |
| Modelica.Units.SI.MassFraction | Xi_o2 | X_o2*NG.M_i[2]/(X_ch4*NG.M_i[1] + X_o2*NG.M_i[2] + X_h2o*NG.M_i[4] + X_n2*NG.M_i[7]) | |
| Modelica.Units.SI.MassFraction | Xi_h2o | X_h2o*NG.M_i[4]/(X_ch4*NG.M_i[1] + X_o2*NG.M_i[2] + X_h2o*NG.M_i[4] + X_n2*NG.M_i[7]) | |
| TransiEnt.SimCenter | simCenter | ||
| TILMedia.Gas_pT | NG |