- fission_density_grid_points_fileFile holding data for the fission density (burnup) grid points to be used with the tricubic interpolation. Units are fissions/cm^3 with the trailing 10^21 removed (i.e., 2.5e20^21 would be 2.5).
C++ Type:FileName
Controllable:No
Description:File holding data for the fission density (burnup) grid points to be used with the tricubic interpolation. Units are fissions/cm^3 with the trailing 10^21 removed (i.e., 2.5e20^21 would be 2.5).
- grain_boundary_coverage_fileFile holding data for the grain boundary coverage (FCOV) to be used with the tricubic interpolation calculation.
C++ Type:FileName
Controllable:No
Description:File holding data for the grain boundary coverage (FCOV) to be used with the tricubic interpolation calculation.
- intragranular_gaseous_swelling_fileFile holding data for the gaseous swelling strain due to intragranular bubbles (GSWb) to be used with the tricubic interpolation calculation.
C++ Type:FileName
Controllable:No
Description:File holding data for the gaseous swelling strain due to intragranular bubbles (GSWb) to be used with the tricubic interpolation calculation.
- temperature_gradient_grid_points_fileFile holding data for the temperature gradient grid points to be used with the tricubic interpolation.
C++ Type:FileName
Controllable:No
Description:File holding data for the temperature gradient grid points to be used with the tricubic interpolation.
- temperature_grid_points_fileFile holding data for temperature grid points to be used with the tricubic interpolation.
C++ Type:FileName
Controllable:No
Description:File holding data for temperature grid points to be used with the tricubic interpolation.
- total_gaseous_swelling_fileFile holding data for the total gaseous swelling strain (GSW) to be used with the tricubic interpolation calculation.
C++ Type:FileName
Controllable:No
Description:File holding data for the total gaseous swelling strain (GSW) to be used with the tricubic interpolation calculation.
U3Si2TricubicInterpolationUserObject
Performs tricubic interpolation in temperature, temperature gradient, and burnup (fission density) to determine the degradation to the thermal conductivity and gaseous swelling of U3Si2 fuel.
Description
The U3Si2TricubicInterpolationUserObject performs tricubic interpolation using the data contained in the input comma separated value (.csv) files for calculations utilized by SilicideFuelThermal and U3Si2VolumetricSwellingEigenstrain.
Required CSV Files
The user must specify six input csv files for the algorithm.
The first three represent the grid points of the tricubic calculation for which values are known. These grid points are for temperature, temperature gradient, and fission density. These files must be in ROW format consisting of a single row of data with each column delimited. The units of the values in the files should be K for temperature, K/mm for temperature gradient and fissions/cm with the power of 10 removed (i.e., a fission density of 2.010 would be input as 2.0).
The last three files represent the values of grain boundary coverage (FCOV), gaseous swelling strain due to intragranular bubbles (GSWb), and total gaseous swelling (GSW) for a given combination of temperature, temperature gradient and fission density. These files must have as many rows as the product of the number of columns in the temperature_grid_points file and number of columns in the temperature_gradient_grid_points file. The number of columns in these three files should equal the number of columns in the fission_density_grid_points file.
Example Input Syntax
[UserObjects<<<{"href": "../../syntax/UserObjects/index.html"}>>>]
[thermal_conductivity_degradation]
type = U3Si2TricubicInterpolationUserObject<<<{"description": "Performs tricubic interpolation in temperature, temperature gradient, and burnup (fission density) to determine the degradation to the thermal conductivity and gaseous swelling of U3Si2 fuel.", "href": "U3Si2TricubicInterpolationUserObject.html"}>>>
execute_on<<<{"description": "The list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html."}>>> = 'initial nonlinear'
temperature_grid_points_file<<<{"description": "File holding data for temperature grid points to be used with the tricubic interpolation."}>>> = temperature.csv
temperature_gradient_grid_points_file<<<{"description": "File holding data for the temperature gradient grid points to be used with the tricubic interpolation."}>>> = temperature_gradient.csv
fission_density_grid_points_file<<<{"description": "File holding data for the fission density (burnup) grid points to be used with the tricubic interpolation. Units are fissions/cm^3 with the trailing 10^21 removed (i.e., 2.5e20^21 would be 2.5)."}>>> = fission_density.csv
grain_boundary_coverage_file<<<{"description": "File holding data for the grain boundary coverage (FCOV) to be used with the tricubic interpolation calculation."}>>> = fcov.csv
intragranular_gaseous_swelling_file<<<{"description": "File holding data for the gaseous swelling strain due to intragranular bubbles (GSWb) to be used with the tricubic interpolation calculation."}>>> = gswb.csv
total_gaseous_swelling_file<<<{"description": "File holding data for the total gaseous swelling strain (GSW) to be used with the tricubic interpolation calculation."}>>> = gsw.csv
[]
[](test/tests/thermalSilicideFuel/thermalU3Si2_degradation.i)Input Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Controllable:No
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html.
Default:TIMESTEP_END
C++ Type:ExecFlagEnum
Controllable:No
Description:The list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html.
- execution_order_group0Execution order groups are executed in increasing order (e.g., the lowest number is executed first). Note that negative group numbers may be used to execute groups before the default (0) group. Please refer to the user object documentation for ordering of user object execution within a group.
Default:0
C++ Type:int
Controllable:No
Description:Execution order groups are executed in increasing order (e.g., the lowest number is executed first). Note that negative group numbers may be used to execute groups before the default (0) group. Please refer to the user object documentation for ordering of user object execution within a group.
- force_postauxFalseForces the UserObject to be executed in POSTAUX
Default:False
C++ Type:bool
Controllable:No
Description:Forces the UserObject to be executed in POSTAUX
- force_preauxFalseForces the UserObject to be executed in PREAUX
Default:False
C++ Type:bool
Controllable:No
Description:Forces the UserObject to be executed in PREAUX
- force_preicFalseForces the UserObject to be executed in PREIC during initial setup
Default:False
C++ Type:bool
Controllable:No
Description:Forces the UserObject to be executed in PREIC during initial setup
Execution Scheduling 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.
- 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.