Commit 47119555 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Rest of fix for parallel models

parent cca4b9c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@ def writeDeck(model):
      else:
         notrans = 0

   if model.setInitialConditionsMassFluxCalled:
   if model.setInitialConditionsMassFluxCalled or model.channelsInDomain:
      # If the user asked to use mass flux or if this is a parallel model, we need to specify massflux
      massFluxInit = model.massFlux
      mflx = 1
      mdotInit = 0.0