From d087f94d433814812b86df4b0df22d330fed8e6b Mon Sep 17 00:00:00 2001 From: Guanyang Xue <> Date: Wed, 27 Oct 2021 09:38:30 +0100 Subject: [PATCH] INT: fluent.*ToFoam: add support for ';' in schemes expressions (#2249) --- .../mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L | 4 ++-- .../mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L index 98d751ee0df..9c04d27d479 100644 --- a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L +++ b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L @@ -5,7 +5,7 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2016 OpenFOAM Foundation + Copyright (C) 2011-2019 OpenFOAM Foundation Copyright (C) 2021 OpenCFD Ltd. ------------------------------------------------------------------------------- License @@ -160,7 +160,7 @@ dash "-" dotColonDash [.:-] commaPipe [,\|] -schemeSpecialInitial [!$%&*/\\:<=>?~_^#.@'] +schemeSpecialInitial [!$%&*/\\:;<=>?~_^#.@'] schemeSpecialSubsequent [.+-] schemeSymbol (({some_space}|{alpha}|{quote}|{schemeSpecialInitial})({alpha}|{quote}|{digit}|{schemeSpecialInitial}|{schemeSpecialSubsequent})*) diff --git a/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L b/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L index 8d70aa39f96..dadc1804891 100644 --- a/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L +++ b/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L @@ -5,7 +5,7 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2019 OpenFOAM Foundation Copyright (C) 2020-2021 OpenCFD Ltd. ------------------------------------------------------------------------------- License @@ -134,7 +134,7 @@ quote \" dash "-" dotColonDash [.:-] -schemeSpecialInitial [!$%&*/:<=>?~_^#.] +schemeSpecialInitial [!$%&*/:;<=>?~_^#.] schemeSpecialSubsequent [.+-] schemeSymbol (({some_space}|{alpha}|{quote}|{schemeSpecialInitial})({alpha}|{quote}|{digit}|{schemeSpecialInitial}|{schemeSpecialSubsequent})*) -- GitLab