Properties

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Interface.Utilities.Properties

Properties.svg

Description

The component is used to set the thermodynamic data for all species as well as nominal values for the domain variables.

Ports

Conserving

  • Interface conserving port

    Port_B = Interface;  
    

Parameters

Thermodynamic Data

  • Number of Species

    N  = {2,'1'};   
    
  • Species Identifier

    Ids = {[1;2],'1'};
    
  • Molar Weights

    Mw = {zeros(N,1),'g/mol'};                
    
  • Specific Surface Areas

    Am = {zeros(N,1),'m^2/mol'};     
    

Nominal Values

  • Nominal Value for Molar Flow Rates

    F_nom = {1.0e-06,'mol/s'};
    
\begin{equation*}

\end{equation*}