Small correction to input. Adjustment of ALPHIE_Grid case
This commit is contained in:
parent
9883c4c9f4
commit
a89853135c
5 changed files with 4334 additions and 1607 deletions
|
|
@ -873,10 +873,10 @@ MODULE moduleInput
|
|||
IF (.NOT. found) CALL criticalError("missing parameter 'crossSection' for neutrals in ionization", 'readBoundary')
|
||||
|
||||
CALL config%get(object // '.electronSecondary', electronSecondary, found)
|
||||
electronSecondaryID = speciesName2Index(electronSecondary)
|
||||
IF (found) THEN
|
||||
electronSecondaryID = speciesName2Index(electronSecondary)
|
||||
CALL initIonization(self, me/m_ref, m0, n0, v0, T0, &
|
||||
speciesID, effTime, crossSection, eThreshold,electronSecondaryID)
|
||||
speciesID, effTime, crossSection, eThreshold, electronSecondaryID)
|
||||
|
||||
ELSE
|
||||
CALL initIonization(self, me/m_ref, m0, n0, v0, T0, &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue