]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Updated boundary name
authormichael <michael@localhost.localdomain>
Wed, 20 Jan 2021 11:46:13 +0000 (12:46 +0100)
committermichael <michael@localhost.localdomain>
Wed, 20 Jan 2021 11:46:13 +0000 (12:46 +0100)
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_HEXAGON.py

index 89bf60c4e0bab7292d28e765bdc348ec7971853d..22a02a98f75c609c5db0b78ba179e2d3f4a381ab 100755 (executable)
@@ -42,7 +42,7 @@ def SinglePhase_2DSphericalExplosion_HEXAGON():
        wallVelocityY=0;
        wallTemperature=InitialTemperature;
 
-       myProblem.setWallBoundaryCondition("boundaries", wallTemperature, wallVelocityX, wallVelocityY);
+       myProblem.setWallBoundaryCondition("BoundaryFaces", wallTemperature, wallVelocityX, wallVelocityY);
 
        # set the numerical method
        myProblem.setNumericalScheme(cf.upwind, cf.Explicit);