Files
OpenFOAM-12/etc/caseDicts/setConstraintTypes
2024-07-06 16:02:47 +01:00

75 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
cyclic
{
type cyclic;
}
cyclicSlip
{
type cyclicSlip;
}
nonConformalCyclic
{
type nonConformalCyclic;
value $internalField;
}
nonConformalError
{
type nonConformalError;
}
empty
{
type empty;
}
processor
{
type processor;
value $internalField;
}
processorCyclic
{
type processorCyclic;
value $internalField;
}
nonConformalProcessorCyclic
{
type nonConformalProcessorCyclic;
value $internalField;
}
symmetryPlane
{
type symmetryPlane;
}
symmetry
{
type symmetry;
}
wedge
{
type wedge;
}
internal
{
type internal;
}
// ************************************************************************* //