주요 콘텐츠

Exhaust Manifold Thermal

R2026b

Thermodynamics of combustion engine exhaust manifold

Since R2022a

Libraries:
Simscape / Driveline / Engines & Motors / Engine Subcomponents

Description

The Exhaust Manifold Thermal block represents the abstracted thermodynamics of a combustion engine exhaust manifold. The block integrates with the SI Combustion Cylinder block.

Equations

The block takes exhaust gas flow from the SI Combustion Cylinder blocks and computes the exhaust manifold temperature, Texh, which the block outputs at port Texh. The block calculates the output using a lumped-parameter model, such that

CexhMexhddtTexh=hexhhx,

where

  • Cexh is the Heat capacity of exhaust wall parameter.

  • Mexh is the Mass of exhaust wall parameter.

  • hexh is the heat flow at the exhaust manifold.

  • hx is the heat exchange between the exhaust gas and the environment.

The block calculates hx as

hx=Sexh(hconvec(TexhTamb)kraσ(Texh4Tamb4)),

where

  • Sexh is the Surface area of exhaust wall parameter.

  • hconvec is the Convective heat transfer coefficient for the outer side of exhaust parameter.

  • kra is the Radiation constant parameter.

  • σ is the Stefan-Boltzmann constant parameter.

  • Tamb is the Ambient temperature parameter.

The block finds hexh as

kgasddthexh=hinhexh,

where kgas is the Time constant of exhaust heat flow parameter, and hin is the instantaneous heat flow from the engine exhaust outlets to the exhaust manifold. The instantaneous heat flow is the sum of the individual instantaneous heat flows at the exhaust outlets, hi, such that

hin=i=1Nportshi,

where Nports is the Number of exhaust ports parameter.

Examples

Ports

Input

expand all

Physical signal input port associated with the gas energy flow, in W. Attach this port to the Weo physical signal output port on the SI Combustion Cylinder block.

Programmatic Use

Port: heatflow_eng

Output

expand all

Physical signal output port associated with the lumped-parameter exhaust manifold temperature, in K.

Programmatic Use

Port: T_out

Parameters

expand all

Number of SI Combustion Cylinder blocks.

Programmatic Use

Parameter: numPorts

Temperature of the air entering the intake.

Programmatic Use

Parameter: T_amb

Surface area of the exhaust wall. This is only the surface area of the internal wall that makes contact with the exhaust.

Programmatic Use

Parameter: S_exh

Mass of the exhaust wall.

Programmatic Use

Parameter: M_exh

Heat capacity of the exhaust wall.

Programmatic Use

Parameter: C_exh

Time constant for the rate of exhaust heat flow.

Programmatic Use

Parameter: k_gas

Convective heat transfer coefficient for the outer side of the exhaust.

Programmatic Use

Parameter: h_convection

Radiation constant of the exhaust.

Programmatic Use

Parameter: k_radiation

Stefan-Boltzmann constant for the total exhaust.

Programmatic Use

Parameter: sigma

Version History

Introduced in R2022a