Skip to content
Snippets Groups Projects
Commit 0b9ff0aa authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: add trailing commas to proSTAR *.inp to cope with STARCCM+ read bug

parent 7a2bf628
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd.
\\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -91,7 +91,7 @@ void Foam::fileFormats::STARCDsurfaceFormatCore::writeCase
forAll(zoneLst, zoneI)
{
os << "ctable " << zoneI + 1 << " shell" << nl
os << "ctable " << zoneI + 1 << " shell" << " ,,,,,," << nl
<< "ctname " << zoneI + 1 << " "
<< zoneLst[zoneI].name() << nl;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment