Properties
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Solid.Utilities.Properties
Description
The component is used to set the thermodynamic data for all species as well as nominal values for the domain variables.
Ports
Conserving
Solid conserving port
Port_B = Solid;
Parameters
Thermodynamic Data
Number of Species
N = {2,'1'};Species Identifier
Ids = {[1;2],'1'};Molar Weights
Mw = {zeros(N,1),'g/mol'};Temperature Table
table_T = {[200,400],'K'};with
nTals the number of entries of arraytable_T. For details see Domain.Specific Heats Table
table_cp = {zeros(nT,N),'J/(mol*K)'};Enthalpy Table
table_H = {zeros(nT,N),'kJ/mol'};Gibbs Energy Table
table_G = {zeros(nT,N),'kJ/mol'};Molar Volumes Table
table_Vm = {zeros(nT,N),'l/mol'};Heat Conductivity Table
table_lambda = {zeros(nT,N),'W/(m*K)'};
Nominal Values
Nominal Value for Molar Flow Rates
F_nom = {1.0e-06,'mol/s'};Nominal Value for Energy Flow Rate
Phi_nom = {1.0,'W'};Nominal Value for Molar Enthalpies
H_nom = {1.0e+02,'kJ/mol'};