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

solveSolid.H- Add new term

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 13, 2016, 03:26
Angry solveSolid.H- Add new term
  #1
Member
 
Join Date: Oct 2015
Location: montreal- canada
Posts: 46
Rep Power: 10
Mohammad Jam is on a distinguished road
Hi

how to add mixed derivative Term ddt{laplacian(T)} in solveSolid.H in chtMultiregionFoam?

tmp<fvScalarMatrix> TEqn
(
fvm::ddt(rho*cp, T) + g*fvc::ddt(laplacian(T))
- fvm::laplacian(Kappa, T)
);
TEqn().relax();
TEqn().solve();
}

regards,
Jam
Mohammad Jam 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
How to add a source term for parallel computing? 8cold8hot Fluent UDF and Scheme Programming 1 November 14, 2014 08:54
Add a "sink term" in the cells near the wall surfaces in Eulerian approach asal Fluent UDF and Scheme Programming 1 September 11, 2014 15:05
How to add a source term like this!! arvind_arya OpenFOAM 1 February 11, 2011 02:34
add a source term in incompressible k-epsilon model maurice OpenFOAM 0 May 18, 2009 01:41
How to add source term Smith FLUENT 0 January 29, 2008 08:12


All times are GMT -4. The time now is 18:09.