mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: default to collateTimes on for ensight output
- the uncollated version becomes quite difficult to process. Caveat: cannot use "collateTimes true" for non-static geometries
This commit is contained in:
@ -71,7 +71,7 @@ formatOptions
|
||||
{
|
||||
// ascii/binary format
|
||||
format ascii;
|
||||
//collateTimes true; // write single file containing multiple timesteps
|
||||
collateTimes true; // write single file containing multiple timesteps
|
||||
// (only for static surfaces)
|
||||
}
|
||||
vtk
|
||||
|
||||
Reference in New Issue
Block a user