- densitiesNuclide densities (atom/b/cm) to set for each timestep
C++ Type:std::vector<std::vector<double>>
Controllable:No
Description:Nuclide densities (atom/b/cm) to set for each timestep
- namesNames of the nuclides to modifiy densities for each timestep
C++ Type:std::vector<std::vector<std::string>>
Controllable:No
Description:Names of the nuclides to modifiy densities for each timestep
- user_objectThe name of the associated OpenMCNuclideDensities
C++ Type:UserObjectName
Controllable:No
Description:The name of the associated OpenMCNuclideDensities
OpenMCNuclideDensitiesControl
Controls the densities in a OpeNMCNuclideDensities object.
Description
Changes the nuclide compositions of an OpenMCNuclideDensities user object via a controls. This can be used to change OpenMC material compositions as a function of time, such as for control rod movement or tritium migration.
Example Input Syntax
As an example, the c
Controls object will modify the
[UserObjects]
[mat1]
type = OpenMCNuclideDensities
material_id = 2
names = 'U235 U238'
# dummy values which do not get set, because the control will override these
densities = '0.0 0.0'
[]
[]
[Controls]
[c]
type = OpenMCNuclideDensitiesControl
user_object = mat1
names = 'U235 U238'
densities = '0.03 0.09'
[]
[]
(test/tests/controls/openmc_nuclide_densities/openmc.i)Input Parameters
- depends_onThe Controls that this control relies upon (i.e. must execute before this one)
C++ Type:std::vector<std::string>
Controllable:No
Description:The Controls that this control relies upon (i.e. must execute before this one)
Optional 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.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Controllable:No
Description:Determines whether this object is calculated using an implicit or explicit form