- 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
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.
- oxide_scale_factor1Scaling factor for oxide thickness
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Scaling factor for oxide thickness
- reactor_typePWRThe reactor type being simulated, either PWR or BWR. Default is PWR.
Default:PWR
C++ Type:MooseEnum
Controllable:No
Description:The reactor type being simulated, either PWR or BWR. Default is PWR.
- temperatureCladding outer surface temperature (K)
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:Cladding outer surface temperature (K)
FeCrAlOxidation
Computes the oxide mass gain and oxide scale thickness for the C35M FeCrAl alloy.
Description
The material FeCrAlOxidation models oxidation and corrosion of FeCrAl cladding.
The oxygen mass gain is calculated by: where is the parabolic rate constant and t is the time. Once the mass gain is known in SI units the oxide thickness is calculated by: where is the density of the oxygen in the oxide layer that is formed, and is the oxide thickness in meters.
For the calculation of the parabolic rate constant, the model includes distinct correlations for normal operating temperature and high temperature. More details are given below.
Normal Operating Temperature Model
This component considers the growth of a chromium rich chromite (FeCrO) scale at normal reactor operating temperatures and is based on experimental tests of various FeCrAl alloys completed by Terrani et al. (2016) in PWR and BWR water conditions. Both hydrogenated BWR and normal BWR water chemistry was investigated. The parabolic rate constant depends upon whether the reactor is PWR or BWR. To make the BISON model as general as possible the average value of the rate constant for the both PWR and BWR-NRC is used. Specifically, for PWR, k = 3.49 10 mg cm h and for BWR, k = 3.45 10 mg cm h. To be consistent with BISON's SI units the value of is multiplied by a conversion factor to change the units to kg m s. The density of oxygen in the chromite layer is taken as 1440kg m (Terrani et al., 2016).
High-Temperature Model
This component considers the growth of an alumina (AlO) scale, which forms at temperatures above 1173 K Rybicki and Smialek (1989). This high-temperature model does not differentiate between PWR and BWR conditions. The correlation for the parabolic rate constant is based on the data reported in Field et al. (2018). These experiments indicated that for the FeCrAl alloys of interest (>10% Cr, 5-6% Al) the oxidation kinetics at high temperature is consistent with a multiplication factor of 2.3 for the square of the parabolic rate constant relative to the commercial alloy Kanthal APMT. Then, the model considers (in kg/m-s):
where (J/mol-K) is the gas constant. The density of oxygen in the alumina layer is taken as 1888 kg m. This high temperature model is based on the work (Sweet, 2018).
Example Input Syntax
[Materials<<<{"href": "../../syntax/Materials/index.html"}>>>]
[oxidation]
type = FeCrAlOxidation<<<{"description": "Computes the oxide mass gain and oxide scale thickness for the C35M FeCrAl alloy.", "href": "FeCrAlOxidation.html"}>>>
reactor_type<<<{"description": "The reactor type being simulated, either PWR or BWR. Default is PWR."}>>> = BWR
boundary<<<{"description": "The list of boundaries (ids or names) from the mesh where this object applies"}>>> = 3
[]
[](test/tests/fecral_oxidation/corrosion_test_fecral_bwr.i)Input 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
References
- K. G. Field, M. A. Snead, Y. Yamamoto, and K. A. Terrani.
Handbook on the material properties of fecral alloys for nuclear power production applications.
Technical Report ORNL/SPR-2018/905 Rev. 1, Oak Ridge National Laboratory, 2018.[BibTeX]
- G.C. Rybicki and J.L. Smialek.
Effect of the θ-α-Al$_2$O$_3$ transformation on the oxidation behavior of β-NiAl + Zr.
Oxidation of Metals, 31:275–304, 1989.[BibTeX]
- R. T. Sweet.
Thermo-mechanical analysis of iron-chromium-aluminum (FeCrAl) alloy cladding for light water reactor fuel elements.
PhD thesis, The University of Tennessee, Knoxville, August 2018.[BibTeX]
- K.A. Terrani, B.A. Pint, Y.-J. Kim, K.A. Unocic, Y. Yang, C.M. Silva, H.M. Meyer III, and R.B. Rebak.
Uniform corrosion of fecral alloys in lwr coolant environments.
Journal of Nuclear Materials, 479:36–47, 2016.[BibTeX]