ReadOutM
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Gas.Sensors.ReadOutM
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
Gas conserving port
Port_A = Gas; %
Output
Viscosity
out_mu = {1.0e-04,'Pa*s'};The signal is only available when the option
outputMuis set toOn.Thermal Conductivity
out_lambda = {1.0e-04,'W/(m*K)'};The signal is only available when the option
outputLambdais set toOn.
Parameters
Options
Option to select viscosity output
outputMu = OnOff.Off;
On|OffOption to select thermal conductivity output
outputLambda = OnOff.Off;
On|Off