|
[Sponsors] |
March 29, 2014, 03:06 |
a problem with the source "fvOptions(U)"
|
#1 |
Member
xuhe-openfoam
Join Date: Aug 2013
Location: DaLian,china
Posts: 82
Rep Power: 13 |
hello!
i need help! See you the following UEqn: tmp<fvVectorMatrix> UEqn ( fvm::ddt(U) + fvm::div(phi, U) + turbulence->divDevReff(U) == fvOptions(U) ); I guess the source "fvOptions(U)" is discretised explicit to make sure Diagonally Dominant ! am i right ? or is it implicit ? thanks! |
|
March 29, 2014, 19:43 |
|
#2 |
Senior Member
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 18 |
Looking over some of the fvOption sources:
/src/fvOptions/sources/ it appears that they are all explicit. Although I'm guessing you could always end up implementing whatever you wanted. |
|
March 29, 2014, 22:29 |
|
#3 |
Member
xuhe-openfoam
Join Date: Aug 2013
Location: DaLian,china
Posts: 82
Rep Power: 13 |
thank you !
|
|
Tags |
the source term |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
[Other] OpenFOAM Installation for navalFoam | sachinlb | OpenFOAM Community Contributions | 22 | July 28, 2017 06:26 |
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error | FerdiFuchs | OpenFOAM Community Contributions | 27 | April 16, 2014 16:14 |
[swak4Foam] build problem swak4Foam OF 2.2.0 | mcathela | OpenFOAM Community Contributions | 14 | April 23, 2013 14:59 |
energy source problem | fluboy | Fluent UDF and Scheme Programming | 2 | January 10, 2010 09:56 |