FreeFOAM The Cross-Platform CFD Toolkit
splitMesh.C File Reference

Splits mesh by making internal faces external. More...


Detailed Description

Splits mesh by making internal faces external.

Uses attachDetach. Generates a meshModifier of the form:

Splitter { type attachDetach; faceZoneName membraneFaces; masterPatchNamemasterPatch; slavePatchName slavePatch; triggerTimes runTime.value(); }

so will detach at the current time and split all faces in membraneFaces into masterPatch and slavePatch (which have to be present but of 0 size)

Usage
  • splitMesh [OPTIONS] <face set> <masterPatch> <slavePatch>
Parameters:
\<faceset>
Todo:
Detailed description of argument.
Parameters:
\<masterPatch\>
Todo:
Detailed description of argument.
Parameters:
\<slavePatch\>
Todo:
Detailed description of argument.
Parameters:
-overwrite
Overwrite existing data.
-case<dir>
Case directory.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file splitMesh.C.

+ Include dependency graph for splitMesh.C:

Go to the source code of this file.