foam2Columns icon indicating copy to clipboard operation
foam2Columns copied to clipboard

postProcessing tool for OpenFOAM, transform OpenFOAM fields to one single file by columns

Results 1 foam2Columns issues
Sort by recently updated
recently updated
newest added

Nice jobs! One suggestion of mine is to change ```cpp forAll (allScalarFields[0], cellI) ``` to ```cpp forAll (mesh.C(), cellI) ``` to get rid of the error when you only want...