-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5662 from gassmoeller/add_coordinate_system_to_he…
…ating_function Add coordinate system to heating function
- Loading branch information
Showing
14 changed files
with
7,741 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# A test for the function heating plugin. | ||
# The heating function is given in cartesian coordinates. | ||
|
||
set Dimension = 2 | ||
set End time = 0.0 | ||
set Use years in output instead of seconds = false | ||
|
||
subsection Geometry model | ||
set Model name = spherical shell | ||
|
||
subsection Spherical shell | ||
set Inner radius = 0.55 | ||
set Outer radius = 1.0 | ||
set Opening angle = 360 | ||
end | ||
end | ||
|
||
subsection Boundary velocity model | ||
set Tangential velocity boundary indicators = bottom, top | ||
end | ||
|
||
subsection Material model | ||
set Model name = simple | ||
|
||
subsection Simple model | ||
set Reference density = 1 | ||
set Viscosity = 1 | ||
set Thermal expansion coefficient = 0 | ||
end | ||
end | ||
|
||
subsection Gravity model | ||
set Model name = radial constant | ||
end | ||
|
||
subsection Initial temperature model | ||
set Model name = function | ||
|
||
subsection Function | ||
set Function expression = 0 | ||
end | ||
end | ||
|
||
subsection Heating model | ||
set List of model names = function | ||
|
||
subsection Function | ||
set Function expression = x | ||
end | ||
end | ||
|
||
subsection Mesh refinement | ||
set Initial adaptive refinement = 0 | ||
set Strategy = thermal energy density | ||
set Initial global refinement = 2 | ||
set Time steps between mesh refinement = 0 | ||
end | ||
|
||
subsection Postprocess | ||
set List of postprocessors = heating statistics, visualization | ||
|
||
subsection Visualization | ||
set List of output variables = heating | ||
set Output format = gnuplot | ||
set Time between graphical output = 0.0 | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
Number of active cells: 192 (on 3 levels) | ||
Number of degrees of freedom: 2,832 (1,728+240+864) | ||
|
||
*** Timestep 0: t=0 seconds, dt=0 seconds | ||
Skipping temperature solve because RHS is zero. | ||
Rebuilding Stokes preconditioner... | ||
Solving Stokes system... 34+0 iterations. | ||
|
||
Postprocessing: | ||
Heating rate (average/total): 3.083e-17 W/kg, 6.755e-17 W | ||
Writing graphical output: output-heating_function/solution/solution-00000 | ||
|
||
Termination requested by criterion: end time | ||
|
||
|
||
|
Oops, something went wrong.