ZirconiumDiffusion

Computes the amount of zirconium that is transported across the mesh.

Description

After all the diffusivities are set, ZirconiumDiffusion is used to transport the zirconium across the mesh.

A pseudo-binary model for U-19Pu-10Zr fuel was implemented into BISON with two essential numerical modifications: addition of an artificial diffusion term in the 2-phase region to stabilize the algorithm, and smoothing of the model coefficients near phase diagram curves. We solve the coupled system of equations, (1) for an evolving temperature distribution and Zr atom fraction distribution . This is a departure from the model considered in Kim et al. (2004) and Kim et al. (2006) which used a fixed temperature profile. We use a variable heat source that will depend on the axial position in the fuel rod and the local Zr fraction (actually the local fraction of actinides, which is the complement of the Zr fraction). Additionally a thermal conductivity model that accounts for constituent migration as well as porosity effects was used (Galloway model described in UPuZrThermal).

In a single-phase region of the phase diagram (here denotes the arbitrary phase) we have (2) where is the diffusivity and the heat of transport of Zr in the phase . In the 2-phase region bounded by the solubility limit curves and , the Soret term coefficient is (3) where is the phase fraction of according to the lever rule. In a 2-phase region one ought to take , however this would result in Eq. (1) being purely advective with a transport velocity proportional to the temperature gradient. Mathematically this leads to jump discontinuities in the Zr atom fraction profile at domain boundaries and boundaries between single and 2-phase regions. Moreover, it is well-known that standard centered finite difference or Galerkin finite element schemes are unstable for pure advection, leading to spurious oscillations. Thus to stabilize our Galerkin finite element implementation we add some artificial diffusion and take, (4) where and are dimensionless numerical parameters taken as small as possible while maintaining stability. In future work we plan to replace this simple stabilization approach with the SUPG (streamline upwind Petrov-Galerkin) finite element method, which can be also implemented within BISON. The and coefficients in the 2-phase region are defined in an analogous way.

Smoothing and

As defined above, and do not vary smoothly (or even continuously) with and when crossing phase diagram boundaries, and consequently the discretized system will be much more difficult to solve than it would otherwise be. We have ameliorated this effect by smoothing the relative phase contributions at each location in the phase diagram, discussed in detail in the documentation for PhaseUPuZr.

Example Input Syntax

[Kernels<<<{"href": "../../syntax/Kernels/index.html"}>>>]
  [ZrDiffusion]
    type = ZirconiumDiffusion<<<{"description": "Computes the amount of zirconium that is transported across the mesh.", "href": "ZirconiumDiffusion.html"}>>>
    variable<<<{"description": "The name of the variable that this residual object operates on"}>>> = zirconium
    temperature<<<{"description": "Coupled temperature"}>>> = T
  []
[]
(test/tests/zirconium_diffusion/test.i)

Input Parameters

  • temperatureCoupled temperature

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

    Unit:(no unit assumed)

    Controllable:No

    Description:Coupled temperature

  • variableThe name of the variable that this residual object operates on

    C++ Type:NonlinearVariableName

    Unit:(no unit assumed)

    Controllable:No

    Description:The name of the variable that this residual object operates on

Required Parameters

  • Zr_SoretZr_SoretZr_Soret

    Default:Zr_Soret

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Zr_Soret

  • Zr_Soret_dTZr_Soret_dTMaterial property name for zirconium Soret diffusivity derivative w.r.t. temperature, used for non-AD applications.

    Default:Zr_Soret_dT

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Material property name for zirconium Soret diffusivity derivative w.r.t. temperature, used for non-AD applications.

  • Zr_Soret_dZrZr_Soret_dZrMaterial property name for zirconium Soret diffusivity derivative w.r.t. zirconium, used for non-AD applications.

    Default:Zr_Soret_dZr

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Material property name for zirconium Soret diffusivity derivative w.r.t. zirconium, used for non-AD applications.

  • Zr_diffusivityZr_diffusivityZr_diffusivity

    Default:Zr_diffusivity

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Zr_diffusivity

  • Zr_diffusivity_dTZr_diffusivity_dTMaterial property name for zirconium diffusivity derivative w.r.t. temperature, used for non-AD applications.

    Default:Zr_diffusivity_dT

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Material property name for zirconium diffusivity derivative w.r.t. temperature, used for non-AD applications.

  • Zr_diffusivity_dZrZr_diffusivity_dZrMaterial property name for zirconium diffusivity derivative w.r.t. zirconium, used for non-AD applications.

    Default:Zr_diffusivity_dZr

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:Material property name for zirconium diffusivity derivative w.r.t. zirconium, used for non-AD applications.

  • 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

  • displacementsThe displacements

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The displacements

Optional Parameters

  • absolute_value_vector_tagsThe tags for the vectors this residual object should fill with the absolute value of the residual contribution

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

    Controllable:No

    Description:The tags for the vectors this residual object should fill with the absolute value of the residual contribution

  • extra_matrix_tagsThe extra tags for the matrices this Kernel should fill

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

    Controllable:No

    Description:The extra tags for the matrices this Kernel should fill

  • extra_vector_tagsThe extra tags for the vectors this Kernel should fill

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

    Controllable:No

    Description:The extra tags for the vectors this Kernel should fill

  • matrix_tagssystemThe tag for the matrices this Kernel should fill

    Default:system

    C++ Type:MultiMooseEnum

    Options:nontime, system

    Controllable:No

    Description:The tag for the matrices this Kernel should fill

  • vector_tagsnontimeThe tag for the vectors this Kernel should fill

    Default:nontime

    C++ Type:MultiMooseEnum

    Options:nontime, time

    Controllable:No

    Description:The tag for the vectors this Kernel should fill

Contribution To Tagged Field Data 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.

  • diag_save_inThe name of auxiliary variables to save this Kernel's diagonal Jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The name of auxiliary variables to save this Kernel's diagonal Jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

  • 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

  • save_inThe name of auxiliary variables to save this Kernel's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The name of auxiliary variables to save this Kernel's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

  • 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

  • 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. Yeon Soo Kim, S L Hayes, G L Hofman, and A M Yacout. Modeling of constituent redistribution in UPuZr metallic fuel. Journal of Nuclear Materials, 359(1-2):17–28, December 2006.[BibTeX]
  2. Yeon Soo Kim, G L Hofman, S L Hayes, and Y H Sohn. Constituent redistribution in UPuZr fuel during irradiation. Journal of Nuclear Materials, 327(1):27–36, April 2004.[BibTeX]