|
[Sponsors] | |||||
Post processing creating multiple .dat files for each time step |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Akshay
Join Date: Jan 2020
Posts: 28
Rep Power: 8 ![]() |
I am using postprocees function for analysing gas volume fractiojn in twoPhaseEulerFoam
Code:
water_outlet_oxygen
{
type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
fields
(
phi
);
writeFields false;
log false;
surfaceFormat none;
writeControl writeTime;
writeInterval 1;
regionType patch;
name outlet1;
operation weightedSum;
weightField alpha.oxygen;
}
Code:
multiphaseEulerFoam -postProcess -func water_outlet_oxygen This is making my work more hectic to post-process. Can someone please help me resolve this issue? Unbenannt.PNG |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up Lid driven Cavity Benchmark with 1M cells for multiple cores | puneet336 | OpenFOAM Running, Solving & CFD | 11 | April 7, 2019 01:58 |
| same geometry,structured and unstructured mesh,different behaviour. | sharonyue | OpenFOAM Running, Solving & CFD | 13 | January 2, 2013 23:40 |
| Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
| IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
| Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |