CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Post processing creating multiple .dat files for each time step

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 13, 2022, 07:15
Post Post processing creating multiple .dat files for each time step
  #1
New Member
 
Akshay
Join Date: Jan 2020
Posts: 28
Rep Power: 8
enthusiast is on a distinguished road
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;
	
}
I call this through

Code:
multiphaseEulerFoam -postProcess -func water_outlet_oxygen
OpenFoam is storing each time step in a different .dat file instead of saving it in one .dat file.

This is making my work more hectic to post-process.

Can someone please help me resolve this issue?

Unbenannt.PNG
enthusiast is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 23:21.