NAME
Multispecies_getPropertyVector
SYNOPSIS
call Multispecies_getPropertyVector(integer(in) :: property, real(out),dimension(:) :: values(NSPECIES) )
DESCRIPTION
Returns the values of a property of the species name in value. The name is an integer because it is defined in Flash.h based on Config data. description property(defined as integer in Multispecies.h) -------------------------------------------------------------- numTotal A Total number of protons and neutrons in nucleus numPositive Z Atomic number; number of protons in nucleus numNeutral N Number of neutrons numNegative E Number of electrons bindingEnergy EB Binding energy adiabatic index GAMMA Ratio of heat capacities: Cp / Cv
ARGUMENTS
property - name of property define as an integer values - vector of values of the returned property
NOTES
Species properties are normally set in Simulation_initSpecies. The simulation's Config file defines the number and names of species.