|
[Sponsors] |
May 25, 2010, 05:31 |
UEqn.A() and UEqn.H()
|
#1 |
Senior Member
Laurence R. McGlashan
Join Date: Mar 2009
Posts: 370
Rep Power: 23 |
Dear all,
I've been messing about with the momentum equations in bubbleFoam to try and get an implementation of the product elimination algorithm so that the drag forces are solved for fully implicitly. If I have an fvVectorMatrix, UEqn; Code:
UEqn = fvm::ddt(U) + fvm::div(phib, U) Code:
UEqnReconstructed = fvm::Sp(UEqn.A(),U) - UEqn.H();
__________________
Laurence R. McGlashan :: Website |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rasInterFoam Channel Flowlooking for working case | nico765 | OpenFOAM Running, Solving & CFD | 4 | March 24, 2009 01:49 |
A stupid question | luckyluke | OpenFOAM Running, Solving & CFD | 14 | August 13, 2007 05:25 |
SIMPLE for viscous NavierStokes | almanstoetter | OpenFOAM Running, Solving & CFD | 2 | March 10, 2006 00:23 |