Skip to content

Commit

Permalink
Add PPs for total power and avg and max temp on the target
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Aug 21, 2024
1 parent ba588e1 commit e2e7ca3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions input/AForm.i
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
[]
[]

[Postprocessors]
[P]
type = ElementIntegralVariablePostprocessor
variable = P
block = target
[]
[]

[Executioner]
type = Transient
solve_type = LINEAR
Expand Down
13 changes: 13 additions & 0 deletions input/THeat.i
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
[]
[]

[Postprocessors]
[T(average)]
type = ElementAverageValue
variable = T
block = target
[]
[T(max)]
type = NodalExtremeValue
variable = T
block = target
[]
[]

[Executioner]
type = Transient
solve_type = LINEAR
Expand Down

0 comments on commit e2e7ca3

Please sign in to comment.