|
[Sponsors] |
surface sampling with a step smaller than outputTime |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 9, 2013, 13:22 |
surface sampling with a step smaller than outputTime
|
#1 | |
New Member
Seiji Adachi
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 5
Rep Power: 17 |
Hi foamers,
Sampling data on a surface with a time step smaller than outputTime seems not working. In pisoFoam/les/pitzDaily/system/controlDict, endTime 0.001; deltaT 1e-05; writeControl timeStep; writeIntermal 100; surfaceSampling { outputControl timeStep; outputInterval 10; } are set in hoping that sampling will be done in 1e-05 x 10 = 0.0001 interval. It is, however, done in 1e-05 x 100 = 0.001 interval, which is the same as outputTime. Time directories are created correctly but almost all of them are empty! Here are files and directories after calculation: ---------------------------------------------------------------------------------- ibp-ak-svr02:..les/pitzDaily $ ls 0 0.001 constant log postProcessing system ibp-ak-svr02:..les/pitzDaily $ ls postProcessing/surfaceSampling/ 0.0001 0.0002 0.0003 0.0004 0.0005 0.0006 0.0007 0.0008 0.0009 0.001 ibp-ak-svr02:..les/pitzDaily $ find postProcessing/ -name "*.vtk" postProcessing/surfaceSampling/0.001/U_nearWall.vtk ---------------------------------------------------------------------------------- I am using OpenFOAM-2.2.0 now. In version 2.1.1, sampling can be correctly done: ---------------------------------------------------------------------------------- pcsea:..les/pitzDaily $ ls surfaceSampling/ 0.0001 0.0002 0.0003 0.0004 0.0005 0.0006 0.0007 0.0008 0.0009 0.001 pcsea:..les/pitzDaily $ find surfaceSampling/ -name "*.vtk" surfaceSampling/0.0001/U_nearWall.vtk surfaceSampling/0.0003/U_nearWall.vtk surfaceSampling/0.001/U_nearWall.vtk surfaceSampling/0.0009/U_nearWall.vtk surfaceSampling/0.0007/U_nearWall.vtk surfaceSampling/0.0004/U_nearWall.vtk surfaceSampling/0.0005/U_nearWall.vtk surfaceSampling/0.0008/U_nearWall.vtk surfaceSampling/0.0006/U_nearWall.vtk surfaceSampling/0.0002/U_nearWall.vtk ---------------------------------------------------------------------------------- Is this a bug in version 2.2.0? or something is missing in my operation. Full controlDict is attached at the bottom. regards, Quote:
|
||
August 14, 2013, 07:01 |
|
#2 |
New Member
Seiji Adachi
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 5
Rep Power: 17 |
Hello all,
After updating to OpenFOAM-2.2.1, surface sampling with a smaller interval became possible. I will never use version 2.2.0. Thank you for your consideration. Best, |
|
January 3, 2014, 08:39 |
|
#3 |
Senior Member
Join Date: Jan 2013
Posts: 135
Rep Power: 13 |
My version is 2.2.2, but this problem still remain.
Now I have to write down all the fields with very short interval, which is very memory consuming! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Problems with coedge curves and surfaces | tommymoose | ANSYS Meshing & Geometry | 6 | December 1, 2020 12:12 |
[Gmsh] Error : Self intersecting surface mesh, computing intersections & Error : Impossible | velan | OpenFOAM Meshing & Mesh Conversion | 3 | October 22, 2015 12:05 |
[Gmsh] Problem with Gmsh | nishant_hull | OpenFOAM Meshing & Mesh Conversion | 23 | August 5, 2015 03:09 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
[Gmsh] boundaries with gmshToFoam | ouafa | OpenFOAM Meshing & Mesh Conversion | 7 | May 21, 2010 13:43 |