Next: Method
Up: GEANT
Previous: CONS101 Retrieve material
Routine ID: CONS110
| Author(s): | Submitted: 01.06.83
|
Origin: R.Brun, M.Maire, J.Allison | Revised: 08.12.93
|
CALL GSMIXT (IMATE,NAMATE,A,Z,DENS,NLMAT,WMAT*)
Defines mixture or compound IMATE as composed by
NLMAT materials defined via
the arrays A, Z and WMAT.
Mixtures of compounds can also be defined.
- IMATE
- ( INTEGER) user material (mixture) number;
- NAMATE
- ( CHARACTER*20) mixture name;
- A
- ( REAL) array of atomic weights;
- Z
- ( REAL) array of atomic numbers;
- DENS
- ( REAL) density in g
;
- NLMAT
- ( INTEGER) number of elements in the mixture;
- > 0
- WMAT contains the proportion
by weights of each material in the mixture;
- < 0
- WMAT contains the proportion by number of
atoms of each kind, the content of WMAT in output is
changed to contain the relative weights;
Janne Saarela
Mon Apr 3 12:46:29 METDST 1995