Files
openfoam/etc/caseDicts/setConstraintTypes
Henry 3f5eda25f0 symmetryPlane: add symmetryPlane as a special type of symmetry condition applied to a single plane
The standard/previous general symmetry type is now named symmetry
    both in class and lookup name for consistency.  The rigorous
    symmetryPlane type is needed for moving-mesh cases in which the
    motion it constrained by one or two planes.
2013-12-06 15:45:11 +00:00

66 lines
1.0 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
cyclic
{
type cyclic;
}
cyclicAMI
{
type cyclicAMI;
}
cyclicACMI
{
type cyclicACMI;
}
cyclicSlip
{
type cyclicSlip;
}
empty
{
type empty;
}
nonuniformTransformCyclic
{
type nonuniformTransformCyclic;
}
processor
{
type processor;
}
processorCyclic
{
type processorCyclic;
}
symmetryPlane
{
type symmetryPlane;
}
symmetry
{
type symmetry;
}
wedge
{
type wedge;
}
// ************************************************************************* //