|
[Sponsors] |
January 16, 2022, 16:44 |
postProcess mesh reading time.
|
#1 |
Member
cal
Join Date: Feb 2020
Location: nowhere
Posts: 65
Rep Power: 6 |
Hi,
I have finished a case that has 43 million cells and I'm trying to get some data with using postProcess utility on an hpc cloud. The first part is taking surface vtks from 10 different positions and it worked well with postProcess -func surfaces. Surfaces utility process takes 4 hours and about 1 hour of this is spent reading the mesh. After that I want to take raw datas from lines so I'm using sample utility but this process does not end. Even if I wait for 20 hours, it does not finish reading the mesh. I tried to do parallel and serial but nothing changed. What is the difference between reading for surfaces and reading for sample? Any ideas are appreciated. Code:
// * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Said. |
|
February 1, 2022, 13:42 |
|
#2 |
New Member
Ana
Join Date: Jan 2018
Location: Washington, DC
Posts: 5
Rep Power: 8 |
Hi Said, could you attacked full version of code which you using for sampling?
Kind regards, Anastasiia |
|
February 2, 2022, 09:05 |
|
#3 | |
Member
cal
Join Date: Feb 2020
Location: nowhere
Posts: 65
Rep Power: 6 |
Quote:
Here my sample dictionary: Code:
type sets; libs (sampling); writeControl writeTime; interpolationScheme cell; setFormat raw; fields (T U); sets ( n1 { type face; axis x; start (-0.305 0 0.0035); end ( 0.305 0 0.0035); } n2 { type face; axis y; start (0 -0.305 0.0035); end (0 0.305 0.0035); } m1 { type face; axis x; start (-0.305 0 0.0095); end ( 0.305 0 0.0095); } m2 { type face; axis y; start (0 -0.305 0.0095); end (0 0.305 0.0095); } ); Kind regards, Said. |
||
Tags |
postprocess |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
writing execFlowFunctionObjects | immortality | OpenFOAM Post-Processing | 30 | September 15, 2013 07:16 |
dynamic Mesh is faster than MRF???? | sharonyue | OpenFOAM Running, Solving & CFD | 14 | August 26, 2013 08:47 |
mixerVesselAMI2D's mass is not balancing | sharonyue | OpenFOAM Running, Solving & CFD | 6 | June 10, 2013 10:34 |
same geometry,structured and unstructured mesh,different behaviour. | sharonyue | OpenFOAM Running, Solving & CFD | 13 | January 2, 2013 23:40 |