removing FoamX

This commit is contained in:
andy
2008-06-04 13:40:02 +01:00
parent f2d95a4dff
commit 168c7e1ca9
2544 changed files with 40 additions and 170520 deletions

View File

@ -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;
}
}
}
// ************************************************************************* //

View File

@ -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";
}
}
// ************************************************************************* //

View File

@ -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";
}
// ************************************************************************* //