|
[Sponsors] |
Convective term in heat equation for solid region in conjugateHeatFoam- Foam Extend |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 26, 2020, 11:17 |
Convective term in heat equation for solid region in conjugateHeatFoam- Foam Extend
|
#1 |
Member
Join Date: Jan 2017
Posts: 71
Rep Power: 9 |
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? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Coupled Heat and Mass Transfer | Mecroob | OpenFOAM Running, Solving & CFD | 1 | July 12, 2020 20:24 |
Domain Reference Pressure and mass flow inlet boundary | AdidaKK | CFX | 75 | August 20, 2018 06:37 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |