OpenFOAM
8
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
IOobject io
3
(
4
"points"
,
5
runTime
.timeName(),
6
polyMesh::meshSubDir,
7
mesh
8
);
9
10
if
(io.typeHeaderOk<
pointIOField
>(
true
))
11
{
12
// Read new points
13
io.readOpt() = IOobject::MUST_READ;
14
mesh
.movePoints(
pointIOField
(io));
15
}
16
}
Foam::pointIOField
vectorIOField pointIOField
pointIOField is a vectorIOField.
Definition:
pointIOField.H:42
runTime
engineTime & runTime
Definition:
createEngineTime.H:13
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
applications
utilities
postProcessing
dataConversion
foamToEnsightParts
moveMesh.H
Generated by
1.8.13