CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

add a source term in kEpsilon model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 18, 2009, 07:54
Default add a source term in kEpsilon model
  #1
New Member
 
Qi Ying
Join Date: Mar 2009
Posts: 6
Rep Power: 17
maurice is on a distinguished road
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
maurice is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding volumetric Source Term mohanamuraly OpenFOAM 0 May 17, 2009 22:00
Boundary Layer Noise Source Model Andrew FLUENT 0 January 12, 2009 22:47
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
----source term help--please help mech FLUENT 0 May 6, 2006 03:51
How to add a source term in u or v equation? luckyluke Phoenics 3 December 13, 2004 02:52


All times are GMT -4. The time now is 15:10.