LBMPhaseEquilibrium

Compute LB equilibrium distribution object for phase field parameter.

This object computes equilibrium distribution for phase-field LBM.

Overview

Builds equilibrium distributions for a phase field according to the chosen stencil and supplied macroscopic fields. Provide the scalar phase field via "phi" and velocity via "velocity"

Example Input File Syntax

[TensorComputes<<<{"href": "../../syntax/TensorComputes/index.html"}>>>]
  [Initialize<<<{"href": "../../syntax/TensorComputes/Initialize/index.html"}>>>]
    [h_eq_init]
      type = LBMPhaseEquilibrium<<<{"description": "Compute LB equilibrium distribution object for phase field parameter.", "href": "LBMPhaseEquilibrium.html"}>>>
      buffer<<<{"description": "The buffer this compute is writing to"}>>> = h_eq
      phi<<<{"description": "LBM phase field parameter"}>>> = phi
      velocity<<<{"description": "LBM fluid velocity"}>>> = velocity
    []
  []
[]
(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

  • phiLBM phase field parameter

    C++ Type:std::string

    Controllable:No

    Description:LBM phase field parameter

  • velocityLBM fluid velocity

    C++ Type:std::string

    Controllable:No

    Description:LBM fluid velocity

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