17 research outputs found
Axial Concentration Profiles and NO Flue Gas in a Pilot-Scale Bubbling Fluidized Bed Coal Combustor
Atmospheric bubbling fluidized bed coal combustion of a bituminous coal and anthracite with
particle diameters in the range 500-4000 ím was investigated in a pilot-plant facility. The
experiments were conducted at steady-state conditions using three excess air levels (10, 25, and
50%) and bed temperatures in the 750-900 °C range. Combustion air was staged, with primary
air accounting for 100, 80, and 60% of total combustion air. For both types of coal, high NO
concentrations were found inside the bed. In general, the NO concentration decreased monotonically
along the freeboard and toward the exit flue; however, during combustion with high air
staging and low to moderate excess air, a significant additional NO formation occurred near the
secondary air injection point. The results show that the bed temperature increase does not affect
the NO flue gas concentration significantly. There is a positive correlation between excess air
and the NO flue gas concentration. The air staging operation is very effective in lowering the
NO flue gas, but there is a limit for the first stage stoichiometry below which the NO flue gas
starts rising again. This effect could be related with the coal rank
Partial Order Verification of Programmable Logic Controllers
Abstract. We address the verification of programmable logic controllers (PLC). In our approach, a PLC program is translated into a special type of colored Petri net, a so-called register net (RN). We present analysis methods based on the partial order semantics of RN’s, which allow the generation of partial order traces as counter examples in the presence of programming errors. To that purpose, the behavior description ‘concurrent automaton’, introduced in [3] for safe Petri nets, is upliftet to the dedicated RN’s.
Fast backtrack-free product configuration using a precompiled solution space representation
In this paper we describe a two-phase approach to interactive product configuration. In the first phase, a compressed symbolic representation of the set of valid configurations (the solution space) is compiled offline. In the second phase, this representation is embedded in an online configurator and utilized for fast, complete, and backtrack-free interactive product configuration. The main advantage of our approach compared to online search-based approaches is that we avoid searching for valid solutions in each iteration of the interactive configuration process. The computationally hard part of the problem is fully solved in the offline phase given that the produced symbolic representation is small. The employed symbolic representation is Binary Decision Diagrams (BDDs). More than a decade of research in formal verification has shown that BDDs often compactly encode formal models of systems encountered in practice. To our experience this is also the case for product models. Often the compiled BDD is small enough to be embedded directly in hardware. Our research has led to the establishment of a spin-off company called Configit Software A/S. Configit has developed software for writing product models in a strongly typed language and has patented a particularly efficient symbolic representation called Virtual Tables