Skip to content
Snippets Groups Projects
Commit 73b7ef0c authored by mattijs's avatar mattijs
Browse files

ENH: setConstraintTypes: case dictionary for setting constraints

parent d1cdf12b
No related merge requests found
/*--------------------------------*- 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;
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment