Skip to content

forceCoeffs writes untabbed output

Functionality to add/problem to solve

forceCoeffs writes untabbed output so 'CmRoll','CmPitch' etc. are not on same line as 'Cd','Cs' etc. Problem is writeIntegratedData writes 7 spaces (hardcoded) after title.

    writeIntegratedData("CmRoll", rollMomentCoeffs);
    writeIntegratedData("CmPitch", pitchMomentCoeffs);
    writeIntegratedData("CmYaw", yawMomentCoeffs);

Proposal

Fix forceCoeffs.C

@Prashant

Edited by Mattijs Janssens