ReciprocalLaplacianSquareFactor

Reciprocal space Laplacian squared IC.

Fills a tensor with

where is the k-vector. This is the Fourier transform of the squared Laplacian operator.

Example Input File Syntax

[TensorComputes<<<{"href": "../../syntax/TensorComputes/index.html"}>>>]
  [Initialize<<<{"href": "../../syntax/TensorComputes/Initialize/index.html"}>>>]
    [kappabarbar]
      type = ReciprocalLaplacianSquareFactor<<<{"description": "Reciprocal space Laplacian squared IC.", "href": "ReciprocalLaplacianSquareFactor.html"}>>>
      factor<<<{"description": "Prefactor"}>>> = -0.001 # kappa
      buffer<<<{"description": "The buffer this compute is writing to"}>>> = kappabarbar
    []
  []
[]
(test/tests/cahnhilliard/cahnhilliard.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

  • factor1Prefactor

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Prefactor

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