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,25 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
boxToCell
|
||||
{
|
||||
type
|
||||
{
|
||||
include "../../../mesh/manipulation/cellSet/FoamX/boxToCell.cfg";
|
||||
}
|
||||
|
||||
entries
|
||||
{
|
||||
fieldValues
|
||||
{
|
||||
type fieldValues;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -1,57 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// cellSet tool definition
|
||||
|
||||
description "Initialise fields based on parameters specified in setFieldsDict";
|
||||
|
||||
setFieldsDict
|
||||
{
|
||||
type dictionary;
|
||||
description "cellSet control dictionary";
|
||||
dictionaryPath "system";
|
||||
|
||||
types
|
||||
{
|
||||
include "$FOAMX_CONFIG/entries/fieldValues/fieldValues.cfg";
|
||||
}
|
||||
|
||||
entries
|
||||
{
|
||||
arguments
|
||||
{
|
||||
type rootCaseTimeArguments;
|
||||
}
|
||||
|
||||
defaultFieldValues
|
||||
{
|
||||
type fieldValues;
|
||||
}
|
||||
|
||||
regions
|
||||
{
|
||||
type list;
|
||||
description "list of regions";
|
||||
|
||||
elementType
|
||||
{
|
||||
regionType
|
||||
{
|
||||
type selection;
|
||||
|
||||
entries
|
||||
{
|
||||
include "boxToCellFields.cfg";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user