SensorAcross
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Gas.Sensors.SensorAcross
Description
The component measures temperature, concentrations or mole fractions for selected species and pressure in an gas network. The concentrations are obtained by called the function getConc. There are no flows through the sensor.
Ports
Conserving
Gas conserving port
Port_A = Gas; %
Output
Pressure
pout = {1,'bar'};The signal is only available when the option
pressureOutputis set toOn.Concentration
cout = {zeros(length(selectSpecies),1),'mol/l'};The signal is only available when the option
concentrationsOutputis set toOnandfractionsOutputis set toOff.Use the array
selectSpeciesto select respective species for output.Mole Fraction
xout = {zeros(length(selectSpecies),1),'1'};The signal is only available when the option
concentrationsOutputis set toOnandfractionsOutputis set toOn.Use the array
selectSpeciesto select respective species for output.Temperature
Tout = {298.15,'K'};The signal is only available when the option
temperatureOutputis set toOn.
Parameters
Species Selector
selectSpecies = {[1,2],'1'};
Options
Option to select pressure output
pressureOutput = OnOff.Off;
On|OffOption to select temperature output
temperatureOutput = OnOff.Off;
On|OffOption to select concentration output
concentrationsOutput = OnOff.Off;
On|OffOption to select mole fraction output
fractionsOutput = OnOff.Off
On|OffThis parameter is only available when the optionconcentrationsOutputis set ofOn.