Ensight surface writer does not write fields
I'm running cavity with attached controlDict. It writes Ensight files to postProcessing/ but these are not referenced in the .case file so never loaded. (I think)
I'm running cavity with attached controlDict. It writes Ensight files to postProcessing/ but these are not referenced in the .case file so never loaded. (I think)
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Writing with collatedTImes = true looks fine. Eg,
Surf1/Surf1.case <- references geometry and {p,U} variables for all times
Surf1/Surf1.00000.mesh
Surf1/Surf1.00000.{p,U}
...
Surf1/Surf1.00100.{p,U}
But with collatedTimes = false, the structure is indeed destroyed. But the structure in the older version (Nov 2015) is not really great either (lots of duplication). Eg,
time/Surf1.0000.case <- references geometry only
time/Surf1.0000.mesh
time/p/Surf1.0000.case <- references geometry and p at 1 time-value
time/p/Surf1.0000.mesh
time/U/Surf1.0000.p
time/U/Surf1.0000.case <- references geometry and U at 1 time-value
time/U/Surf1.0000.mesh
time/U/Surf1.0000.U
We thus have nVariables+1 geometry files for each time step. Is there a use case for this type of layout? Or should it just be eliminated?
mentioned in commit ab82f83896db89eceda2abe1c13014727357c4ad
Milestone changed to %Version v1612
By Andrew Heather on 2016-07-20T11:55:35 (imported from GitLab project)
Status changed to closed