Files
openfoam/etc/caseDicts/setConstraintTypes
Henry Weller 6ba5b46d0f setConstraintTypes: Provide a "value" entry for ACMI
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2083
2016-05-06 14:09:44 +01:00

69 lines
1.1 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;
value $internalField;
}
cyclicSlip
{
type cyclicSlip;
}
empty
{
type empty;
}
nonuniformTransformCyclic
{
type nonuniformTransformCyclic;
}
processor
{
type processor;
value $internalField;
}
processorCyclic
{
type processorCyclic;
value $internalField;
}
symmetryPlane
{
type symmetryPlane;
}
symmetry
{
type symmetry;
}
wedge
{
type wedge;
}
// ************************************************************************* //