ConvectionP
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Gas.Transport.ConvectionP
Description
The component generates a volumetric flow rate due to a pressure difference between the ports. To allow for a change in sign upon reversal of flow direction and to eliminate singularities due to flow reversal, which can pose a challenge for numerical solvers during simulation, the following relation is used
with
as control signal to externally adjust
the calculated volumetric flow rate.
If the option checkValve is set any flow reversal is
prohibited, i.e.
.
Then the molar flow rates become
The energy flow rate is determined as
with
The positive flow direction is from port A to port B.
Ports
Conserving
Gas conserving port
Port_A = Gas; %
Gas conserving port
Port_B = Gas; %
Input
Physical control signal
yin = {0,'1'};Dependencies: The port is only visible when
controlInputis set toOn.
Output
Physical signal that represents the volumetric flow rate at upstream conditions
qout = {1,'l/s'};Dependencies: The port is only visible when
flowOutputis set toOn.
Parameters
Options
Option to select control input
controlInput = OnOff.Off;
Off|OnOption to select flow output
flowOutput = OnOff.Off;
On|OffOption to set check valve
checkValve = OnOff.Off;
On|Off
Mass Transport
Laminar flow parameter
b0 = {1.0,'bar*s/m^3'};Turbulent flow parameter
b1 = {1.0e-10,'bar*s^2/m^6'};
Assumptions and Limitations
The parameter
is internally set to a value of
.
Nomenclature
![]() |
laminar flow parameter |
![]() |
turbulent flow parameter |
![]() |
molar flow rate of species Ai |
![]() |
molar enthalpy of species Ai |
![]() |
departure enthalpy of the mixture |
![]() |
total number of species |
![]() |
pressure |
![]() |
volumetric flow rate |
![]() |
time |
![]() |
temperature |
![]() |
mole fraction of species Ai |
![]() |
control signal |
![]() |
compressibility |
![]() |
energy flow rate |













