From fd1fb8cb4f7e1c27c1bd48045a1a5ec84f6edd3c Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 20 Jan 2021 12:46:13 +0100 Subject: [PATCH] Updated boundary name --- .../SinglePhase/SinglePhase_2DSphericalExplosion_HEXAGON.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2