Recovered the ouflowBoundary code
This commit is contained in:
parent
6828f1ef96
commit
e54c86a952
4 changed files with 52 additions and 2 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue