LBMPressureCorrectedEquilibrium

Compute object for correcting the equilibrium distribution function for phase field model.

This compute object evaluates the pressure-corrected equilibrium distribution function for the phase field lattice Boltzmann model.

Overview

Computes the equilibrium distribution using a pressure-based formulation where the zeroth moment recovers pressure rather than density. For , ; for , . Provide the density via "rho", velocity via "velocity", and pressure via "pressure".

Example Input File Syntax

[TensorComputes<<<{"href": "../../syntax/TensorComputes/index.html"}>>>]
  [Solve<<<{"href": "../../syntax/TensorComputes/Solve/index.html"}>>>]
    [f_eq]
      type = LBMPressureCorrectedEquilibrium<<<{"description": "Compute object for correcting the equilibrium distribution function for phase field model.", "href": "LBMPressureCorrectedEquilibrium.html"}>>>
      buffer<<<{"description": "The buffer this compute is writing to"}>>> = f_eq
      rho<<<{"description": "LBM density"}>>> = rho
      velocity<<<{"description": "LBM fluid velocity"}>>> = velocity
      pressure<<<{"description": "Pressure computed from phase field model"}>>> = pressure
    []
  []
[]
(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

  • pressurePressure computed from phase field model

    C++ Type:std::string

    Controllable:No

    Description:Pressure computed from phase field model

  • rhoLBM density

    C++ Type:std::string

    Controllable:No

    Description:LBM density

  • 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