lv02 - 25 Nuklir
lv02 - 25 Nuklir
lv02 - 25 Nuklir
Session: 2677
Introduction
Since the incident at the Three Mile Island nuclear power plant the use of simulation has
been a major component of nuclear power plant operator training. Today all plants maintain a
full scope simulator, which reproduces the thermal hydraulic, reactor physics, and control
functions of the plant. The interface for these simulators is a duplication of the reactor control
room, down to the last meter and switch. In the past these simulators were powered by large
mainframe or minicomputers, while today they can be supplied with data from workstations and
high-end desktop machines.
These advances in computer technology now allow the same fidelity of the full-scope
simulation to be brought into the classroom. In nuclear plants operators must have a knowledge
and understanding of the fundamental processes, as well as the procedures required for plant
operation. Other personnel in the plant also benefit from a greater understanding of how the
plant operates. The same is true of academic education in nuclear engineering, where the
emphasis is on the understanding of theory. However, this type of education differs from the
traditional use of the full scope simulator. The full scope simulator emphasizes the control room
environment and its representation of plant operation (skill-based behavior). This representation
is often not the best suited for building a person's understanding (knowledge-based behavior).
Research indicates that more abstract and hierarchical interfaces, which rely less on real
world fidelity and more on psychological styles, supports knowledge based behavior and
learning [1]. At the same time a high level of computational fidelity is required to obtain the
data powering the interface. From a programming standpoint the best programming structure
Proceedings of the 2002 American Society for Engineering Education Annual Conference & Exposition
Copyright 2002, American Society for Engineering Education
Main Menu
Main Menu
Main Menu
Main Menu
restrictions they have not been applied much in the nuclear power industry. This is now
changing as more graphical interfaces are used in both control rooms and training. The Sta.
Maria de Garona NPP (Burgos, Spain) is developing a prototype control room using touch
screens and graphical interfaces. The control room elements are represented by ActiveX
components developed in Visual C++ and Visual Basic. A DDE server manages communication
between the interface objects and the OpenSim environment [11].
Initial Research
Academia is also making good use of computer simulation in the education of future nuclear
engineers. Simulations can give the students a better understanding of the highly coupled
variable relationships in a nuclear reaction [12]. In some cases old control room simulators from
industry have found their way into academic settings [13]. However, many nuclear programs
and individual courses still make use of older, more simplified, simulation codes. The origin of
this work began as a project to examine how these older codes could be replaced or updated,
mainly in order to improve the interfacing options. It was quickly realized that there was a
parallel effort in the local nuclear industry to create new interfacing options for their programs as
well.
In conjunction with the simulation staff of the Callaway Nuclear Power Station initial
research was conducted into accessing the full scope simulator data with other computer
programs. This was done in support of Callaways efforts at creating a desktop variant of the full
scope simulator and the University of Missouri Columbias efforts to improve classroom
instruction. Following the concept often used for full scope simulators the interface was
designed to interact with a database or other forms of shared memory. In this manner the actual
data could be supplied from any computation source which was capable of interfacing with the
database. The same interface could then be used with the full scope simulator and with older
codes developed at the University.
To construct the interface the LabVIEW so ftware package was chosen. While this software
is traditionally used for data acquisition and controls it offers several advantages to this project.
User interfaces can be easily produced using a point and click method. A wide range of common
controls and indicators are already provided for this purpose. The software also comes equipped
with various options for interfacing with data sources and other programs. Most importantly,
however, both the Callaway plant and the Nuclear Engineering program were c urrently
examining LabVIEW for other uses and this project fit in nicely with those plans.
Before the interface could be created the form of the data storage needed to be specified.
Several interfacing options were explored including TCP/IP, Dynamic Data Exchange (DDE),
and Open Database Connectivity (ODBC). It was determined that a common database format
that could interact with a structured query language (SQL) would be the best choice. For
simplicity a Microsoft Access database was then selected.
In order to test the interface certain functions were selected to be displayed. For output
display several core variables were chosen, including temperature and flux. For input control the
position of the control rods were simulated (Fig. 1). Options were specified so that the core data
Proceedings of the 2002 American Society for Engineering Education Annual Conference & Exposition
Copyright 2002, American Society for Engineering Education
Main Menu
Main Menu
Figure 1: User interface developed to work with the full scope simulator data.
Proceedings of the 2002 American Society for Engineering Education Annual Conference & Exposition
Copyright 2002, American Society for Engineering Education
Main Menu
Main Menu
determined that this was largely due to inefficient LabVIEW programming and could be fixed
with coding improvements.
Future Development Concept
Following the initial research the goals were reevaluated and the possibilities for the future
were examined. It was realized that interfaces of this sort offered possibilities beyond the
computational options available from older, existing programs. However, use of the full scope
simulator programs was not possible, mainly due to licensing issues with the software and
performance issues with the hardware. The task of creating all new coding which modeled the
plant more in-depth appeared to be a sizable and daunting project. A solution was needed which
offered comprehensive and realistic data, did not require extensive software or hardware
resources, and which was not an all-or-nothing programming project. The solution was found in
an extension of the original full scope simulators distributed architecture.
As already described, many full scope simulators are actually a combination of programs
which interact with a shared memory location or a database. The user interface that was
developed was based on this format. An extension of this program distribution is to also divide
the computations among various pieces of hardware. This approach has already been
demonstrated by other researchers who have created a PWR simulator with high processing
performance using low cost hardware [14]. The same concept has been applied to the Modular
Modeling System (MMS) which is used by industry to model power plants. By integrating
remote access and control methods the MMS models can be integrated with a wide range of
interface options [15].
In order to achieve all of our educational objectives this distributed concept was taken one
step further. If students could access the simulator from any location remotely it was felt they
would be more apt to make use of it. The key limitation would be the manner in which the interprocess communication (IPC) is handled between programs. Fortunately there is an answer to
this with the IEEE Distributed Interactive Simulation (DIS) Protocol. The DIS protocol would
allow the individual components (and data) of our simulator to be linked through the Java
programming language. This approach has already been used in other fields. In particular,
various military organizations around the world use this approach to generate equipment trainers
and battlefield simulations.
Using this method the simulator could be constructed around, or modified to, use of a
standard web browser as the interface mechanism. It also opens up the possibility of
collaborative work on the computations side of the simulator as well. Modules for neutronic
calculations and for thermal hydraulics could be developed and run on computers that are
geographically separated, allowing a pooling of programming and hardware resources. With
regard to classroom use, this approach allows different levels of computational complexity to be
built and different user interfaces to be developed. Individual instructors would then be able to
tailor the program to specific learning objectives.
Proceedings of the 2002 American Society for Engineering Education Annual Conference & Exposition
Copyright 2002, American Society for Engineering Education
Main Menu
Main Menu
Conclusions
Simulation has proven to be a valuable training and educational tool. This is perhaps more
true for nuclear engineering where the opportunities for hands -on learning are limited and
shrinking daily. While the sophistication and capabilities of full scope simulator s has increased
greatly in the last decade the standard nuclear engineering classroom simulator (for knowledge
based learning) has not kept pace. This paper has presented initial research into updating legacy
classroom codes and the technological advancements that allow a new breed of educational
simulator to be constructed. By making use of a distributed simulation environment students
will have easy access to high fidelity simulations. Hardware and software limitations, such as
cost, are bypassed. The resulting simulation will be easily customizable and upgradable and new
possibilities exist for collaboration between academic institutions. To date this approach has not
been explored past the literature research stage. Possible programming collaborations and
testing are possible between the University of Missouri and The College of New Jersey,
however, additional partners may be needed. Currently simulator requirements are being
assessed prior to creating programming action items.
Acknowledgements
The preliminary work presented here was funded through a fellowship from the Institute of Nuclear Power
Operations (INPO) and the University of Missouri Columbia. The assistance of Scott Halverson at the Fulton
(Callaway) Nuclear Power Station was also greatly appreciated.
Bibliography
1.
Vicente, K., Christoffersen, K., and Pereklita, A., Supporting Operator Problem Solving Through Ecological
Interface Design, IEEE Transactions on Systems, Man, and Cybernetics, Vol. 25, 1995.
2.
Smith, R. ed., "Twenty Years Later," The Nuclear Professional, 1st quarter issue, 1999.
3.
ANSI, Nuclear Power Plant Simulators for Use in Operator Training and Examination, revised ANSI/ANS 3.5 standard, 1998.
4.
Agee, L., Overview of Electric Power Research Institute Nuclear Safety Analysis Activities, Nuclear
Technology, Vol. 121, 1998.
5.
Shotkin, L., Development and Assessment of U.S. Nuclear Regulatory Commision Thermal-Hydraulic
System Computer Codes, Nuclear Technology, Vol. 116, 1996.
6.
Glasstone S. and Sesonske, A., Nuclear Reactor Engineering, Chapman and Hall, 4 th edition, Vol. 2., 1996.
7.
Laughton, T., Belblidia, L., Andersen, P., and OFarrell, D., THOR ComEd Advanced Model Simulator
Upgrade, Western Multiconference 2000, Society for Computer Simulation, 2000.
8.
Boire, R., Fourth Generation Full Scope Simulator on Windows NT, Western Multiconference 2000,
Society for Computer Simulation, 2000.
9.
Baumont, G., and Montes, G., Current practices in operator training with simulators in OECD countries,
1997 IEEE 6 th Conference on Human Factors and Power Plants, IEEE, 1997.
10. Bartak, J., Chaumes, P., Gissinger, S., Houard J., and Van Houte, U., Operator Training Tools for the
Competitive Market, Computer Applications in Power, IEEE, Vol. 13, 2000.
11. Corcuera, P., Garces, M., and Ryan, J., A Training Simulator with Soft Panels, Western Multiconference
2000, Society for Computer Simulation, 2000.
12. Doster, J., Simulation as a Tool for Teaching Nuclear Reactor Systems, ANS Transactions, Vol. 81, 1999.
13. Ma, Y. and Edwards, R., Undergraduate Simulator Design Course, ANS Transactions, Vol. 80,1999.
14. Kitamura, M., Ohi, T., Yamamoto, T., and Akagi, K., Development of High Precision Plant Simulator for
Pressurized Water Reactor Plants using Distributed Architecture, Journal of Nuclear Science and
Technology, Vol. 3, 1999.
15. Jones, C.A., Integrating Remote Access & Control Methods into Simulation Models, Nuclear Plant
Journal, July-August, 1994.
Proceedings of the 2002 American Society for Engineering Education Annual Conference & Exposition
Copyright 2002, American Society for Engineering Education
Main Menu
Main Menu
PATRICK A. TEBBE
Patrick Tebbe is an Assistant Professor of Mechanical Engineering at The College of New Jersey. Patrick teaches
undergraduate thermodynamics and thermal sciences laboratories. He received his Ph.D. in Mechanical Engineering
from the University of Missouri-Columbia in 1997. Before moving to New Jersey he served as an Adjunct Assistant
Professor at Missouri and also completed a M.S. in Nuclear Engineering. He is a member of ASME, ASEE, and
ANS where he currently serves as the Secretary/Treasurer for the Human Factors Division.
Proceedings of the 2002 American Society for Engineering Education Annual Conference & Exposition
Copyright 2002, American Society for Engineering Education
Main Menu