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 commits569fa31dand420866cffor more explanation, instructions on updating, and relevant tutorial cases.
80 lines
1.1 KiB
C++
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;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|