ZrDiffusivityUPuZr

Computes Fickian and Soret diffusivity.

Description

Zirconium redistribution in U-Zr and U-Pu-Zr based fuels impacts both fuel mechanical and thermal performance. For the detailed theoretical information of the calculation of the UPuZr phase diffusivity and impact on redistribution, refer to the Zirconium Redistribution page.

Numerical Implementation in BISON

Using the phase fractions calculated in PhaseUPuZr, ZrDiffusivityUPuZr calculates the Fickian and Soret diffusion coefficients using The artificial two-phase diffusivity parameter is used to set the diffusivity in the two-phase regions, and is typically set to . A scalar factor is also included to tune the diffusivities within each phase. It should be noted that is multiplied against all diffusivity values, including the Soret calculation, except for the artificial two-phase regions. In these regions, the only scalar utilized is the values.

Example Input Syntax

[Materials<<<{"href": "../../syntax/Materials/index.html"}>>>]
  [zr_diff]
    type = ZrDiffusivityUPuZr<<<{"description": "Computes Fickian and Soret diffusivity.", "href": "ZrDiffusivityUPuZr.html"}>>>
    block<<<{"description": "The list of blocks (ids or names) that this object will be applied"}>>> = 0
    temperature<<<{"description": "Coupled temperature."}>>> = temp
    X_Pu<<<{"description": "Coupled plutonium atom fraction."}>>> = 0.16
    X_Zr<<<{"description": "Coupled zirconium atom fraction."}>>> = X_Zr
    outputs<<<{"description": "Vector of output names where you would like to restrict the output of variables(s) associated with this object"}>>> = 'all'
  []
[]
(test/tests/zrdiffusivity_upuzr/patch.i)

Input Parameters

  • X_PuCoupled plutonium atom fraction.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:Coupled plutonium atom fraction.

  • X_ZrCoupled zirconium atom fraction.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:Coupled zirconium atom fraction.

  • temperatureCoupled temperature.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:Coupled temperature.

Required Parameters

  • D0_alpha3e-06Alpha phase diffusivity prefactor

    Default:3e-06

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Alpha phase diffusivity prefactor

  • D0_beta1.14e-05Beta phase diffusivity prefactor

    Default:1.14e-05

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Beta phase diffusivity prefactor

  • D0_delta3e-06Delta phase diffusivity prefactor

    Default:3e-06

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Delta phase diffusivity prefactor

  • D0_scale_alpha1Alpha diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Alpha diffusion coefficient multiplier

  • D0_scale_beta1Delta diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Delta diffusion coefficient multiplier

  • D0_scale_delta1Gamma diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Gamma diffusion coefficient multiplier

  • D0_scale_gamma1Beta diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Beta diffusion coefficient multiplier

  • Q_alpha170000Alpha phase activation energy

    Default:170000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Alpha phase activation energy

  • Q_beta180000Beta phase activation energy

    Default:180000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Beta phase activation energy

  • Q_delta150000Delta phase activation energy

    Default:150000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Delta phase activation energy

  • Q_scale_alpha1Alpha diffusion activation energy multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Alpha diffusion activation energy multiplier

  • Q_scale_beta1Delta diffusion activation energy multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Delta diffusion activation energy multiplier

  • Q_scale_delta1Gamma diffusion activation energy multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Gamma diffusion activation energy multiplier

  • Q_scale_gamma1Beta diffusion activation energy multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Beta diffusion activation energy multiplier

  • Qstar_alpha200000Alpha phase heat of transport

    Default:200000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Alpha phase heat of transport

  • Qstar_beta450000Beta phase heat of transport

    Default:450000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Beta phase heat of transport

  • Qstar_delta160000Delta phase heat of transport

    Default:160000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Delta phase heat of transport

  • Qstar_gamma-200000Gamma phase heat of transport

    Default:-200000

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Gamma phase heat of transport

  • S_scale_alpha1Alpha soret diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Alpha soret diffusion coefficient multiplier

  • S_scale_beta1Delta soret diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Delta soret diffusion coefficient multiplier

  • S_scale_delta1Gamma soret diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Gamma soret diffusion coefficient multiplier

  • S_scale_gamma1Beta soret diffusion coefficient multiplier

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Beta soret diffusion coefficient multiplier

  • 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

  • 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

    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.

  • limit_twophase_soretFalseFlag to smoothly transition Soret diffusivity to zero in the two phase regions as fractional two phase concentration goes from 0.5 to 0.33

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Flag to smoothly transition Soret diffusivity to zero in the two phase regions as fractional two phase concentration goes from 0.5 to 0.33

  • p_alpha0.2Artificial diffusion coefficient for alpha phase

    Default:0.2

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Artificial diffusion coefficient for alpha phase

  • p_beta0.2Artificial diffusion coefficient for beta phase

    Default:0.2

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Artificial diffusion coefficient for beta phase

  • p_delta0.2Artificial diffusion coefficient for delta phase

    Default:0.2

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Artificial diffusion coefficient for delta phase

  • p_gamma0.2Artificial diffusion coefficient for gamma phase

    Default:0.2

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Artificial diffusion coefficient for gamma phase

  • verboseFalsePrint diagnostic information

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Print diagnostic information

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

  • 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