Struct Collision¶
Public Attributes¶
| Type | Name | 
|---|---|
| std::vector< PetscScalar > | E_min  minimal energy required for reaction  |  
| int | n_reactions  number of reactions between this two species  |  
| std::vector< reactionFunction > | processCollision  |  
| std::vector< std::string > | reaction_names  collision reaction names  |  
| std::vector< std::set< std::pair< PetscScalar, PetscScalar > > > | sigma  |  
| PetscScalar | sigma_v_max  maximal over all energies (sigma_total*v)  |  
| int | sp  colliding species indexes  |  
| std::vector< std::vector< int > > | sp_out  new species created in collision  |  
Public Attributes Documentation¶
variable E_min¶
minimal energy required for reaction
variable n_reactions¶
number of reactions between this two species
variable processCollision¶
variable reaction_names¶
collision reaction names
variable sigma¶
variable sigma_v_max¶
maximal over all energies (sigma_total*v)
variable sp¶
colliding species indexes
variable sp_out¶
new species created in collision