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,38 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
// createPatch tool definition
|
||||
|
||||
description "Utility to create patches out of selected boundary faces";
|
||||
|
||||
createPatchDict
|
||||
{
|
||||
type dictionary;
|
||||
description "createPatch control dictionary";
|
||||
dictionaryPath "system";
|
||||
|
||||
types
|
||||
{
|
||||
include "patchDescription.cfg";
|
||||
}
|
||||
|
||||
entries
|
||||
{
|
||||
arguments
|
||||
{
|
||||
type rootCaseArguments;
|
||||
}
|
||||
|
||||
patches
|
||||
{
|
||||
type list;
|
||||
elementType patchDescription;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -1,58 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
patchDescription
|
||||
{
|
||||
type dictionary;
|
||||
description "Description of operation to create patch";
|
||||
entries
|
||||
{
|
||||
name
|
||||
{
|
||||
type word;
|
||||
description "Name of new patch";
|
||||
}
|
||||
|
||||
type
|
||||
{
|
||||
type word;
|
||||
description "Type of new patch";
|
||||
valueList
|
||||
(
|
||||
patch
|
||||
cyclic
|
||||
symmetryPlane
|
||||
wedge
|
||||
wall
|
||||
empty
|
||||
);
|
||||
}
|
||||
|
||||
constructFrom
|
||||
{
|
||||
type word;
|
||||
description "What the patch is constructed from";
|
||||
valueList
|
||||
(
|
||||
patches
|
||||
set
|
||||
);
|
||||
}
|
||||
|
||||
patches
|
||||
{
|
||||
type list;
|
||||
description "patch names for constructFrom patches";
|
||||
elementType word;
|
||||
}
|
||||
|
||||
include "set.cfg";
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -1,15 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
set
|
||||
{
|
||||
type word;
|
||||
description "faceSet file name";
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user