|
[Sponsors] |
December 14, 2013, 07:31 |
method solve() of class multiphasesystem
|
#1 | |
Senior Member
Join Date: Jan 2012
Posts: 166
Rep Power: 14 |
hi,
in the while loop "while (pimple.loop())" of the multiphaseEulerFoam solver is called method solve() on the object "multiphasesystem fluid" like Code:
while (pimple.loop()) { sgsModel->correct(); fluid.solve(); //HERE . . . Code:
multiphaseSystem fluid(U, phi); Quote:
greetings maybee |
||
December 14, 2013, 08:50 |
|
#2 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Hi Maybee
I looked it up in a random OF version (2.2.0), and if you are looking in the file: Code:
./applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
December 14, 2013, 12:55 |
|
#3 |
Senior Member
Join Date: Jan 2012
Posts: 166
Rep Power: 14 |
Thx a lot, I totally forgot about the possibility to look in the solver files .
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lattice Boltzmann method vs Finite Element Method and Finite Volume Method | solemnpriest | Main CFD Forum | 3 | August 12, 2013 12:00 |
Turbulence inflow generation - recycling method | panda60 | OpenFOAM Running, Solving & CFD | 15 | April 25, 2013 02:34 |
Reversed Time Marching Method (RTMM) | paillou | FLUENT | 0 | July 12, 2011 07:45 |
Always crash when solve a C-D nozzle flow field using rhoCentralFoam | hawklion | OpenFOAM Running, Solving & CFD | 0 | March 9, 2011 07:13 |
use of MAC method to solve sloshing problem. | S.R.SAHI | Main CFD Forum | 1 | April 15, 1999 23:28 |