CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

Error in chtMultiRegionSimpleFoam (solveSolid.H)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 28, 2011, 17:54
Default Error in chtMultiRegionSimpleFoam (solveSolid.H)
  #1
New Member
 
Jean El-Hajal
Join Date: Jun 2010
Location: Ulm
Posts: 16
Rep Power: 15
Jean El-Hajal is on a distinguished road
Dear All,


There is an error in the resolution of the temperature in the solid part of chtMultiRegionSimpleFoam. In version 1.7.x and 1.6-ext


In the tutorial: K is the thermal conductivity (kg .m³ / s K) (1 1 -3 -1) .


But in solveSolid.H:


fvScalarMatrix tEqn
(
-fvm::laplacian(K, T)
);


here K should be the Thermal Diffusivity (DT). (m²/s)


So in the chtMultiRegionSimpleFoam:
It will be better to rename the 0/solid/K → 0/solid/DT and to change solveSolid.H to:


fvScalarMatrix tEqn
(
-fvm::laplacian(DT, T)
);


Jean
Jean El-Hajal 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



All times are GMT -4. The time now is 04:42.