Skip to content

actuationDiskSource: a missing tab

Hello,

There is a missing tab in the output stream of actuationDiskSource after Ct. Please check Line 241 in actuationDiskSourceTemplates.C.

It should be

        os  << Uref << tab << Cp << tab << Ct << tab
            << Udisk << tab << CpStar << tab << CtStar << tab << T << tab << P
            << endl;

Also, I'm not sure if last tab in line 130 is necessary according to OF-style.

Sorry for reporting such small issue.