|
[Sponsors] |
January 15, 2009, 11:17 |
Hello,
I am trying to imple
|
#1 |
New Member
Andrea Califano
Join Date: Mar 2009
Posts: 1
Rep Power: 0 |
Hello,
I am trying to implement the SIMPLE scheme for multiphase flows. I have started combining the already available solvers rasInterFoam and transientSimpleFoam, unfortunately without success. The error message I get is: temporary deallocatedI think this is due to the way UEqn is solved for multiphase flows: UEqn == fvc::reconstruct( (...)*mesh.magSf())In fact, I don't get any error substituting the UEqn for incompressible solvers: UEqn() == -fvc::grad(p)It seems that the error is related to the way the tmp class is defined, but my skills in OpenFOAM and C++ are too poor to let me go deeper into the problem. Anyone can help me with this problem and/or give me a hint to where I can look for a solution? Thank in advance, Andrea |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX 11 Scheme for LES in Multiphase | Man | CFX | 12 | May 25, 2009 21:26 |
SIMPLE Scheme for open channel flow | ao | Main CFD Forum | 0 | April 6, 2004 17:21 |
shallow water and simple scheme | AO | Main CFD Forum | 0 | January 13, 2004 21:07 |
An intresting observation about SIMPLE Scheme | Abhijit Tilak | Main CFD Forum | 12 | March 14, 2003 12:48 |
Block correction scheme in SIMPLE | Chuck Leakeas | Main CFD Forum | 0 | November 20, 1998 13:51 |