Domain

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Interface.Domain

Description

The interface domain represents a pseudo-fluidic 1 mixture of \(N\) individual species with \(N \in \left[ 2 \, \dots \infty \right]\) living on an Langmuir 2 surface. Every species has a characteristic specific area.

The domain is modelled as isothermic, i.e. no heat balance is accounted for.

Parameters

  • Number of species

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

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

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

    Am  = {[0;0],'m^2/mol'}; 
    
  • Universal Gas Constant

    R = {8.3143,'J/(mol*K)'};
    
  • Faraday Constant

    Far = {9.6485e+04,'A*s/mol'};
    
  • Nominal Value for Molar Flow Rate

    F_nom = {1.0e-06,'mol/s'};
    

Variables

Across Variables

  • Surface Coverages

    Theta = {value={zeros(N,1),'1'},imin={0,'1'},imax={1,'1'}}; a
    

Through Variables

  • Molar flow rates

    F = {zeros(N,1),'mol/s'}; 
    

Fußnoten:

1

The adsorbate species are allowed to move due to external gradients

2

monomolecular layer of adsorbate