SensorAcross
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Interface.Sensors.SensorAcross
Description
The component measures surface concentrations or fractional coverages for selected species in an interface network.
Ports
Conserving
Interface conserving port
Port_A = Interface; %
Output
Surface Concentrations
gammaout = {zeros(length(selectSpecies),1),'mol/m^2'};The signal is only available when the option
outputSelectis set togamma.Use the array
selectSpeciesto select respective species for output.Fractional Coverages
Thetaout = {zeros(length(selectSpecies),1),'1'};The signal is only available when the option
outputSelectis set toTheta.Use the array
selectSpeciesto select respective species for output.
Parameters
Species Selector
selectSpecies = {[1,2],'1'};
Options
Option to select output
output = OutputSelect.gamma;
gamma|Theta