Skip to content

Commit

Permalink
Add PP for max power density on the target
Browse files Browse the repository at this point in the history
Capitalise "Max" so it precedes both "total" and "average"
Add units to PPs for the avoidance of doubt
  • Loading branch information
nmnobre committed Sep 14, 2024
1 parent a50ac79 commit 5e8e142
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions input/THeat.i
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,22 @@
[]

[Postprocessors]
[P(total)]
[P(total){W}]
type = ElementIntegralVariablePostprocessor
variable = P
block = target
[]
[T(average)]
[P(Max){W.m-3}]
type = ElementExtremeValue
variable = P
block = target
[]
[T(average){K}]
type = ElementAverageValue
variable = T
block = target
[]
[T(max)]
[T(Max){K}]
type = NodalExtremeValue
variable = T
block = target
Expand Down
4 changes: 2 additions & 2 deletions input/VLaplace.i
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
[]

[Postprocessors]
[I(in)]
[I(in){A}]
type = SideDiffusiveFluxIntegral
variable = V
boundary = coil_in
diffusivity = -${copper_econductivity}
[]
[I(out)]
[I(out){A}]
type = SideDiffusiveFluxIntegral
variable = V
boundary = coil_out
Expand Down

0 comments on commit 5e8e142

Please sign in to comment.