- variableThe variable this initial condition is supposed to provide values for.
C++ Type:VariableName
Description:The variable this initial condition is supposed to provide values for.
- x_valueThe x value to be set in IC
C++ Type:double
Description:The x value to be set in IC
VectorConstantIC
The VectorConstantIC
class is used to set initial values of components of a vector variable. The x component can be set through the x_value
parameter, the y component through y_value
, and the z component through z_value
. Note that x_value
is required. If y_value
or z_value
are not supplied, they are defaulted to zero.
Sets constant component values for a vector field variable.
Input Parameters
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
- boundaryThe list of boundary IDs from the mesh where this boundary condition applies
C++ Type:std::vector
Description:The list of boundary IDs from the mesh where this boundary condition applies
- y_value0The y value to be set in IC
Default:0
C++ Type:double
Description:The y value to be set in IC
- z_value0The z value to be set in IC
Default:0
C++ Type:double
Description:The z value to be set in IC
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- ignore_uo_dependencyFalseWhen set to true, a UserObject retrieved by this IC will not be executed before the this IC
Default:False
C++ Type:bool
Description:When set to true, a UserObject retrieved by this IC will not be executed before the this IC
Advanced Parameters
Input Files
- test/tests/kernels/transient_vector_diffusion/transient_vector_diffusion.i
- modules/navier_stokes/test/tests/ins/lid_driven/ad_lid_driven_stabilized.i
- test/tests/kernels/ad_transient_diffusion/ad_transient_vector_diffusion.i
- test/tests/ics/vector_constant_ic/vector_constant_ic.i