- valuesInitial values to initialize the scalar variable.
C++ Type:std::vector<double>
Description:Initial values to initialize the scalar variable.
ScalarComponentIC
buildconstruction:Undocumented Class
The ScalarComponentIC has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# ScalarComponentIC
!syntax description /ICs/ScalarComponentIC
## Overview
!! Replace these lines with information regarding the ScalarComponentIC object.
## Example Input File Syntax
!! Describe and include an example of how to use the ScalarComponentIC object.
!syntax parameters /ICs/ScalarComponentIC
!syntax inputs /ICs/ScalarComponentIC
!syntax children /ICs/ScalarComponentIC
Initial condition to set different values on each component of scalar variable.
Input Parameters
- 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.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
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.