Small correction to input. Adjustment of ALPHIE_Grid case

This commit is contained in:
Jorge Gonzalez 2026-03-03 14:50:09 +01:00
commit a89853135c
5 changed files with 4334 additions and 1607 deletions

View file

@ -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, &