- powerlaser power (1e-3 W)
C++ Type:double
Unit:(no unit assumed)
Controllable:Yes
Description:laser power (1e-3 W)
Function Path Gaussian Heat Source
This class creates a Gaussian heat source (Yushu et al., 2022) (see ADGaussianHeatSourceBase for more information) whose center follows user specified path along three directions. The spatial location of the heat source center is decomposed along three directions, i.e., where are user defined time-varying spatial locations along three directions.
[Materials<<<{"href": "../../syntax/Materials/index.html"}>>>]
[volumetric_heat]
type = ADFunctionPathGaussianHeatSource<<<{"description": "Gaussian heat source whose center moves along a specified function path.", "href": "ADFunctionPathGaussianHeatSource.html"}>>>
r<<<{"description": "effective radii (mm) along three directions. If only one parameter is provided, then we assume the effective radius to be equal along three directions."}>>> = 0.2
power<<<{"description": "laser power (1e-3 W)"}>>> = 0.3
efficiency<<<{"description": "process efficiency"}>>> = 0.3
factor<<<{"description": "scaling factor that is multiplied to the heat source to adjust the intensity"}>>> = 2
function_x<<<{"description": "The x component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms]."}>>> = heat_source_x
function_y<<<{"description": "The y component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms]."}>>> = heat_source_y
function_z<<<{"description": "The z component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms]."}>>> = heat_source_z
heat_source_type<<<{"description": "Type of the heat source"}>>> = 'mixed'
threshold_length<<<{"description": "Threshold size (mm) when we change the way of computing heat source"}>>> = 0.1
[]
[]
(test/tests/gaussian_heat_source/gaussian_heat_source.i)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.
- efficiency1process efficiency
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:Yes
Description:process efficiency
- factor1scaling factor that is multiplied to the heat source to adjust the intensity
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:Yes
Description:scaling factor that is multiplied to the heat source to adjust the intensity
- feed_rate0powder material feed rate (g/ms). This value is used only when use_input_r = false.
Default:0
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:powder material feed rate (g/ms). This value is used only when use_input_r = false.
- function_x0The x component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms].
Default:0
C++ Type:FunctionName
Unit:(no unit assumed)
Controllable:No
Description:The x component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms].
- function_y0The y component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms].
Default:0
C++ Type:FunctionName
Unit:(no unit assumed)
Controllable:No
Description:The y component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms].
- function_z0The z component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms].
Default:0
C++ Type:FunctionName
Unit:(no unit assumed)
Controllable:No
Description:The z component of the center of the heating spot as a function of time, length unit is [mm], time unit is [ms].
- heat_source_typepointType of the heat source
Default:point
C++ Type:MooseEnum
Controllable:No
Description:Type of the heat source
- number_time_integration10Number of points to do time integration for averaged heat source calculation
Default:10
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Number of points to do time integration for averaged heat source calculation
- reffective radii (mm) along three directions. If only one parameter is provided, then we assume the effective radius to be equal along three directions.
C++ Type:std::vector<double>
Unit:(no unit assumed)
Controllable:Yes
Description:effective radii (mm) along three directions. If only one parameter is provided, then we assume the effective radius to be equal along three directions.
- std_factor1factor to the std to sample r
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:factor to the std to sample r
- threshold_length1Threshold size (mm) when we change the way of computing heat source
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Threshold size (mm) when we change the way of computing heat source
- use_input_rTrueoption to use user input effective radii or from experimentally fitted formulations. Default is to use user input data.
Default:True
C++ Type:bool
Controllable:No
Description:option to use user input effective radii or from experimentally fitted formulations. Default is to use user input data.
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
- (examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i)
- (test/tests/gaussian_heat_source/gaussian_heat_source_experiment_r.i)
- (examples/directed_energy_deposition/cylinder/sub_app_thermal.i)
- (test/tests/gaussian_heat_source/gaussian_heat_source.i)
- (test/tests/gaussian_heat_source/gaussian_heat_source_vary_r.i)
- (test/tests/function_path_gaussian_heat_source/func_path_gaussian_heat_source.i)
References
- Dewen Yushu, Michael D. McMurtrey, Wen Jiang, and Fande Kong.
Directed energy deposition process modeling: a geometry-free thermo-mechanical model with adaptive subdomain construction.
The International Journal of Advanced Manufacturing Technhology, 122(2):849–868, 2022.
URL: https://link.springer.com/article/10.1007/s00170-022-09887-6, doi:10.1007/s00170-022-09887-6.[BibTeX]