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

Convective term in heat equation for solid region in conjugateHeatFoam- Foam Extend

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 26, 2020, 10:17
Default Convective term in heat equation for solid region in conjugateHeatFoam- Foam Extend
  #1
Member
 
Join Date: Jan 2017
Posts: 71
Rep Power: 9
sadsid is on a distinguished road
I tried to modify the solver by adding the convective part but it is giving:

Segmentation fault (core dumped)

I tried:

fvScalarMatrix* TSolidEqn = new fvScalarMatrix
(
(rhoCpsolid)*
(
fvm::ddt(Tsolid)
+ fvm::div(phis, Tsolid) //modification
)
- fvm::laplacian(ksolidf, Tsolid, "laplacian(k,T)")
+ fvm::SuSp(-solidThermo.S()/Tsolid, Tsolid)
);

where phis is surfaceScalarField and is defined as: linearInterpolate(U) & solidMesh.Sf()


Can anyone help me in this regard? How can I fix this issue?
sadsid 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
Coupled Heat and Mass Transfer Mecroob OpenFOAM Running, Solving & CFD 1 July 12, 2020 19:24
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45


All times are GMT -4. The time now is 16:38.