Files
OpenFOAM-12/etc/caseDicts/setConstraintTypes
Will Bainbridge b4b8b212bf cyclicACMI, cyclicRepeatAMI: Removed
The functionality provided by 'cyclicACMI' and 'cyclicRepeatAMI' has
been entirely superseded by non-conformal coupled (NCC). All references
to 'cyclicACMI' and 'cyclicRepeatAMI' have therefore been removed.

See previous commits 569fa31d and 420866cf for more explanation,
instructions on updating, and relevant tutorial cases.
2022-05-18 10:26:34 +01:00

80 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
cyclic
{
type cyclic;
}
cyclicAMI
{
type cyclicAMI;
}
cyclicSlip
{
type cyclicSlip;
}
nonConformalCyclic
{
type nonConformalCyclic;
value $internalField;
}
nonConformalError
{
type nonConformalError;
}
nonConformalProcessorCyclic
{
type nonConformalProcessorCyclic;
value $internalField;
}
empty
{
type empty;
}
processor
{
type processor;
value $internalField;
}
processorCyclic
{
type processorCyclic;
value $internalField;
}
symmetryPlane
{
type symmetryPlane;
}
symmetry
{
type symmetry;
}
wedge
{
type wedge;
}
internal
{
type internal;
}
// ************************************************************************* //