MFEMComplexScalarIC

Overview

MFEMComplexScalarIC is used to set initial conditions of complex scalar valued MFEM variables from two mfem::Coefficients representing its real and imaginary parts. The initial condition will be applied on all subdomains in the mesh.

Input File Syntax

Input Parameters

  • coefficient_imagThe imaginary part of the scalar coefficient. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a number.

    C++ Type:MFEMScalarCoefficientName

    Controllable:No

    Description:The imaginary part of the scalar coefficient. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a number.

  • coefficient_realThe real part of the scalar coefficient. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a number.

    C++ Type:MFEMScalarCoefficientName

    Controllable:No

    Description:The real part of the scalar coefficient. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a number.

  • variableThe variable to apply the initial condition on.

    C++ Type:VariableName

    Unit:(no unit assumed)

    Controllable:No

    Description:The variable to apply the initial condition on.

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