Skip to content

How to develop a conjugate heat transfer code based on IAMR #171

Answered by WeiqunZhang
taiyaa asked this question in Q&A
Discussion options

You must be logged in to vote

IAMR is not using setEBDirichlet because it assumes the EB has homogeneous Neumann boundary.

I am currently having trouble to configure the temperature boundary condition, for example given temperature or given heat fluxes, with embedded boundaries (EB).

If you have Dirichlet boundary, you can call setEBDirichlet to set the boundary when you use MLEBABecLap to solve the linear system for diffusion. If you have non-homogeneous Neumann boundary, you should be able to turn it into homogeneous Neumann BC by adding the flux to the right-hand side of the linear system.

I have not read the paper. So I don't know the algorithm. You said it's an explicit method. If you do not need to solve a lin…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@taiyaa
Comment options

Answer selected by taiyaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants