WhitneyAVSolver/Joule Heating

General discussion about Elmer
Post Reply
asandip
Posts: 92
Joined: 09 May 2019, 22:06
Antispam: Yes

WhitneyAVSolver/Joule Heating

Post by asandip »

I am looking for the theoretical equation used to solve Joule heating using WhitneyAV Solver. I have reviewed chapter 16 in Elmer Modes Manual but couldn't find the equation. Thank you for any information you can provide.
Attachments
case.sif
(4.71 KiB) Downloaded 244 times
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: WhitneyAVSolver/Joule Heating

Post by raback »

Hi

See lines 1531-> in
https://github.com/ElmerCSC/elmerfem/bl ... Fields.F90

! The Joule heating power per unit volume: J.E = (sigma * E).E
Coeff = SUM( MATMUL( REAL(CMat_ip(1:3,1:3)), TRANSPOSE(E(1:1,1:3)) ) * &
TRANSPOSE(E(1:1,1:3)) ) * Basis(p) * s

-Peter
Post Reply