mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: collated ensight not working with isosurfaces (closes #318)
- the problem arises since the various surface writers are stateless. The collated output format hacks around this limitation by adding in its own fieldDict caching (to disk). Now include an updateMesh() method to hook into geometry changes. This is considered a stop-gap measure until the surface output handling is improved.
This commit is contained in:
@ -52,6 +52,7 @@ runTimeModifiable true;
|
||||
functions
|
||||
{
|
||||
#include "sampling"
|
||||
// #include "samplingDebug"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ debug
|
||||
ensight
|
||||
{
|
||||
collateTimes true;
|
||||
// collateTimes false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user