OpenFOAM
10
The OpenFOAM Foundation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
moveMesh.H
Go to the documentation of this file.
1
{
2
typeIOobject<pointIOField> io
3
(
4
"points"
,
5
runTime.timeName(),
6
polyMesh::meshSubDir,
7
mesh
8
);
9
10
if
(io.headerOk())
11
{
12
// Read new points
13
io.readOpt() = IOobject::MUST_READ;
14
mesh
.setPoints(
pointIOField
(io));
15
}
16
}
Foam::pointIOField
vectorIOField pointIOField
pointIOField is a vectorIOField.
Definition:
pointIOField.H:42
mesh
fvMesh & mesh
Definition:
createMeshesPostProcess.H:9
applications
utilities
postProcessing
dataConversion
foamToEnsightParts
moveMesh.H
Generated by
1.8.13