- temperatureCoupled Temperature
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:Coupled Temperature
MOXPoreVelocityVaporPressure
Computes pore speed from author Kato. Used with vapor pressure calculations from MOXVaporPressure.
Description
Pore speed is calculated in this class, which is used in the kernel MOXPoreContinuity shown in the second term of the following equation: where is the porosity, is the pore velocity, is the temperature, and is the diffusion coefficient MOXPoreDiffusion. Usually, the temperature gradient is included in the pore velocity term, but here, the temperature gradient is written separately to emphasize the dependence of pore migration on temperature gradient. The difference between the equation for pore speed found here and in MOXPoreVelocity is vapor pressure terms for UO, PuO, UO, U, UO, PuO, Pu, AmO, Am, AmO, and O.
From Ikusawa et al. (2014) is fuel molecular volume in cm, is the mol fraction of PuO, is the mol fraction of UO, is the lattice parameter of PuO (5.396E-8 cm), is the lattice parameter of UO (5.4704E-8 cm), D is the diffusion coefficient of PuO and UO gas in the void, is the Boltzmann constant (1.3708E-16 cmg/sK), m is a mass conversion factor, is the number of gas molecules captured within voids during sintering, is the gas molecule diameter (4.33E-8 cm), is the concentration gradient of gas molecules in a void, is temperature in K, is the correction factor of void migration velocity, and is calculated from correlations between vapor pressure of vapor species and Gibbs free energy. Specifically, is the summation of the vapor pressure terms from the following fuel constituents: UO, PuO2, UO, U, UO, PuO, Pu, AmO, Am, AmO, and O. The term corresponds to a factor to assume the temperature gradient in a pore from that in fuel.
For = Pu concentration, = Am concentration, = deviation from stoichiometry of the metal oxide (MO), = partial pressure of oxygen, and Gibbs free energy via the Rand-Markin model (s defined subsequently), the following equations are the vapor pressure terms as a function of temperature ():
Oxygen partial pressure, p, can be calculated from the following equation: where the coefficients in the denominator of the third term are defined as and where Again, the pressure in the velocity equation is the sum of all these individual vapor pressures:
The vapor pressure and come from the class MOXVaporPressure.
This class is still under development!
See bison/test/mox_pore_velocity/ for examples of how this class should be used.
Input Parameters
- 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.
- scale_factor1scale the velocity to account for uncertainty
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:scale the velocity to account for uncertainty
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
References
- Yoshihisa Ikusawa, Takayuki Ozawa, Shun Hirooka, Koji Maeda, Masato Kato, and Seiichiro Maeda.
Development and verification of the thermal behavior analysis code for ma containing mox fuels.
In International Conference on Nuclear Engineering. Prague, Czech Republic, July 7–11 2014.[BibTeX]