- densityInitial fuel density
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Initial fuel density
- eigenstrain_nameMaterial property name for the eigenstrain tensor computed by this model. IMPORTANT: The name of this property must also be provided to the strain calculator.
C++ Type:std::string
Controllable:No
Description:Material property name for the eigenstrain tensor computed by this model. IMPORTANT: The name of this property must also be provided to the strain calculator.
U3Si2VolumetricSwellingEigenstrain
Computes and sums the change in fuel pellet volume due to densification and fission product release. This class applies a volumetric strain correction before adding the strain from this class to the diagonal entries of the eigenstrain tensor.
Description
Swelling due to solid fission products, gaseous fission products, and densification all contribute to the change in volume of a fuel pellet. The contributions from all three of these components are modeled in U3Si2VolumetricSwellingEigenstrain.
Densification of the Fuel
USi is expected to experience densification similar to UO. Thus, the fuel densification is computed using the ESCORE empirical model (Rashid et al., 2004) given by: where is the densification strain, is the total densification that can occur (given as a fraction of theoretical density), is the burnup, and is the burnup at which densification is complete. The parameter is dependent on temperature: (1) Note that in Eq. (1) the temperature variable, , is given in Celcius.
Fission Product Swelling
Empirical Finlay Model
Since the data for USi is limited, an empirical expression for the swelling of USi was determined using data from Figure 3 of M. R. Finlay (2004). The swelling of fuel particles was calculated by Finlay using the results of miniplate irradiation tests. To convert Finlay's data (fission density) to FIMA, a value of 10.735 g/cm was used as the heavy metal density, equivalent to 95% theoretical heavy metal density. Based on Finlay's data the volumetric strain can be written as a function of burnup: where is the volumetric strain at a given burnup Bu. The burnup is in units of FIMA. The quadratic equation for the total volumetric strain is then decoupled into its solid and gaseous components. The solid swelling is a linear function of burnup based upon the data of Hofman and Ryu (1989) using the same conversion procedure from fission density to burnup given above: which results in a gaseous swelling contribution given by the following quadratic function of burnup:
USi Coupled Fission Gas Release and Swelling
In addition to the empirical correlation for gaseous swelling described above the gaseous swelling component for USi can be calculated by coupling to U3Si2Sifgrs. The theoretical bases of the volumetric strain due to gaseous fission product for this model is found on the U3Si2Sifgrs page.
Argonne Model
A third model for gaseous swelling utilizes U3Si2TricubicInterpolationUserObject to calculate the total gaseous swelling.
Example Input Syntax
[Materials<<<{"href": "../../../syntax/Materials/index.html"}>>>]
[fuel_swelling]
type = U3Si2VolumetricSwellingEigenstrain<<<{"description": "Computes and sums the change in fuel pellet volume due to densification and fission product release. This class applies a volumetric strain correction before adding the strain from this class to the diagonal entries of the eigenstrain tensor.", "href": "U3Si2VolumetricSwellingEigenstrain.html"}>>>
temperature<<<{"description": "Coupled temperature in Kelvin"}>>> = T
burnup<<<{"description": "Coupled Burnup"}>>> = burnup
complete_burnup<<<{"description": "The burnup at which densification is complete input in units of MWd/kgU"}>>> = 10
eigenstrain_name<<<{"description": "Material property name for the eigenstrain tensor computed by this model. IMPORTANT: The name of this property must also be provided to the strain calculator."}>>> = volumetric_swelling
gaseous_swelling_type<<<{"description": "Use gaseous swelling from FINLAY, ARGONNE, or U3SI2FG"}>>> = U3SI2FG
[]
[](test/tests/solid_mechanics/u3si2_eigenstrains/u3si2_vswelling/swelling_mechanistic.i)The eigenstrain name must also be passed to the strain calculator, and an example parameter setting in the Solid Mechanics QuasiStatic Action is shown below:
[Physics<<<{"href": "../../../syntax/Physics/index.html"}>>>]
[SolidMechanics<<<{"href": "../../../syntax/Physics/SolidMechanics/index.html"}>>>]
[QuasiStatic<<<{"href": "../../../syntax/Physics/SolidMechanics/QuasiStatic/index.html"}>>>]
[all]
strain<<<{"description": "Strain formulation"}>>> = FINITE
add_variables<<<{"description": "Add the displacement variables"}>>> = true
eigenstrain_names<<<{"description": "List of eigenstrains to be applied in this strain calculation"}>>> = 'fuelthermal_strain volumetric_swelling'
temperature<<<{"description": "The temperature"}>>> = T
[]
[]
[]
[](test/tests/solid_mechanics/u3si2_eigenstrains/u3si2_vswelling/swelling_mechanistic.i)Input Parameters
- axis_vectorVector defining direction of cylindrical axis (3D Cartesian models) that use the Argonne gaseous swelling model.
C++ Type:libMesh::VectorValue<double>
Unit:(no unit assumed)
Controllable:No
Description:Vector defining direction of cylindrical axis (3D Cartesian models) that use the Argonne gaseous swelling model.
- base_nameOptional parameter that allows the user to define multiple mechanics material systems on the same block, i.e. for multiple phases
C++ Type:std::string
Controllable:No
Description:Optional parameter that allows the user to define multiple mechanics material systems on the same block, i.e. for multiple phases
- blockThe list of blocks (ids or names) that this object will be applied
C++ Type:std::vector<SubdomainName>
Controllable:No
Description:The list of blocks (ids or names) that this object will be applied
- boundaryThe list of boundaries (ids or names) from the mesh where this object applies
C++ Type:std::vector<BoundaryName>
Controllable:No
Description:The list of boundaries (ids or names) from the mesh where this object applies
- burnupCoupled Burnup
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:Coupled Burnup
- burnup_functionBurnup function
C++ Type:FunctionName
Unit:(no unit assumed)
Controllable:No
Description:Burnup function
- complete_burnup5The burnup at which densification is complete input in units of MWd/kgU
Default:5
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:The burnup at which densification is complete input in units of MWd/kgU
- computeTrueWhen false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the MaterialBase via MaterialBasePropertyInterface::getMaterialBase(). Non-computed MaterialBases are not sorted for dependencies.
Default:True
C++ Type:bool
Controllable:No
Description:When false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the MaterialBase via MaterialBasePropertyInterface::getMaterialBase(). Non-computed MaterialBases are not sorted for dependencies.
- constant_onNONEWhen ELEMENT, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps.When SUBDOMAIN, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps. Evaluations on element qps will be skipped
Default:NONE
C++ Type:MooseEnum
Controllable:No
Description:When ELEMENT, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps.When SUBDOMAIN, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps. Evaluations on element qps will be skipped
- declare_suffixAn optional suffix parameter that can be appended to any declared properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any declared properties. The suffix will be prepended with a '_' character.
- gaseous_swelling_objectName of the UserObject that is used to calculate the gaseous swelling. Must only be supplied when using the Argonne gaseous swelling model.
C++ Type:UserObjectName
Controllable:No
Description:Name of the UserObject that is used to calculate the gaseous swelling. Must only be supplied when using the Argonne gaseous swelling model.
- gaseous_swelling_typeFINLAYUse gaseous swelling from FINLAY, ARGONNE, or U3SI2FG
Default:FINLAY
C++ Type:MooseEnum
Controllable:No
Description:Use gaseous swelling from FINLAY, ARGONNE, or U3SI2FG
- include_densificationTrueShould the calculation of volumetric swelling include volumetric changes due to densification
Default:True
C++ Type:bool
Controllable:No
Description:Should the calculation of volumetric swelling include volumetric changes due to densification
- include_gaseous_swellingTrueShould the calculation of volumetric swelling include swelling due to gaseous fission products
Default:True
C++ Type:bool
Controllable:No
Description:Should the calculation of volumetric swelling include swelling due to gaseous fission products
- include_solid_swellingTrueShould the calculation of volumetric swelling include swelling due to solid fission products
Default:True
C++ Type:bool
Controllable:No
Description:Should the calculation of volumetric swelling include swelling due to solid fission products
- initial_porosity0.05Initial fuel porosity (/)
Default:0.05
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Initial fuel porosity (/)
- originOrigin of cylinder axis of rotation for 2D and 3D Cartesian models that use the Argonne gaseous swelling model.
C++ Type:libMesh::VectorValue<double>
Unit:(no unit assumed)
Controllable:No
Description:Origin of cylinder axis of rotation for 2D and 3D Cartesian models that use the Argonne gaseous swelling model.
- temperatureCoupled temperature in Kelvin
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:Coupled temperature in Kelvin
- total_densification0.01The densification that will occur given as a fraction of theoretical density
Default:0.01
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:The densification that will occur given as a fraction of theoretical density
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:Yes
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
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Controllable:No
Description:The seed for the master random number generator
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Controllable:No
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
- gaseous_swelling_scaling_factor1Scaling factor to be applied to the gaseous swelling strain. Used for sensitivity and calibration studies
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Scaling factor to be applied to the gaseous swelling strain. Used for sensitivity and calibration studies
- solid_swelling_scaling_factor1Scaling factor to be applied to the solid swelling strain. Used for sensitivity and calibration studies
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Scaling factor to be applied to the solid swelling strain. Used for sensitivity and calibration studies
Advanced: Scaling Factors Parameters
- output_propertiesList of material properties, from this material, to output (outputs must also be defined to an output type)
C++ Type:std::vector<std::string>
Controllable:No
Description:List of material properties, from this material, to output (outputs must also be defined to an output type)
- outputsnone Vector of output names where you would like to restrict the output of variables(s) associated with this object
Default:none
C++ Type:std::vector<OutputName>
Controllable:No
Description:Vector of output names where you would like to restrict the output of variables(s) associated with this object
Outputs Parameters
- prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
- use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Default:False
C++ Type:bool
Controllable:No
Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Material Property Retrieval Parameters
Input Files
- (test/tests/solid_mechanics/u3si2_eigenstrains/u3si2_vswelling/swelling.i)
- (examples/accident_tolerant_fuel/u3si2_zircaloy/u3si2_zircaloy.i)
- (test/tests/sifgrs/u3si2/intergranular.i)
- (test/tests/solid_mechanics/u3si2_eigenstrains/u3si2_vswelling/argonne_rz.i)
- (examples/accident_tolerant_fuel/u3si2_sic/u3si2_outer_monolith_1.5D.i)
- (test/tests/solid_mechanics/u3si2_eigenstrains/u3si2_vswelling/swelling_mechanistic.i)
References
- G. L. Hofman and W. S. Ryu.
Detailed Analysis of Uranium Silicide Dispersion Fuel Swelling.
Technical Report CONF-8909141-10, Argonne National Laboratory, 1989.[BibTeX]
- J.L Snelgrove M. R. Finlay, G. L. Hofman.
Irradiation behaviour of uranium silicide compounds.
Journal of Nuclear Materials, 325:118–128, 2004.[BibTeX]
- Y Rashid, R Dunham, and R Montgomery.
Fuel Analysis and Licensing Code: FALCON MOD01.
Technical Report, Electric Power Research Institute, December 2004.[BibTeX]