Refine Your Search

Search Results

Viewing 1 to 3 of 3
Journal Article

Impact of Biodiesel Impurities on the Performance and Durability of DOC, DPF and SCR Technologies

2011-04-12
2011-01-1136
It is estimated that operating continuously on a B20 fuel containing the current allowable ASTM specification limits for metal impurities in biodiesel could result in a doubling of ash exposure relative to lube-oil-derived ash. The purpose of this study was to determine if a fuel containing metals at the ASTM limits could cause adverse impacts on the performance and durability of diesel emission control systems. An accelerated durability test method was developed to determine the potential impact of these biodiesel impurities. The test program included engine testing with multiple DPF substrate types as well as DOC and SCR catalysts. The results showed no significant degradation in the thermo-mechanical properties of cordierite, aluminum titanate, or silicon carbide DPFs after exposure to 150,000 mile equivalent biodiesel ash and thermal aging. However, exposure of a cordierite DPF to 435,000 mile equivalent aging resulted in a 69% decrease in the thermal shock resistance parameter.
Technical Paper

3-D Numerical Study of Fluid Flow and Pressure Loss Characteristics through a DPF with Asymmetrical Channel size

2011-04-12
2011-01-0818
The main objective of the current paper was to investigate the fluid flow and pressure loss characteristics of DPF substrates with asymmetric channels utilizing 3-D Computational Fluid Dynamics (CFD) methods. The ratio of inlet to outlet channel width is 1.2. First, CFD results of velocity and static pressure distributions inside the inlet and outlet channels are discussed for the baseline case with both forward and reversed exhaust flow. Results were also compared with the regular DPF of same cell structure and wall material properties. It was found that asymmetrical channel design has higher pressure loss. The lowest pressure loss was found for the asymmetrical channel design with smaller inlet channels. Then, the effects of DPF length and filter wall permeability on pressure loss, flow and pressure distributions were investigated.
Technical Paper

Implementing Ordinary Differential Equation Solvers in Rust Programming Language for Modeling Vehicle Powertrain Systems

2024-04-09
2024-01-2148
Efficient and accurate ordinary differential equation (ODE) solvers are necessary for powertrain and vehicle dynamics modeling. However, current commercial ODE solvers can be financially prohibitive, leading to a need for accessible, effective, open-source ODE solvers designed for powertrain modeling. Rust is a compiled programming language that has the potential to be used for fast and easy-to-use powertrain models, given its exceptional computational performance, robust package ecosystem, and short time required for modelers to become proficient. However, of the three commonly used (>3,000 downloads) packages in Rust with ODE solver capabilities, only one has more than four numerical methods implemented, and none are designed specifically for modeling physical systems. Therefore, the goal of the Differential Equation System Solver (DESS) was to implement accurate ODE solvers in Rust designed for the component-based problems often seen in powertrain modeling.
X