Difference between revisions of "UGM 2016 Moving geometry"

From Serpent Wiki
Jump to: navigation, search
(Basics of transformations)
 
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
This page will contain stuff for the moving geometry example for the UGM 2016 presentation.
 
This page will contain stuff for the moving geometry example for the UGM 2016 presentation.
  
[[File:StaticCR.png|300px|thumb|left|Control rod initial position. ]][[File:MovingCR.png|300px|thumb|left|Control rod movement. Initial upwards velocity of 750 cm/s. Initial downwards acceleration of 981 m/s^2. Simulation time of 2 seconds with 500 time intervals.]]
+
== Basics of transformations ==
 +
{|class="wikitable" style="text-align: left;"
 +
|<tt>trans  s s2 0 0 -182.88</tt>
 +
|[[File:StaticCR.png|300px|frame|left|Control rod initial position. ]]
 +
|-
 +
|<tt>trans  s s2 0 0 -182.88
 +
 
 +
transv s s2 0 0  750.0
 +
 
 +
transa s s2 0 0 -981.0</tt>
 +
|[[File:MovingCR.png|300px|frame|left|Control rod movement. Initial upwards velocity of 750 cm/s. Initial downwards acceleration of 981 cm/s^2. Simulation time of 2 seconds with 500 time intervals.]]
 +
|}
 +
 
 +
== Time limits for transformations ==
 +
{|class="wikitable" style="text-align: left;"
 +
| <tt>transa s s2 tlim 0.1 0.5 1 0 0  1000.0
 +
transa s s2 tlim 0.5 0.9 1 0 0 -1000.0</tt>
 +
|[[File:StartStopCR1.png|300px|frame|left|bottom|Control rod movement. Upwards acceleration of 1000 cm/s^2 from 0.1 to 0.5 seconds followed by downwards acceleration of 1000 cm/s^2 from 0.5 to 0.9. Simulation time of 2 seconds with 250 time intervals. Ttype 1.]]
 +
|-
 +
| <tt>transa s s2 tlim 0.1 0.5 2 0 0  1000.0
 +
transa s s2 tlim 0.5 0.9 2 0 0 -1000.0</tt>
 +
|[[File:StartStopCR2.png|300px|frame|left|bottom|Control rod movement. Upwards acceleration of 1000 cm/s^2 from 0.1 to 0.5 seconds followed by downwards acceleration of 1000 cm/s^2 from 0.5 to 0.9. Simulation time of 2 seconds with 250 time intervals. Ttype 2.]]
 +
|-
 +
| <tt>transa s s2 tlim 0.1 0.5 3 0 0  1000.0
 +
transa s s2 tlim 0.5 0.9 3 0 0 -1000.0</tt>
 +
|[[File:StartStopCR3.png|300px|frame|left|bottom|Control rod movement. Upwards acceleration of 1000 cm/s^2 from 0.1 to 0.5 seconds followed by downwards acceleration of 1000 cm/s^2 from 0.5 to 0.9. Simulation time of 2 seconds with 250 time intervals. Ttype 3.]]
 +
|}
 +
 
 +
[[Category:Example input files]]
 +
[[Category:UGM 2016]]

Latest revision as of 10:54, 27 January 2020

This page will contain stuff for the moving geometry example for the UGM 2016 presentation.

Basics of transformations

trans s s2 0 0 -182.88
Control rod initial position.
trans s s2 0 0 -182.88

transv s s2 0 0 750.0

transa s s2 0 0 -981.0

Control rod movement. Initial upwards velocity of 750 cm/s. Initial downwards acceleration of 981 cm/s^2. Simulation time of 2 seconds with 500 time intervals.

Time limits for transformations

transa s s2 tlim 0.1 0.5 1 0 0 1000.0

transa s s2 tlim 0.5 0.9 1 0 0 -1000.0

Control rod movement. Upwards acceleration of 1000 cm/s^2 from 0.1 to 0.5 seconds followed by downwards acceleration of 1000 cm/s^2 from 0.5 to 0.9. Simulation time of 2 seconds with 250 time intervals. Ttype 1.
transa s s2 tlim 0.1 0.5 2 0 0 1000.0

transa s s2 tlim 0.5 0.9 2 0 0 -1000.0

Control rod movement. Upwards acceleration of 1000 cm/s^2 from 0.1 to 0.5 seconds followed by downwards acceleration of 1000 cm/s^2 from 0.5 to 0.9. Simulation time of 2 seconds with 250 time intervals. Ttype 2.
transa s s2 tlim 0.1 0.5 3 0 0 1000.0

transa s s2 tlim 0.5 0.9 3 0 0 -1000.0

Control rod movement. Upwards acceleration of 1000 cm/s^2 from 0.1 to 0.5 seconds followed by downwards acceleration of 1000 cm/s^2 from 0.5 to 0.9. Simulation time of 2 seconds with 250 time intervals. Ttype 3.