Container
Chemical Reactor Design Toolbox Reference Manual
Chemical Reactor Design Toolbox Reference Manual ChemReactorDesign.Basic.Liquid.Volumes.Container
Description
The component represents an variable liquid volume in a solid container.
Mass Balance
Energy Balance
with initial condition
Equation of State
Pressure
The pressure at the port is the sum of internal and potential pressure
with
The internal pressure is either given by a component parameter or set by a physical input signal which may even be time variant (see Assumptions).
Volume
with
Variables
To adjust the nominal values for the component variables use the Nominal Values tab in the dialogue box.
Ports
Conserving
Liquid conserving port
Port_A = Liquid; %
Liquid conserving port
Port_B = Liquid; %
The port is only visible when the option
enable2ndPortis set toOn.Thermal conserving port
Port_C = foundation.thermal.thermal; %
Dependencies: The port is only visible when
isothermalOperationis set toOff.
Input
Physical signals that controls the volume.
pin = {1,'bar'}; % pDependencies: The port is only visible when
pressureInputis set toOn.
Output
Physical signal that represents the current volume
Vout = {0,'l'}; % VDependencies: The port is only visible when
volumeOutputis set toOn.
Parameters
Options
Option to select thermal behaviour of the volume.
isothermalOperation = OnOff.On;
Off|OnOption to select volume output
volumeOutput = OnOff.Off;
On|OffOption to consider hydrostatic pressure
hydrostaticPressure = OnOff.Off;
Option to enable 2nd Port
enable2ndPort = OnOff.Off;
Geometry
Initial Volume
V0 = {1,'l'}; % VolumeCross Sectional Area
A0 = {10,'cm^2'};Geodetic Height
h0 = {0,'m'};
Operation Conditions
Initial mole fractions
x0 = {[0;1],'1'};Note Initially only two species are considered. As the number of species can be changed via the properties dialogue, the size of the array must be adjusted accordingly.
Initial pressure
p0 = {1.0,'bar'}; % Initial PressureInitial Temperature
T0 = {298.15,'K'}; % Initial Temperature
Solid Properties
Solid Mass
mSolid = {0,'g'}; % MassSolid Heat Capacity
cpSolid = {0,'kJ/(kg*K)'}; % Specific Heat
Nominal Values
Nominal Value for Number of Moles
n_nom = {1,'mol'};
Nomenclature
![]() |
cross sectional area |
![]() |
molar concentration of species Ai |
![]() |
specific heat for species Ai |
![]() |
specific heat of solid |
![]() |
molar flow rate of species Ai |
![]() |
geodetic height |
![]() |
molar enthalpy of species Ai |
![]() |
molar weight of species Ai |
![]() |
total number of species |
![]() |
solid mass |
![]() |
number of moles of species Ai |
![]() |
pressure |
![]() |
initial pressure |
![]() |
external pressure |
![]() |
heat flow rate (independent of fluid flow) |
![]() |
universal gas constant |
![]() |
time |
![]() |
temperature |
![]() |
initial temperature |
![]() |
volume |
![]() |
molar volume of species Ai |
![]() |
mole fraction of species Ai |
![]() |
initial mole fraction of species Ai |
![]() |
energy flow rate |























