openfoam/etc/caseDicts/setConstraintTypes
Mark Olesen 9d2ae3da67 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.
2023-05-09 14:51:43 +02:00

72 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
cyclic
{
type cyclic;
}
cyclicAMI
{
type cyclicAMI;
}
cyclicACMI
{
type cyclicACMI;
value $internalField;
}
cyclicSlip
{
type cyclicSlip;
}
empty
{
type empty;
}
nonuniformTransformCyclic
{
type nonuniformTransformCyclic;
}
processor
{
type processor;
}
processorCyclic
{
type processorCyclic;
}
symmetryPlane
{
type symmetryPlane;
}
symmetry
{
type symmetry;
}
wedge
{
type wedge;
}
overset
{
type overset;
}
// ************************************************************************* //