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.
This commit is contained in:
parent
d22c206226
commit
9d2ae3da67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user