UO2VolumetricSwellingEigenstrain

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 UO fuel pellet. The contributions from all three of these components are modeled in UO2VolumetricSwellingEigenstrain.

Densification of the Fuel

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), Bu is the burnup, and Bu is the burnup at which densification is complete. (1) In Eq. (1) the variable for temperature, , is defined in Celcius. Note that the parameter given in Rashid et al. (2004) for temperatures below 750C; the values in Eq. (1) are used in BISON to eliminate the discontinuity in .

Application to MOX Fuel

In MATPRO (Allison et al., 1993), the same model is provided for UO and MOX. Because this correlation relies on a wide database, this model is also used in BISON for MOX densification.

Fission Product Swelling

Empirical relations from MATPRO (Allison et al., 1993) are available in BISON for calculating the swelling due to both solid and gaseous fission products. The same model is provided for both UO and MOX.

Solid fission product swelling is expressed as a simple linear function of burnup: where is the volumetric solid swelling increment, Bu the burnup increment (fissions/atoms-U), and is the density (kg/m).

Swelling due to gaseous fission products is approximated by a semi-empirical model: where is the volumetric gas swelling increment, and are the burnup and burnup increment (fissions/atoms-U), respectively, is the density (kg/m) and is the temperature (K).

Figure 1: UO gaseous and total swelling, as a function of temperature and burnup, based on the MATPRO correlations.

Figure 1 shows a plot of the gaseous and total fission product swelling as a function of temperature and burnup. The MATPRO correlations (Allison et al., 1993) indicate that gaseous swelling does not become significant until above 1500 K and is saturated at a burnup of 20 MWd/kgU.

Alternatively the gaseous fission product swelling can be calculated using a physics-based model that takes into account the coupling with the fission gas release (see UO2Sifgrs ).

Example Input Syntax

[Materials<<<{"href": "../../../syntax/Materials/index.html"}>>>]
  [fuel_swelling]
    type = UO2VolumetricSwellingEigenstrain<<<{"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": "UO2VolumetricSwellingEigenstrain.html"}>>>
    gas_swelling_model_type<<<{"description": "Which type of model to use to calculate the gaseous swelling. Choices are SIFGRS MATPRO SIFGRS_IG. If you select SIFGRS or SIFGRS_IG, the SIFGRS model must be included in the input file."}>>> = MATPRO
    block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = '1 2 3 4 5 6 7'
    temperature<<<{"description": "Coupled Temperature in Kelvin"}>>> = temp
    burnup<<<{"description": "Coupled Burnup"}>>> = burnup
    complete_burnup<<<{"description": "The burnup at which densification is complete input in units of MWd/kgU"}>>> = 5
    total_densification<<<{"description": "The densification that will occur given as a fraction of theoretical density"}>>> = 0.01
    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."}>>> = swell
    initial_fuel_density<<<{"description": "Initial fuel density in kg-UO2/m^3"}>>> = 10430.0
  []
[]
(test/tests/solid_mechanics/uo2_eigenstrains/uo2_vswelling/swelling.i)

The eigenstrain name must also be passed to the strain calculator, and an example parameter setting 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
        eigenstrain_names<<<{"description": "List of eigenstrains to be applied in this strain calculation"}>>> = 'fuelthermal_strain swell'
        temperature<<<{"description": "The temperature"}>>> = temp
      []
    []
  []
[]
(test/tests/solid_mechanics/uo2_eigenstrains/uo2_vswelling/swelling.i)

Input Parameters

  • 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.

  • initial_fuel_densityInitial fuel density in kg-UO2/m^3

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Initial fuel density in kg-UO2/m^3

  • temperatureCoupled Temperature in Kelvin

    C++ Type:std::vector<VariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:Coupled Temperature in Kelvin

Required Parameters

  • 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:BurnupFunctionName

    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_dens_c_dFalseWhether to use a constant C_d (1.0)

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Whether to use a constant C_d (1.0)

  • 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

    Options:NONE, ELEMENT, SUBDOMAIN

    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.

  • deltav_v0_bubble_GBdeltav_v0_bubble_GBName of material property for grain boundary fission gas swelling

    Default:deltav_v0_bubble_GB

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Name of material property for grain boundary fission gas swelling

  • deltav_v0_intra_totaldeltav_v0_intra_totalName of material property for intra-granular fission gas swelling

    Default:deltav_v0_intra_total

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Name of material property for intra-granular fission gas swelling

  • gas_swelling_model_typeSIFGRSWhich type of model to use to calculate the gaseous swelling. Choices are SIFGRS MATPRO SIFGRS_IG. If you select SIFGRS or SIFGRS_IG, the SIFGRS model must be included in the input file.

    Default:SIFGRS

    C++ Type:MooseEnum

    Options:SIFGRS, MATPRO, SIFGRS_IG

    Controllable:No

    Description:Which type of model to use to calculate the gaseous swelling. Choices are SIFGRS MATPRO SIFGRS_IG. If you select SIFGRS or SIFGRS_IG, the SIFGRS model must be included in the input file.

  • 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_gas_swellingTrueShould the calculation of volumetric swelling include swelling due to gas fision products

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Should the calculation of volumetric swelling include swelling due to gas fision products

  • include_solid_swellingTrueShould the calculation of volumetric swelling include swelling due to solid fision products

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Should the calculation of volumetric swelling include swelling due to solid fision products

  • initial_porosity0.05initial fuel porosity (dimensionless)

    Default:0.05

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:initial fuel porosity (dimensionless)

  • 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_scale_factor1Scale factor to be applied to the gaseous swelling strain when gas swelling model type is MATPRO. Used for calibration and sensitivity studies

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Scale factor to be applied to the gaseous swelling strain when gas swelling model type is MATPRO. Used for calibration and sensitivity studies

  • solid_swelling_scale_factor1Scale factor to be applied to the solid swelling strain. Used for calibration and sensitivity studies

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Scale factor to be applied to the solid swelling strain. Used for calibration and sensitivity 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

References

  1. C. M. Allison, G. A. Berna, R. Chambers, E. W. Coryell, K. L. Davis, D. L. Hagrman, D. T. Hagrman, N. L. Hampton, J. K. Hohorst, R. E. Mason, M. L. McComas, K. A. McNeil, R. L. Miller, C. S. Olsen, G. A. Reymann, and L. J. Siefken. SCDAP/RELAP5/MOD3.1 code manual, volume IV: MATPRO-A library of materials properties for light-water-reactor accident analysis. Technical Report NUREG/CR-6150, EGG-2720, Idaho National Engineering Laboratory, 1993.[BibTeX]
  2. Y Rashid, R Dunham, and R Montgomery. Fuel Analysis and Licensing Code: FALCON MOD01. Technical Report, Electric Power Research Institute, December 2004.[BibTeX]