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,34 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
// plot3dToFoam tool definition
|
||||
|
||||
description "Converts Plot3d mesh (ascii format) to OpenFOAM";
|
||||
|
||||
plot3dToFoamDict
|
||||
{
|
||||
type dictionary;
|
||||
description "plot3dToFoam control dictionary";
|
||||
dictionaryPath "system";
|
||||
|
||||
entries
|
||||
{
|
||||
arguments
|
||||
{
|
||||
type rootCaseArguments;
|
||||
entries
|
||||
{
|
||||
include "$FOAMX_CONFIG/entries/arguments/meshFile.cfg";
|
||||
include "$FOAMX_CONFIG/entries/arguments/scale.cfg";
|
||||
include "$FOAMX_CONFIG/entries/arguments/noBlank.cfg";
|
||||
include "$FOAMX_CONFIG/entries/arguments/singleBlock.cfg";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user