CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Multiphase

Register Blogs Community New Posts Updated Threads Search

Like Tree10Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 29, 2016, 07:29
Default
  #21
Member
 
Join Date: May 2015
Posts: 34
Rep Power: 11
mnikku is on a distinguished road
Hi,
you haven't set any residualControl to PIMPLE as I suggested earlier:
Code:
PIMPLE: no residual control data found. Calculations will employ 3 corrector loops
From my experience, this leads to high initial residuals and funky results. If you check your average particle volume fraction (alpha.particles volume fraction = x), you see that it increases constantly, ie. your system is generating mass!

Again, to reach a converged solution, add residualControl to PIMPLE, there are several examples available for example here
mnikku is offline   Reply With Quote

Old   June 29, 2016, 07:42
Post
  #22
Senior Member
 
Asmaa
Join Date: Mar 2016
Posts: 102
Rep Power: 10
foamiste is on a distinguished road
Thank you for your fast reply .

Please find attached my fvsolution, I've modified it, is it ok or i should add something else?
Attached Files
File Type: gz fvSolution.tar.gz (800 Bytes, 52 views)
foamiste is offline   Reply With Quote

Old   June 29, 2016, 11:28
Default
  #23
Senior Member
 
Asmaa
Join Date: Mar 2016
Posts: 102
Rep Power: 10
foamiste is on a distinguished road
Yes it seems that my system is generating mass!!! so what can I do to solve this problem?
foamiste is offline   Reply With Quote

Old   June 30, 2016, 02:20
Default
  #24
Member
 
Join Date: May 2015
Posts: 34
Rep Power: 11
mnikku is on a distinguished road
You need to make your simulation converge. Try it with your new fvSolution settings and you should see a difference.
mnikku is offline   Reply With Quote

Old   June 30, 2016, 06:55
Default
  #25
Senior Member
 
Asmaa
Join Date: Mar 2016
Posts: 102
Rep Power: 10
foamiste is on a distinguished road
Yes it converges now!! thank you very much

Please do you have any idea about how to calculate torque and forces in multiphase, because with simpleFoam I use

functions
(
forces
{
type forces;
functionObjectLibs ("libforces.so");
outputControl timeStep;
outputInterval 1;
patches (wall_impeller_1 wall_shaft-fluid_tank wall_shaft-fluid_mrf_1);
pname p;
Uname U;
rhoName rhoInf;
log true;
rhoInf 998;
CofR (0 0 0);
}
);

But when I use it with multiphase case, I get this error:

--> FOAM FATAL ERROR:
No valid model for viscous stress calculation

From function forces::devRhoReff()
in file forces/forces.C at line 258.

FOAM exiting
foamiste 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
How to simulate the eulerian multiphase model about particle jhlee9622 STAR-CCM+ 2 November 24, 2016 12:37
Low Mach Number Compressible Multiphase Flows DarrenC CFX 10 May 26, 2014 09:52
VOF multiphase - Validity of Fluent ? manxu FLUENT 2 January 2, 2014 12:17
Difference of multicomponent and multiphase homogenous flows Luk_Fiz CFX 11 April 4, 2013 06:29
multiphase multicomponent physics ckleanth CFX 3 June 4, 2009 21:15


All times are GMT -4. The time now is 02:54.