mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
74 lines
1.0 KiB
C++
74 lines
1.0 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 6
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
cyclic
|
|
{
|
|
type cyclic;
|
|
}
|
|
|
|
cyclicAMI
|
|
{
|
|
type cyclicAMI;
|
|
}
|
|
|
|
cyclicACMI
|
|
{
|
|
type cyclicACMI;
|
|
value $internalField;
|
|
}
|
|
|
|
cyclicSlip
|
|
{
|
|
type cyclicSlip;
|
|
}
|
|
|
|
empty
|
|
{
|
|
type empty;
|
|
}
|
|
|
|
nonuniformTransformCyclic
|
|
{
|
|
type nonuniformTransformCyclic;
|
|
}
|
|
|
|
cyclicRepeatAMI
|
|
{
|
|
type cyclicRepeatAMI;
|
|
}
|
|
|
|
processor
|
|
{
|
|
type processor;
|
|
value $internalField;
|
|
}
|
|
|
|
processorCyclic
|
|
{
|
|
type processorCyclic;
|
|
value $internalField;
|
|
}
|
|
|
|
symmetryPlane
|
|
{
|
|
type symmetryPlane;
|
|
}
|
|
|
|
symmetry
|
|
{
|
|
type symmetry;
|
|
}
|
|
|
|
wedge
|
|
{
|
|
type wedge;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|