|
[Sponsors] |
May 18, 2009, 08:54 |
add a source term in kEpsilon model
|
#1 |
New Member
Qi Ying
Join Date: Mar 2009
Posts: 6
Rep Power: 17 |
Dear All,
I am going to add a new source term (only non-zero at a few cells and not varying with time) in the kinetic energy equation in the kEpsilon code. I have followed a tutorial from the forum to make a new copy of the kEpsilon code and called it mykEpsilon. I also changed simpleFoam to read a new scalar field, mySource. My question is how to pass this scalar field into mykEpsilon so that I can write: tmp<fvScalarMatrix> kEqn ( fvm::ddt(k_) + fvm::div(phi_, k_) - fvm::Sp(fvc::div(phi_), k_) - fvm::laplacian(DkEff(), k_) == G + mySource - fvm::Sp(epsilon_/k_, k_) ); I read somewhere that this can be done by passing the field into the class through a pointer, but not exactly know now. Any hints? Thanks, Qi |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding volumetric Source Term | mohanamuraly | OpenFOAM | 0 | May 17, 2009 23:00 |
Boundary Layer Noise Source Model | Andrew | FLUENT | 0 | January 12, 2009 23:47 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
----source term help--please help | mech | FLUENT | 0 | May 6, 2006 04:51 |
How to add a source term in u or v equation? | luckyluke | Phoenics | 3 | December 13, 2004 03:52 |