Skip to main content

Feed

A Feed block defines an inlet stream to the process.

Parameters

ParameterTypeUnitDescription
TQuantity°C, K, °FTemperature
PQuantitybar, Pa, psiPressure
flowQuantitykmol/h, kg/hFlow rate
compositionObject-Mole fractions

Example

const feedBlock = {
id: 'feed-1',
type: 'Feed',
params: {
T: { value: 25, unit: 'C' },
P: { value: 1, unit: 'bar' },
flow: { value: 100, unit: 'kmol/h' },
composition: { H2O: 0.5, C2H5OH: 0.5 }
}
};

Ports

PortDirectionDescription
outOutputOutlet stream