Exemple #1
0
    def applyBoundaryConditions(self):
        Solver.applyBoundaryConditions(self)

        import mpi
        rank = mpi.world().rank

        self.coupler.exchangeBoundary()
        self.generator.updatePressure(self.coupler.boundary)
        self.coupler.exchangeFields()

        return
Exemple #2
0
    def applyBoundaryConditions(self):
        Solver.applyBoundaryConditions(self)
    
        import mpi
        rank = mpi.world().rank

        self.coupler.exchangeBoundary()
        self.generator.updatePressure(self.coupler.boundary)
        self.coupler.exchangeFields()
    
        return
Exemple #3
0
 def applyBoundaryConditions(self):
     Solver.applyBoundaryConditions(self)
     self.coupler.exchangeBoundary()
     self.coupler.exchangeFields()
     return
Exemple #4
0
 def applyBoundaryConditions(self):
     Solver.applyBoundaryConditions(self)
     self.coupler.exchangeBoundary()
     self.coupler.exchangeFields()
     return