How to convert *stats.hsol #164
-
Dear prof. Gonzalo
Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Dear Dewu, Converting stats.hsol files to tec works similar to normal (instantanous) hsol files. You need to specify the actual file (with correct relative or absolute path) and whether you want some specifics, i.e. variables, p order, etc. This is an example running it from the RESULTS directory: Did you get an specific error? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, Seems that there are more variables in the hsol that the standard. Are you saving the gradients in the simulation? If that is the case, you can use a control file, similar to this: and run it like: Hope it helps. Best regards, |
Beta Was this translation helpful? Give feedback.
Hi,
Seems that there are more variables in the hsol that the standard. Are you saving the gradients in the simulation?
If that is the case, you can use a control file, similar to this:
hmesh file = "../MESH/case_name.hmesh"
hsol file = "./case_name.hsol"
output variables = Sxx,Syy,Szz,Vmean
output mode = FE
dimensionless = .true.
has gradients = .true.
and run it like:
/horses2plt file_name.control from the RESULTS directory.
Hope it helps.
Best regards,
Oscar