HiFiLES / HiFiLES-solver

High Fidelity Large Eddy Simulation Solver
Other
172 stars 131 forks source link

Help for Inupt_file #62

Closed yilvqingyan closed 8 years ago

yilvqingyan commented 9 years ago

Hi Could anybody heip me?How to output the file of Cd and Cl.I read the eles.cpp in 6088:"//Need to add a reference area to the input file...Not needed for Cp/Cf."but I don't understand that. Sincerely. Chen.

mlopez14 commented 9 years ago

The values of C_d and C_l can be found in the history.plt file. They are output every time the residual is output. The headers in the file tell you which quantity is which.

yilvqingyan commented 9 years ago

Hi Thank you very much.I have read the file.but there are always some error in the history.plt file in different case or in different condition in the same case.sometimes,in the line 23 or others.Don't open by Tecplot.I don't know why.Could you explain the reason? sincerely. Chen

mlopez14 commented 9 years ago

It is currently not outputting properly formatted files for Tecplot. As a workaround, I have been removing the first two lines and reading the file using the 'load' function in Matlab.

On Fri, May 22, 2015 at 12:15 AM, yilvqingyan notifications@github.com wrote:

Hi Thank you very much.I have read the file.but there are always some error in the history.plt file in different case or in different condition in the same case.sometimes,in the line 23 or others.Don't open by Tecplot.I don't know why.Could you explain the reason? sincerely. Chen

— Reply to this email directly or view it on GitHub https://github.com/HiFiLES/HiFiLES-solver/issues/62#issuecomment-104544591 .

yilvqingyan commented 9 years ago

Thank you very much. Sincerely. chen