Chapter 2. Overview

Table of Contents
Usage
Data Model

Usage

The PLASMAKIN library is a Fortran 95 MODULE unit with public and private data and procedures. The library is accessible through a standard USE instruction:

  USE PLASMAKIN

The module reads its data from an input file and can call an optional user supplied routine SetRate to evaluate complex rate reaction expressions, but is otherwise self-contained.

Figure F-1 shows the relationships between PLASMAKIN and other routines or data files. The arrows indicate the direction of information flow.

Figure F-1. Relationships between PLASMAKIN and other program units or data files.