|
[Sponsors] |
incompatible fields for operationproblem in simpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 10, 2009, 10:51 |
Hi Khaled,
I think your fvm
|
#1 |
New Member
Kerstin
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
Hi Khaled,
I think your fvm::Sp(rho, alpha)-Term should just look like 'rho*alpha' due to its explicit character. 'fvm' is used for source terms like fvm::Sp(rho,U) in any UEqn. |
|
March 10, 2009, 11:10 |
Hey Kerstin,
my goal is to
|
#2 |
Member
Join Date: Mar 2009
Posts: 35
Rep Power: 17 |
Hey Kerstin,
my goal is to solve the steady-state navier-stokes-equation in simpleFoam with a volume sourceterm rho*alpha. You mean it is enough to write fvm::div(phi, U) + rho*alpha + turbulence->divR(U) ); ? Khaled |
|
March 10, 2009, 11:16 |
Hi Khaled,
yes I think so b
|
#3 |
New Member
Kerstin
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
Hi Khaled,
yes I think so but I'm not sure. In my opinion the only way to discretize this term implicitly is fvm::Sp(rho * alpha / U, U) but I'm not sure if this is a good idea. Have a look in the source code of some turbulence models like kOmegaSST (epsEqn). Kerstin |
|
March 10, 2009, 11:25 |
Ok Kerstin,
thanks for the
|
#4 |
Member
Join Date: Mar 2009
Posts: 35
Rep Power: 17 |
Ok Kerstin,
thanks for the answer. But last question: what means the term fvm::Sp(rho * alpha / U, U) exactly or how openFoam discretize this term? I am a beginner and donīt understand openfoam really good. Regards, Khaled |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Incompatible fields for operation divphi Ub | vvqf | OpenFOAM Running, Solving & CFD | 4 | April 4, 2018 04:28 |
Incompatible fields for operation | tehache | OpenFOAM Running, Solving & CFD | 5 | January 30, 2018 16:32 |
Incompatible fields for operation | su_junwei | OpenFOAM Pre-Processing | 1 | October 15, 2008 09:34 |
TurbFoam simpleFoam incompatible fields for operation | braennstroem | OpenFOAM Running, Solving & CFD | 0 | June 19, 2008 11:43 |
The incompatible of UDF | Summer | FLUENT | 3 | April 23, 2007 05:11 |