View Issue Details

IDProjectCategoryView StatusLast Update
0004169OpenFOAMBugpublic2024-10-29 10:39
Reporterblttkgl Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Versiondev 
Summary0004169: checkMesh function object cannot write surfaces without sets
Descriptionthe checkMesh function object does not write surfaces under postProcessing folder, without writing the sets to disk is also activated.

This option executes the function object, but will not write surfaces under postProcessing:
#includeFunc checkMesh(executeControl=adjustableRunTime, executeInterval=5, writeSurfaces=yes, surfaceFormat=vtk)

This option executes the function object, and will write both surfaces and sets, which is not desired when the executeInterval is very small (e.g., every time step)
#includeFunc checkMesh(executeControl=adjustableRunTime, executeInterval=5, writeSurfaces=yes, surfaceFormat=vtk, writeSets=yes, setFormat=vtk)

Steps To ReproduceExecute ./Allrun in the attached example by changing the checkMesh definition under system/functions
TagsNo tags attached.

Activities

blttkgl

2024-10-29 10:13

reporter  

engine2Valve2D.tar.gz (6,573 bytes)

henry

2024-10-29 10:39

manager   ~0013439

Development request, please contact CFD Direct directly.

Issue History

Date Modified Username Field Change
2024-10-29 10:13 blttkgl New Issue
2024-10-29 10:13 blttkgl File Added: engine2Valve2D.tar.gz
2024-10-29 10:39 henry Assigned To => henry
2024-10-29 10:39 henry Status new => closed
2024-10-29 10:39 henry Resolution open => no change required
2024-10-29 10:39 henry Note Added: 0013439