foamFormatConvert: Updated conversion of faces to read faceCompactIOList
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -280,12 +280,7 @@ int main(int argc, char *argv[])
|
|||||||
);
|
);
|
||||||
writeMeshObject<labelIOList>("owner", meshDir, runTime);
|
writeMeshObject<labelIOList>("owner", meshDir, runTime);
|
||||||
writeMeshObject<labelIOList>("neighbour", meshDir, runTime);
|
writeMeshObject<labelIOList>("neighbour", meshDir, runTime);
|
||||||
writeMeshObject<faceCompactIOList, faceIOList>
|
writeMeshObject<faceCompactIOList>("faces", meshDir, runTime);
|
||||||
(
|
|
||||||
"faces",
|
|
||||||
meshDir,
|
|
||||||
runTime
|
|
||||||
);
|
|
||||||
writeMeshObject<pointIOField>("points", meshDir, runTime);
|
writeMeshObject<pointIOField>("points", meshDir, runTime);
|
||||||
// Write boundary in ascii. This is only needed for fileHandler to
|
// Write boundary in ascii. This is only needed for fileHandler to
|
||||||
// kick in. Should not give problems since always writing ascii.
|
// kick in. Should not give problems since always writing ascii.
|
||||||
|
|||||||
Reference in New Issue
Block a user