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

Lagranian particle graph plotting in DPMFoam or MPPICFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 15, 2017, 05:30
Default Lagranian particle graph plotting in DPMFoam or MPPICFoam
  #1
New Member
 
SURAJ
Join Date: Jun 2017
Location: IIT KANPUR,India
Posts: 15
Rep Power: 8
surajkvs is on a distinguished road
hi,
I am using Goldschimdt case of DPMFoam and MPPICFoam.when I am post processing the result in paraview but I am able to plot data for gas phase in plot over line but when I am trying to plot the particle data over line than nothing is coming in the plot.Data is there in the file but it is not being fetched.
I am quite new in OpenFoam so please help me.
surajkvs is offline   Reply With Quote

Old   August 11, 2023, 07:32
Arrow hope it helps
  #2
Member
 
desimuser1
Join Date: Mar 2023
Posts: 35
Rep Power: 3
Desimuser1 is on a distinguished road
you have to create log file to check out graph (as farr as i know)

like
MPPICFoam | tee log.mppic

then you can see graph with pyFoamPlotWatcher.py log.mppic

or you could just see your graphs while running by,

(parallel)
mpiexec -np 4 MPPICFoam -parallel | tee log5_parallelRun &
pyFoamPlotWatcher.py log5_parallelRun

(single)
MPPICFoam | tee log5_parallelRun &
pyFoamPlotWatcher.py log5_parallelRun
Desimuser1 is offline   Reply With Quote

Reply


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
Can we use MPPICFoam or DPMFoam for particle transport in open environment? Mehar OpenFOAM Running, Solving & CFD 1 August 11, 2023 07:27
Particle tracking error alchem OpenFOAM Bugs 5 May 6, 2017 16:30
injection problem Mark New FLUENT 0 August 4, 2013 01:30
Check particle impaction with User Fortran Julian K. CFX 3 January 12, 2012 09:46
DPM UDF particle position using the macro P_POS(p)[i] dm2747 FLUENT 0 April 17, 2009 01:29


All times are GMT -4. The time now is 07:32.