From: michael Date: Wed, 20 Jan 2021 11:46:13 +0000 (+0100) Subject: Updated boundary name X-Git-Tag: V9_7_0~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fd1fb8cb4f7e1c27c1bd48045a1a5ec84f6edd3c;p=tools%2Fsolverlab.git Updated boundary name --- diff --git a/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_HEXAGON.py b/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_HEXAGON.py index 89bf60c..22a02a9 100755 --- a/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_HEXAGON.py +++ b/CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_HEXAGON.py @@ -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);