|
[Sponsors] |
July 27, 2012, 08:54 |
Usage of fvm and fvc
|
#1 | |
Member
Norbert Weber
Join Date: May 2012
Location: Dresden, Germany
Posts: 37
Rep Power: 14 |
Can anyone help me to understand how to use fvm and fvc?
Here in the forum I found one helpfull thread: The programmers guide explaines the subject in chapter 2.4. Is says, fvc means a list of values defined at locations in the geometry. It says, fvm are coefficients. Ok. Let's take an example, the U-equation in piso-Foam: Quote:
An other approach I think, I understand the difference between explicit (fvc) and implicit derivative (fvm). If I have an equation like u=x*x, u can be calculated easily, it is fvc. An implicit equation is the example (2.12) [A][x] = [b]. Back to dU/dt. I may write dU/dt = u(t)-u(t-1). Explicit. fvc. Wrong. --> How do I know when to use which namespace? Thanks a lot for your help! Norbert |
||
July 27, 2012, 19:28 |
|
#2 | ||
Member
Norbert Weber
Join Date: May 2012
Location: Dresden, Germany
Posts: 37
Rep Power: 14 |
More infos:
Quote:
Quote:
When calculating U, the field B is kept constant. If it is constant, it may be calculated/readed easily (explicitly) = fvc. => So whenever there is a U in the UEqn, I have to write fvm, if it is not fvc. Can someone confirm that or say it better? |
|||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Meaning of fvm and fvc | JLight | OpenFOAM | 7 | October 13, 2011 12:35 |
Questions about the fvc and fvm | starboy1985 | OpenFOAM Programming & Development | 0 | August 2, 2011 16:52 |
fvm vs. fvc | Pascal_doran | OpenFOAM Programming & Development | 1 | July 8, 2010 16:35 |