SensorAcross

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Interface.Sensors.SensorThrough

Sensor.svg

The component measures molar flow rates in a interface network. There is no change in concentrations, temperature or pressure across the sensor. The positive flow direction is from port A to port B.

Ports

Conserving

  • Interface conserving port

    Port_A = Interface;  %
    
  • Interface conserving port

    Port_B = Interface;  %
    

Output

  • Molar Flow

    Fout = {zeros(length(selectSpecies),1),'mol/s'};  
    

    Use the array selectSpecies to select respective species for output.

Parameters

  • Species Selector

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