LBMIsotropicLaplacian

Compute isotropic Laplacian object.

This object uses isotropic finite difference method ot compute the Lapcian of phase field order parameter for LBM simulations.

Overview

Computes an isotropic finite-difference approximation to the Laplacian on the LBM grid. Provide the scalar field with "scalar_field" and select the destination scalar buffer via "buffer".

Example Input File Syntax

[TensorComputes<<<{"href": "../../syntax/TensorComputes/index.html"}>>>]
  [Solve<<<{"href": "../../syntax/TensorComputes/Solve/index.html"}>>>]
    [laplacian_phi]
      type = LBMIsotropicLaplacian<<<{"description": "Compute isotropic Laplacian object.", "href": "LBMIsotropicLaplacian.html"}>>>
      buffer<<<{"description": "The buffer this compute is writing to"}>>> = laplacian_phi
      scalar_field<<<{"description": "Scalar field to compute the Laplacian of"}>>> = phi
    []
  []
[]
(test/tests/lbm/phase.i)

Input Parameters

  • bufferThe buffer this compute is writing to

    C++ Type:std::string

    Controllable:No

    Description:The buffer this compute is writing to

  • scalar_fieldScalar field to compute the Laplacian of

    C++ Type:std::string

    Controllable:No

    Description:Scalar field to compute the Laplacian of

Required 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