Recovered the ouflowBoundary code

This commit is contained in:
Jorge Gonzalez 2026-03-12 20:09:34 +01:00
commit e54c86a952
4 changed files with 52 additions and 2 deletions

View file

@ -900,6 +900,9 @@ MODULE moduleInput
call initQuasiNeutrality(bound, s_incident)
CASE('outflowAdaptive')
ALLOCATE(boundaryOutflowAdaptive:: bound)
CASE DEFAULT
CALL criticalError('Boundary type ' // bType // ' undefined', 'readBoundary')