ENH: setConstraintTypes: case dictionary for setting constraints

This commit is contained in:
mattijs
2012-09-10 14:25:07 +01:00
parent d1cdf12be4
commit 73b7ef0cf6

View File

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