|
[Sponsors] |
September 6, 2016, 06:14 |
postProcessing only in certain area
|
#1 |
New Member
Join Date: Sep 2016
Posts: 1
Rep Power: 0 |
Hello all,
i'm relatively new to OpenFoam and work with OF1.7 (because of validation reasons). I generated a mesh, decomposed it and ran the solver on 200 CPUs. Everything worked fine. Because of the huge amount of data i want to postProcess only a certain area of the pressure Field. My idea would be to generate a field with 1's in the area i want to postProcess and 0's everywhere else. Afterwards somehow multiply this new field and the pressure Field, so only the pressure Field in the area of interest is left over. Is there a way to achieve this while decomposed (i would rather not reconstruct 1000 timesteps)? Or is there a different solution to my goal? I have already trouble using setFields while the case is decomposed.. Can anyone help? Best regards, Max |
|
September 10, 2016, 22:06 |
|
#2 |
Member
Hasan Celik
Join Date: Sep 2016
Posts: 64
Rep Power: 10 |
Hello, you can reconstruct your case for only latest time step if you want, not for whole time steps.
Code:
reconstructPar -latestTime If you do not want to reconstruct even for the latest time step, you need to open your case with decomposed option of ParaView. |
|
Tags |
decomposed, postprocessing, setfields |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Non overlap area fractions | saisanthoshm88 | CFX | 11 | September 17, 2015 19:42 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Cyclic patches and parallel postprocessing problems | askjak | OpenFOAM Bugs | 18 | October 27, 2010 04:35 |
CFX Solver Memory Error | mike | CFX | 1 | March 19, 2008 08:22 |
Postprocessing in 2D - specific area | Anthony Wachs | FLUENT | 3 | July 6, 2001 11:59 |