|
[Sponsors] |
August 2, 2011, 16:52 |
Questions about the fvc and fvm
|
#1 |
New Member
Lu Wang
Join Date: Aug 2011
Posts: 1
Rep Power: 0 |
Hi, I am writing a code which need to generate the fvc space from fvm matrix.
For example, I have fvVectorMatrix UEqn ( fvm::ddt(U) +fvm::div(phi, U) - fvm::laplacian(nu, U) ); How could I get the same geometricField (fvc::ddt(U)+fvc::div(phi, U)-fvc::laplacian(nu,U)+fvc::grad(p))) just use fvmatrix UEqn and volVectorField U? I just do the UEqn.Amul for the internalField and add the aboundary terms, but I get different result. Anyone can help me to know hwo to do this? Thank you very much. |
|
Tags |
fvc, fvm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Meaning of fvm and fvc | JLight | OpenFOAM | 7 | October 13, 2011 12:35 |
fvm vs. fvc | Pascal_doran | OpenFOAM Programming & Development | 1 | July 8, 2010 16:35 |