ReadOutM

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Liquid.Sensors.ReadOutM

ReadOut.svg

The component reads out thermodynamic properties of the gas mixture which are obtained by calling the respective function, e.g. getMixtureMu or getMixtureLambda. There is no change in concentrations, temperature or pressure across the sensor.

Ports

Conserving

  • Liquid conserving port

    Port_A = Liquid;  %
    

Output

  • Viscosity

    out_mu = {1.0e-04,'Pa*s'}; 
    

    The signal is only available when the option outputMu is set to On.

  • Thermal Conductivity

    out_lambda = {1.0e-04,'W/(m*K)'}; 
    

    The signal is only available when the option outputLambda is set to On.

Parameters

Options

  • Option to select viscosity output

    outputMu = OnOff.Off;
    

    On | Off

  • Option to select thermal conductivity output

    outputLambda = OnOff.Off;
    

    On | Off