|
[Sponsors] |
April 6, 2010, 14:51 |
compressibleInterFoam - pEqn.H
|
#1 |
Member
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 17 |
Hi all,
Apart of the discussion taking place >>here<< I need some more explanation for what I see in a pEqn.H file (part of a compressibleInterFoam solver). Could anyone of you rewrite following code line in a mathematical way? Code:
pEqnComp = (fvm::ddt(p) + fvm::div(phi, p) - fvm::Sp(fvc::div(phi), p)); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TwoPhaseEulerFOAM application | hemph | OpenFOAM Bugs | 35 | November 6, 2011 02:06 |
Adding a user application class | Rasmus Gjesing (Gjesing) | OpenFOAM Pre-Processing | 57 | February 3, 2010 04:45 |