From 9d2ae3da67aa9dee2f299aad3f39ef6f229b4952 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 8 May 2023 10:08:43 +0200 Subject: [PATCH] CONFIG: remove optional 'value' entry from setConstraintTypes template - processor types automatically handle a missing 'value' as patchInternalField, so no need having it in the setConstraintTypes template as well. --- etc/caseDicts/setConstraintTypes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/caseDicts/setConstraintTypes b/etc/caseDicts/setConstraintTypes index 51f17fe28c..fe179553cd 100644 --- a/etc/caseDicts/setConstraintTypes +++ b/etc/caseDicts/setConstraintTypes @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v2212 | +| \\ / O peration | Version: v2306 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -40,13 +40,11 @@ nonuniformTransformCyclic processor { type processor; - value $internalField; } processorCyclic { type processorCyclic; - value $internalField; } symmetryPlane