CosineTransitionFunction

Computes a cosine transtition of a user-specified width between two values

This function uses WeightedTransition to smoothly transition between two values in time or along a spatial axis.

Input Parameters

  • axisCoordinate axis on which the transition occurs

    C++ Type:MooseEnum

    Options:x, y, z, t

    Controllable:No

    Description:Coordinate axis on which the transition occurs

  • function1First function

    C++ Type:FunctionName

    Controllable:No

    Description:First function

  • function2Second function

    C++ Type:FunctionName

    Controllable:No

    Description:Second function

  • transition_centerCenter position of transition

    C++ Type:double

    Controllable:No

    Description:Center position of transition

  • transition_widthWidth of transition

    C++ Type:double

    Controllable:No

    Description:Width of transition

Required Parameters

  • execute_onLINEARThe 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, ALWAYS.

    Default:LINEAR

    C++ Type:ExecFlagEnum

    Options:NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM, ALWAYS

    Controllable:No

    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, ALWAYS.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files

References

No citations exist within this document.