|
[Sponsors] |
Dependency of UEqn.H() and UEqn.A() to the time descritization scheme |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 16, 2014, 10:57 |
Dependency of UEqn.H() and UEqn.A() to the time descritization scheme
|
#1 |
Member
Join Date: Feb 2012
Posts: 49
Rep Power: 14 |
In the icoFoam , simpleFoam and ... we have the UEqn as below :
Code:
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) - fvm::laplacian(nu, U) ); My question is : Does the H() and A() coefficients depend on both time and spatial descritization schemes? or they only depend on spatial schemes? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UEqn.A() and UEqn.H() | l_r_mcglashan | OpenFOAM Programming & Development | 0 | May 25, 2010 05:31 |