mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removing FoamX
This commit is contained in:
@ -1,60 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
// mirrorMesh tool definition
|
||||
|
||||
description "Mirror a mesh around a given plane";
|
||||
|
||||
mirrorMeshDict
|
||||
{
|
||||
type dictionary;
|
||||
description "mirrorMesh control dictionary";
|
||||
dictionaryPath "system";
|
||||
|
||||
entries
|
||||
{
|
||||
arguments
|
||||
{
|
||||
type rootCaseArguments;
|
||||
}
|
||||
|
||||
planeType
|
||||
{
|
||||
type word;
|
||||
default pointAndNormal;
|
||||
valueList
|
||||
(
|
||||
pointAndNormal
|
||||
);
|
||||
}
|
||||
|
||||
pointAndNormalDict
|
||||
{
|
||||
type dictionary;
|
||||
entries
|
||||
{
|
||||
basePoint
|
||||
{
|
||||
type vector;
|
||||
}
|
||||
|
||||
normalVector
|
||||
{
|
||||
type vector;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
planeTolerance
|
||||
{
|
||||
type scalar;
|
||||
default 1e-03;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user