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:
@ -70,7 +70,7 @@ Description
|
||||
{
|
||||
ensight
|
||||
{
|
||||
collateTimes 1;
|
||||
collateTimes true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -62,7 +62,7 @@ surfaceNoiseCoeffs
|
||||
{
|
||||
ensight
|
||||
{
|
||||
collateTimes 1;
|
||||
collateTimes true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user