Packaged function objects: added a Description entry
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Web: www.OpenFOAM.org
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Description
|
||||
Writes out files of streamlines with interpolated field data in VTK format.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
streamlines
|
||||
|
||||
@ -1,9 +1,17 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Web: www.OpenFOAM.org
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Description
|
||||
Writes out surface files with interpolated field data in VTK format, e.g.
|
||||
cutting planes, iso-surfaces and patch boundary surfaces.
|
||||
|
||||
This file includes a selection of example surfaces, each of which the user
|
||||
should configure and/or remove.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
surfaces
|
||||
|
||||
Reference in New Issue
Block a user