DeAliasingTensor

Create a de-aliasing filter.

Creates a spectral de-aliasing filter in reciprocal space. Two methods are provided:

  • SHARP: a two-thirds truncation ("2/3 rule") that zeros high-frequency modes. The filter value \(\sigma(\mathbf{k})\) is

  • HOULI: the Hou-Li exponential filter, which smoothly damps high-frequency content using

where \(p\) is the exponent and \(\alpha\) is the pre-factor controlling the sharpness of the damping. The resulting filter \(\sigma\) is applied element-wise in reciprocal space.

Example Input File Syntax

Input Parameters

  • bufferThe buffer this compute is writing to

    C++ Type:std::string

    Controllable:No

    Description:The buffer this compute is writing to

  • methodPrefactor

    C++ Type:MooseEnum

    Options:SHARP, HOULI

    Controllable:No

    Description:Prefactor

Required Parameters

  • alpha36Hou-Li filter pre-factor

    Default:36

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Hou-Li filter pre-factor

  • p16Hou-Li filter exponent

    Default:16

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Hou-Li filter exponent

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