View Issue Details

IDProjectCategoryView StatusLast Update
0000901OpenFOAMBugpublic2013-07-10 09:20
Reporteruser352Assigned Touser4 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformMACOSOS XOS Version10.6.8
Summary0000901: Sampling along a circular path fails if not all points are in the domain
DescriptionI believe it was in OF 2.1.x, the ability to sample along a circular path was introduced.
/src/sampling/sampledSet/circle

I commonly use this to sample data from periodic simulations, where only a portion of the circle being sampled will be covered by the computational domain. In 2.1.x, an error was given for each point not found in the domain, but the file was still written containing the points that did fall in the domain.

In 2.2.x, no file is written.
Steps To ReproduceI have included an example case using the tutorials/incompressible/pipeCyclic example. Just run the AllRun script in OF2.1.x and OF2.2.x and see the difference.
TagsNo tags attached.

Activities

user352

2013-06-26 22:38

 

user4

2013-06-28 10:32

  ~0002296

Works fine for me (22x) : it writes postProcessing/sets/0/line_r4.5_p.xy

user352

2013-06-28 15:09

  ~0002297

Now I see it. I did not know that 2.2.x saves all the sampled data to a postProcessing/set/* file. That is new addition. It is a good idea.

Issue History

Date Modified Username Field Change
2013-06-26 22:38 user352 New Issue
2013-06-26 22:38 user352 File Added: pipeCyclicSampleProblem.zip
2013-06-28 10:32 user4 Note Added: 0002296
2013-06-28 15:09 user352 Note Added: 0002297
2013-06-28 15:33 user4 Status new => closed
2013-06-28 15:33 user4 Assigned To => user4
2013-06-28 15:33 user4 Resolution open => no change required
2013-07-10 09:20 user4 Status closed => resolved
2013-07-10 09:20 user4 Fixed in Version => 2.2.x