mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Add the OpenFOAM source tree
This commit is contained in:
65
etc/caseDicts/setConstraintTypes
Normal file
65
etc/caseDicts/setConstraintTypes
Normal file
@ -0,0 +1,65 @@
|
||||
/*--------------------------------*- 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;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user