ReadOutM
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Solid.Sensors.ReadOutM
The component reads out thermodynamic properties of the solid mixture. There is no change in concentrations, temperature or pressure across the sensor.
Ports
Conserving
Solid conserving port
Port_A = Solid; %
Output
Molar Specific Heat
out_cp = {0,'J/(mol*K)'};The signal is only available when the option
outputCpis set toOn.Mass Density
out_rho = {0,'g/l'};The signal is only available when the option
outputRhois set toOn.Thermal Conductivity (after getConc)
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 mass density
outputRho = OnOff.Off;
On|OffOption to select thermal conductivity output
outputLambda = OnOff.Off;
On|Off