Hello,
When I was learning to use svFSIplus, I was not very clear about the meaning of the data in the histor.dat. I couldn't find relevant explanations on the GitHub webpage provided. I would like to inquire about the meanings of these symbols and understand how to determine if the equation is converging. Are there any documents available for reference?
Any help would be greatly appreciated.
Sincerely,
Lina
What's the meaning of histor.dat
What's the meaning of histor.dat
- Attachments
-
- histor.png (125.16 KiB) Viewed 654 times
- David Parker
- Posts: 1716
- Joined: Tue Aug 23, 2005 2:43 pm
Re: What's the meaning of histor.dat
Hi Lina,
The histor.dat file contains equation names, iteration count, execution time, nonlinear residuals and the number of linear solve iterations. There is no detailed description of these values as far as I know. You will need to look at the source code
to fully understand how these values are computed.
Cheers,
Dave
The histor.dat file contains equation names, iteration count, execution time, nonlinear residuals and the number of linear solve iterations. There is no detailed description of these values as far as I know. You will need to look at the source code
Code: Select all
grep FSILS svFSIplus/Code/Source/svFSI/*
Cheers,
Dave