public class Microlib extends Operator
Author: Alain Hebert, Ecole Polytechnique de Montreal (2002)
Modifier and Type | Field and Description |
---|---|
java.lang.String |
chain
radioactive/burnup decay chain.
|
java.lang.String |
ctra
type of transport correction.
|
Composition[] |
mixs
array of Composition objects describing the medium-ordered information
required to recover and interpolate the microscopic cross section and
and library data.
|
java.lang.String[] |
options
option selection.
|
java.lang.String |
type
type of microlib processing.
|
Constructor and Description |
---|
Microlib(java.lang.String name)
Use this constructor to create a Microlib object of undefined type.
|
Microlib(java.lang.String name,
java.lang.String type)
Use this constructor to create a Microlib object of a specified type.
|
public java.lang.String type
public java.lang.String ctra
public java.lang.String chain
public java.lang.String[] options
public Composition[] mixs
public Microlib(java.lang.String name, java.lang.String type)
name
- user-defined name of the Microlib objecttype
- type of microlib processing. This variable is chosen among
the following values: "SKIP", "INTR", "SUBG",
"PTSL" or "NEWL".public Microlib(java.lang.String name)
name
- user-defined name of the Microlib objectpublic void exec() throws JargonException
JargonException
public void exec(Microlib a) throws JargonException
a
- existing Microlib objectJargonException