From cc23ab3437a1c36cefaedbdd94883c1ebd62a04d Mon Sep 17 00:00:00 2001 From: dewen-yushu Date: Wed, 23 Oct 2024 10:57:33 -0700 Subject: [PATCH] Add comments about the material properties in the DED examples, refs #66 --- .../cylinder/master_app_mechanical.i | 4 ++++ .../directed_energy_deposition/cylinder/sub_app_thermal.i | 4 ++++ .../hollow_cylinder/master_app_mechanical.i | 4 ++++ .../hollow_cylinder/sub_app_thermal.i | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/examples/directed_energy_deposition/cylinder/master_app_mechanical.i b/examples/directed_energy_deposition/cylinder/master_app_mechanical.i index a75e270e..10f6450b 100644 --- a/examples/directed_energy_deposition/cylinder/master_app_mechanical.i +++ b/examples/directed_energy_deposition/cylinder/master_app_mechanical.i @@ -1,3 +1,7 @@ +# The material properties used in this example are based on typical values for stainless steel. +# For detailed reference, please consult the following paper: +# https://www.sciencedirect.com/science/article/pii/S2214860418301246 + # unit of length (mm), time (ms) T_room = 300 diff --git a/examples/directed_energy_deposition/cylinder/sub_app_thermal.i b/examples/directed_energy_deposition/cylinder/sub_app_thermal.i index ffc580e9..93170a9b 100644 --- a/examples/directed_energy_deposition/cylinder/sub_app_thermal.i +++ b/examples/directed_energy_deposition/cylinder/sub_app_thermal.i @@ -1,3 +1,7 @@ +# The material properties used in this example are based on typical values for stainless steel. +# For detailed reference, please consult the following paper: +# https://www.sciencedirect.com/science/article/pii/S2214860418301246 + # unit of length (mm), time (ms) T_room = 300 diff --git a/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i b/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i index 733c7979..148417df 100644 --- a/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i +++ b/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i @@ -1,3 +1,7 @@ +# The material properties used in this example are based on typical values for stainless steel. +# For detailed reference, please consult the following paper: +# https://www.sciencedirect.com/science/article/pii/S2214860418301246 + # unit of length (mm), time (ms) T_room = 300 diff --git a/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i b/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i index 7cd06bb6..cbfe3c7b 100644 --- a/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i +++ b/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i @@ -1,3 +1,7 @@ +# The material properties used in this example are based on typical values for stainless steel. +# For detailed reference, please consult the following paper: +# https://www.sciencedirect.com/science/article/pii/S2214860418301246 + T_room = 300 T_ambient = 300 T_melt = 1700