SensorAcross

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Interface.Sensors.SensorAcross

Sensor.svg

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 outputSelect is set to gamma.

    Use the array selectSpecies to select respective species for output.

  • Fractional Coverages

    Thetaout = {zeros(length(selectSpecies),1),'1'}; 
    

    The signal is only available when the option outputSelect is set to Theta.

    Use the array selectSpecies to select respective species for output.

Parameters

  • Species Selector

    selectSpecies = {[1,2],'1'};
    

Options

  • Option to select output

    output = OutputSelect.gamma;
    

    gamma | Theta