37 lines
1.4 KiB
INI
37 lines
1.4 KiB
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
// writeMeshObj tool definition
|
|
|
|
description "Writes mesh to 3 separate OBJ files for an OBJ viewer";
|
|
|
|
writeMeshObjDict
|
|
{
|
|
type dictionary;
|
|
description "writeMeshObj control dictionary";
|
|
dictionaryPath "system";
|
|
|
|
entries
|
|
{
|
|
arguments
|
|
{
|
|
type rootCaseTimeArguments;
|
|
entries
|
|
{
|
|
include "$FOAMX_CONFIG/entries/arguments/faceSet.cfg";
|
|
include "$FOAMX_CONFIG/entries/arguments/cellSet.cfg";
|
|
include "$FOAMX_CONFIG/entries/arguments/face.cfg";
|
|
include "$FOAMX_CONFIG/entries/arguments/cell.cfg";
|
|
include "$FOAMX_CONFIG/entries/arguments/point.cfg";
|
|
include "$FOAMX_CONFIG/entries/arguments/patchFaces.cfg";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|