CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

laser simulation by icoReactingMultiphaseInterFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 10, 2022, 02:58
Default
  #41
Member
 
Teresa
Join Date: Nov 2015
Location: germany
Posts: 63
Rep Power: 10
TeresaT is on a distinguished road
Hey Dhar

yes, it is included. In the thermophysicalProperties.x files you can find it as Hf under thermodynamics.

Regards,
Teresa
TeresaT is offline   Reply With Quote

Old   July 6, 2022, 06:33
Default Questions about LaserDTRM model
  #42
New Member
 
Luca Luberto
Join Date: May 2016
Posts: 3
Rep Power: 9
LucaL is on a distinguished road
Hello all,

since some time I work within the icoReactingMultiphaseInterFoam solver with the laserDTRM model.
In doing so, I have come up with a few questions.
These are related to the code "DTRMParticle.C" in lines 222 to 226.

Question 1:
Is there a literature reference to this equation? How was the equation for the DTRM model transformed to the present equation?

Question 2:
The part: (ds*e*sigma*pow4(T)/mathematical:i)/ (1 + ds*a) reminds strongly of the radiation of a gray body.
Does the multiplication (ds*e)/(1 + ds*a) therefore establish the relation to a black body? If so, with certain choice of the coefficients e and a, the body could radiate more strongly than a black body.

Question 3:
What is the significance of the coefficient E? In the code "localDensityAbsorptionEmission.H" in line 72 and 73 this is titled as emission contributions.
Through several simulations (with significantly increased ECoeff values, up to 1e12), I could not find any change in the temperature profile within a solid metal.

Hopefully the questions were understandable.
Looking forward to answers and new thoughts.

Greetings!
LucaL is offline   Reply With Quote

Old   September 30, 2022, 00:37
Default Regardings laser heat source
  #43
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 3
VINIT is on a distinguished road
Hello Everyone

I am trying to simulate melt pool dynamics in OpenFOAM using IcoReactingMultiphaseInterfoam but I am not getting the correct results. The temperature is not what it should be and the laser is not applied to top surface. I am attaching the results.

Could anyone help me what is wrong?
Attached Images
File Type: png T plot.png (69.3 KB, 19 views)
File Type: png T plot full.png (45.8 KB, 16 views)
VINIT is offline   Reply With Quote

Old   September 30, 2022, 08:59
Default
  #44
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
Quote:
Originally Posted by VINIT View Post
[...] the laser is not applied to top surface.
That's how it is supposed to work. In the radiationProperties you define the absorption coefficient [1/m]. If you choose a value large enough, you will see that the laser beam does not penetrate the material completely. This will also change the temperature, because more energy is absorbed in fewer cells.
Krapf is offline   Reply With Quote

Old   September 30, 2022, 14:01
Default Radiation properties
  #45
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 3
VINIT is on a distinguished road
Quote:
Originally Posted by Krapf View Post
That's how it is supposed to work. In the radiationProperties you define the absorption coefficient [1/m]. If you choose a value large enough, you will see that the laser beam does not penetrate the material completely. This will also change the temperature, because more energy is absorbed in fewer cells.
Hello Krapf

Thanks for the response. I tried your suggestion, and I am getting the melt pool but still the temperature is still low. It should be around 3000 K but I am getting 440 K. What am I doing wrong?

I have attached my radiation file and the result.

Thanks
Attached Images
File Type: png radiation.png (86.4 KB, 34 views)
File Type: jpg T plot ab.jpg (20.4 KB, 25 views)
VINIT is offline   Reply With Quote

Old   October 1, 2022, 14:30
Default
  #46
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
Do you get the expected values when you plot the absorbed power in ParaView?
Krapf is offline   Reply With Quote

Old   October 3, 2022, 17:13
Default
  #47
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 3
VINIT is on a distinguished road
How do you check the absorbed power?
VINIT is offline   Reply With Quote

Old   October 4, 2022, 05:06
Default
  #48
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
IIRC the Q field (power/volume) is written. If so you can plot it in ParaView and use the "Integrate Variables" filter to get the power (you'll get one value).


EDIT: If you use the "Mesh Quality" filter and select the volume as measure, you can use the calculator to multiply Q by the volume of each cell. Then you can look at the distribution of the power.
Krapf is offline   Reply With Quote

Old   October 20, 2022, 12:43
Default
  #49
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 3
VINIT is on a distinguished road
Quote:
Originally Posted by Krapf View Post
IIRC the Q field (power/volume) is written. If so you can plot it in ParaView and use the "Integrate Variables" filter to get the power (you'll get one value).


EDIT: If you use the "Mesh Quality" filter and select the volume as measure, you can use the calculator to multiply Q by the volume of each cell. Then you can look at the distribution of the power.

Thanks for the reply. I was able to get correct temperature. I had to set the correct sigma value for laser. Now I am trying to incorporate convection, vaporization, radiation losses. Do you have any idea about any of these?

Last edited by VINIT; October 20, 2022 at 22:57.
VINIT is offline   Reply With Quote

Old   October 26, 2022, 02:36
Default
  #50
New Member
 
Join Date: Sep 2017
Posts: 12
Rep Power: 8
nixiaonan is on a distinguished road
Quote:
Originally Posted by VINIT View Post
Thanks for the reply. I was able to get correct temperature. I had to set the correct sigma value for laser. Now I am trying to incorporate convection, vaporization, radiation losses. Do you have any idea about any of these?
What is your sigma value?thank you。
nixiaonan is offline   Reply With Quote

Old   October 26, 2022, 10:59
Default
  #51
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
Quote:
Originally Posted by VINIT View Post
Thanks for the reply. I was able to get correct temperature. I had to set the correct sigma value for laser. Now I am trying to incorporate convection, vaporization, radiation losses. Do you have any idea about any of these?
For mass transfer you can use Lee, kineticGasTheory (https://www.openfoam.com/news/main-n...er-and-physics) or interfaceHeatResistance (https://www.openfoam.com/news/main-n...rs-and-physics).
Krapf is offline   Reply With Quote

Old   November 10, 2022, 00:13
Default Powder spreading tutorial
  #52
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 3
VINIT is on a distinguished road
Hello Everyone

I am trying to simulate LBPF and I have developed the custom solver and geometry. I want to add powder layer but I don't have much knowledge about it. Do you have any tutorial that you can share to create powder layer using CFD-DEM. I have coupled liggghts openfoam but I am not able to find any tutorial for the same.

Thanks in advance
VINIT is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Laser welding simulation using OpenFoam yeokiwi CFD Freelancers 2 June 4, 2017 02:49
Simulation FPEs - turbulence for transient and steady-state? DaveR OpenFOAM Running, Solving & CFD 5 March 5, 2017 15:06
Simulation of high pressure diesel injector - all phases compressible with cavitation fivos CFX 4 July 30, 2015 06:48
Huge file sizes when Running VOF simulation aarratia FLUENT 0 May 8, 2014 12:27
Simulation of Laser Drilling in FLUENT JB FLUENT 0 November 20, 2006 00:12


All times are GMT -4. The time now is 01:15.