- tolThe limit at which the reinitialization problem is considered converged.
C++ Type:double
Description:The limit at which the reinitialization problem is considered converged.
LevelSetOlssonTerminator
This object is utilized to terminate a level set reinitialization solve, when steady-state for (see LevelSetOlssonReinitialization) is detected:
(1) where is a problem-dependent tolerance, and . When steady-state is achieved, is set equal to the re-initialized solution , and the entire process is repeated at time .
Example Syntax
[UserObjects]
[./arnold]
type = LevelSetOlssonTerminator
tol = 1
[../]
[]
(modules/level_set/test/tests/reinitialization/reinit.i)Input Parameters
- execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Default:TIMESTEP_END
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
- min_steps3The minimum number of time steps to consider.
Default:3
C++ Type:int
Description:The minimum number of time steps to consider.
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- force_preauxFalseForces the GeneralUserObject to be executed in PREAUX
Default:False
C++ Type:bool
Description:Forces the GeneralUserObject to be executed in PREAUX
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
Input Files
- modules/level_set/examples/vortex/vortex_reinit_sub.i
- modules/level_set/test/tests/kernels/olsson_reinitialization/olsson_1d.i
- modules/level_set/examples/rotating_circle/circle_rotate_sub.i
- modules/level_set/test/tests/reinitialization/reinit.i