View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003807 | OpenFOAM | Bug | public | 2022-02-17 13:22 | 2022-02-18 16:36 |
Reporter | peksa | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 18.04 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003807: userTime conversion and cut-plane sampling issue | ||||
Description | Dear developers, When utilising the userTime conversion in controlDict, the surface sampling fails to write at user-given time intervals. The issue may rise due to usage of mesh based time name in sampledSurfaces.C ? | ||||
Steps To Reproduce | - Copy kivaTest tutorial from tutorials/combustion/XiFoam/RAS/kivaTest - add the following cuttingPlane function object to controlDict /* ---------------------------------------------- */ cuttingPlane { type surfaces; libs ("libsampling.so"); writeControl runTime; //writeInterval 1e-5; // WORKS writeInterval 1; // DOES NOT WORK surfaceFormat vtk; fields ( p U ); interpolationScheme cellPoint; surfaces ( zNormal { type cuttingPlane; planeType pointAndNormal; point (0 0 0); normal (0 1 0); interpolate true; } ); } /* ---------------------------------------------- */ - Run by executing XiFoam - No cutplanes are produced with 1 CAD time intervals - change writeInterval to 1e-5 (relevant physical time) and run again. - Now cut-planes are produced. | ||||
Tags | No tags attached. | ||||