From a9aac02fdcca6c8b50b2b2176502afa3cbc8ec09 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 15 Jun 2020 10:56:43 +0200 Subject: [PATCH] FEM: constraint fluid boundary, add comment --- src/Mod/Fem/App/FemConstraintFluidBoundary.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp b/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp index 77e321f8d2..a34dc50772 100644 --- a/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp +++ b/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp @@ -43,6 +43,8 @@ using namespace Fem; PROPERTY_SOURCE(Fem::ConstraintFluidBoundary, Fem::Constraint) +// see forum topic: https://forum.freecadweb.org/viewtopic.php?&p=407901 + // also defined in TaskFemConstraintFluidBoundary.cpp and FoamCaseBuilder/BasicBuilder.py, update simultaneously // the second (index 1) item is the default enum, as index 0 causes compiling error static const char* BoundaryTypes[] = {"inlet","wall","outlet","interface","freestream", NULL};