foamFormatConvert: Updated conversion of faces to read faceCompactIOList

This commit is contained in:
Henry Weller
2024-07-03 14:56:37 +01:00
parent 06a9c3858d
commit 28ee79e7a4

View File

@ -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.