Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7ee9c3b8
Commit
7ee9c3b8
authored
Dec 17, 2018
by
Mark OLESEN
Browse files
TUT: add vtkWrite to movingCone
parent
a85fb097
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/pimpleFoam/laminar/movingCone/system/controlDict
View file @
7ee9c3b8
...
...
@@ -52,6 +52,7 @@ maxCo 0.2;
functions
{
#include "cuttingPlane"
#include "vtkWrite"
}
// ************************************************************************* //
tutorials/incompressible/pimpleFoam/laminar/movingCone/system/vtkWrite
0 → 100644
View file @
7ee9c3b8
// -*- C++ -*-
// Minimal example of using the vtkWrite function object.
vtkWrite
{
type vtkWrite;
libs ("libutilityFunctionObjects.so");
writeControl writeTime;
boundary false;
// Fields to output (words or regex)
fields (U p "(k|epsilon|omega)");
}
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment