- boundary-1 The list of boundaries (ids or names) from the mesh where this object applies. Defaults to all boundaries.
Default:-1
C++ Type:std::vector<BoundaryName>
Controllable:No
Description:The list of boundaries (ids or names) from the mesh where this object applies. Defaults to all boundaries.
- variableVariable on which to apply the boundary condition
C++ Type:VariableName
Unit:(no unit assumed)
Controllable:No
Description:Variable on which to apply the boundary condition
- vector_coefficient_imag0. 0. 0.Vector coefficient specifying the imaginary part of the values the variable takes on the boundary. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a numeric vector value (enclosed in curly braces).
Default:0. 0. 0.
C++ Type:MFEMVectorCoefficientName
Controllable:No
Description:Vector coefficient specifying the imaginary part of the values the variable takes on the boundary. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a numeric vector value (enclosed in curly braces).
- vector_coefficient_real0. 0. 0.Vector coefficient specifying the real part of the values the variable takes on the boundary. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a numeric vector value (enclosed in curly braces).
Default:0. 0. 0.
C++ Type:MFEMVectorCoefficientName
Controllable:No
Description:Vector coefficient specifying the real part of the values the variable takes on the boundary. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a numeric vector value (enclosed in curly braces).
MFEMComplexVectorNormalDirichletBC
Overview
Boundary condition for enforcing an essential (Dirichlet) boundary condition on the normal components of a complex-valued conforming vector FE at a boundary. The imposed value is a coefficient that may vary in space and/or time.
Example Input File Syntax
[BCs<<<{"href": "../../../syntax/BCs/index.html"}>>>]
[dirichlet]
type = MFEMVectorNormalDirichletBC<<<{"description": "Applies a Dirichlet condition to the normal components of a vector variable.", "href": "MFEMVectorNormalDirichletBC.html"}>>>
variable<<<{"description": "Variable on which to apply the boundary condition"}>>> = F
boundary<<<{"description": "The list of boundaries (ids or names) from the mesh where this object applies. Defaults to all boundaries."}>>> = '1 2 3'
vector_coefficient<<<{"description": "Vector coefficient specifying the values the variable takes on the boundary. A functor is any of the following: a variable, an MFEM material property, a function, a postprocessor or a numeric vector value (enclosed in curly braces)."}>>> = F_exact
[]
[](test/tests/mfem/kernels/graddiv.i)Input 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.