SwiftHohenbergLinear

Reciprocal space linear term in the semi-implicit time integration of the Swift-Hohenberg equation IC.

Fills a tensor with

where is the k-vector. This is the Fourier transform of the linear term in the Swift-Hohenberg equation.

Example Input File Syntax

[TensorComputes<<<{"href": "../../syntax/TensorComputes/index.html"}>>>]
  [Initialize<<<{"href": "../../syntax/TensorComputes/Initialize/index.html"}>>>]
    [linear]
      type = SwiftHohenbergLinear<<<{"description": "Reciprocal space linear term in the semi-implicit time integration of the Swift-Hohenberg equation IC.", "href": "SwiftHohenbergLinear.html"}>>>
      buffer<<<{"description": "The buffer this compute is writing to"}>>> = linear
      alpha<<<{"description": "Regularization factor <=1"}>>> = 1
      r<<<{"description": "Phase field crystal parameter r"}>>> = 0.025
    []
  []
[]
(test/tests/tensor_compute/rotating_grain_secant.i)

Input Parameters

  • bufferThe buffer this compute is writing to

    C++ Type:std::string

    Controllable:No

    Description:The buffer this compute is writing to

Required Parameters

  • alpha1Regularization factor <=1

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Regularization factor <=1

  • r-0.5Phase field crystal parameter r

    Default:-0.5

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Phase field crystal parameter r

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