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

icoReactingMultiphaseInterFoam Laser DTRM

Register Blogs Community New Posts Updated Threads Search

Like Tree9Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 2, 2020, 00:16
Default
  #21
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 6
gentodin is on a distinguished road
Hi have you tried the laserconvectionBC from tobais? I cant seem to get it to work.

Im running OFv2006.

Which version did you run it on?

How do I adapt it to latest OFv2006?
gentodin is offline   Reply With Quote

Old   October 7, 2020, 06:28
Default
  #22
New Member
 
Bill
Join Date: Jun 2019
Posts: 29
Rep Power: 7
OPFO is on a distinguished road
Quote:
Originally Posted by gentodin View Post
Hi have you tried the laserconvectionBC from tobais? I cant seem to get it to work.

Im running OFv2006.

Which version did you run it on?

How do I adapt it to latest OFv2006?
Hi Gentodin,

Yes, I used the laserconvectionBC for OpenFoam-v1812 so I'm pretty sure it will work for v2006.

I would need more details of your problem to help. One common error is forgetting to include "libs ( "liblaserConvectionBC.so" );" at the end of your controlDict file. Other than that, I don't know if I can help any more than the readme file that comes with the laserConvectionBC file.

Hope that helps!
OPFO is offline   Reply With Quote

Old   October 15, 2020, 00:39
Default
  #23
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 6
gentodin is on a distinguished road
Quote:
Originally Posted by OPFO View Post
Hi Gentodin,

Yes, I used the laserconvectionBC for OpenFoam-v1812 so I'm pretty sure it will work for v2006.

I would need more details of your problem to help. One common error is forgetting to include "libs ( "liblaserConvectionBC.so" );" at the end of your controlDict file. Other than that, I don't know if I can help any more than the readme file that comes with the laserConvectionBC file.

Hope that helps!
Hi OPFO,

I manage to get it to work with v1912.

Also, are you familiar with the solver icoreactingmultiphaseInterFoAM, I wanted to edit the files for my solid and liquid thermoproperties but could not find any guide to the symbols used.

Do you know?

Regards,
gentodin
gentodin is offline   Reply With Quote

Old   October 25, 2020, 17:00
Default
  #24
New Member
 
ivanb
Join Date: Aug 2020
Posts: 1
Rep Power: 0
ivanb is on a distinguished road
Good day. I was trying to use icoReact... solver and it does not work, thus i have many questions. What kind of boundary conditions should be applied to the irradiation surface? What kind of solvers did you use? Can you please share your case files for better understanding?
ivanb is offline   Reply With Quote

Old   December 3, 2020, 06:47
Default laser scanning
  #25
New Member
 
Join Date: Apr 2020
Posts: 10
Rep Power: 6
ahomaru is on a distinguished road
Hello,everyone!

Does anyone know how to stop the scanning laser irradiation?

When the scanning laser reaches the end point, the laser irradiation does not stop, and it seems that the irradiation continues at the end point.

I want to know how to stop the irradiation when the scanning laser reaches the end point.

Someone please give me some advice!
ahomaru is offline   Reply With Quote

Old   December 11, 2020, 10:30
Default
  #26
New Member
 
Jonas
Join Date: Dec 2020
Posts: 5
Rep Power: 5
JonL is on a distinguished road
Quote:
Originally Posted by gentodin View Post
Hi have you tried the laserconvectionBC from tobais? I cant seem to get it to work.

Im running OFv2006.

Which version did you run it on?

How do I adapt it to latest OFv2006?
Hey Gentodin,


you don't happen to have found a way to get the BC work in OpenFOAM-v2006, do you? Working on a Cluster I only have access to the v2006 version and I can't seem to get the "wmake libso" function to compile it properly due to the changed syntax used..

Greetings,
Jon
JonL is offline   Reply With Quote

Old   March 9, 2021, 23:28
Default
  #27
New Member
 
Andersson Romero
Join Date: Oct 2020
Posts: 3
Rep Power: 6
and2300 is on a distinguished road
Hi, are you find any solution for marangoni effect?
and2300 is offline   Reply With Quote

Old   May 19, 2021, 09:13
Default Foam fatal error "Current functionality limited to 3-D cases"
  #28
New Member
 
Harris Daniel S
Join Date: Oct 2017
Posts: 8
Rep Power: 9
Harris_Daniel is on a distinguished road
Quote:
Originally Posted by navidamin View Post
Yes, you can use laserDTRM by adding a radiationProperties to your /constant folder and define laser properties in that file. I have attached a sample.

I myself was able to model the laser, however there some implications:
i) it is a volumetric heat source and depending on your application may not be proper to use.
ii) the heat source is not applied on the exact position center that you define, but a little further. and it is applied from that position all the way downward to the end of the domain. By the way you can modify this penetration depth by manipulatng the code. that's why in the dictionary I have also define an extra opd parameter.
I am not sure if I am using the laser property in a wrong way or not. if you find solutions please post them here.

I happen to use the same Radiation properties file that you have put up here for the IcoReactingMultiphaseEulerFoam solver. But the file exits saying

"Current functionality limited to 3-D cases" from the laserDTRM.C file line 234 where it checks "if (mesh_.nGeometricD() == 3)".


I tried to print out what this function "mesh.nGeometricD()" returns. I returns 2. I know it has something to do with valid directions. Please let me know why I face this particular issue.



Regards,
Harris.
Attached Files
File Type: zip log.IRMPIFoam.zip (1.2 KB, 17 views)

Last edited by Harris_Daniel; May 25, 2021 at 07:51.
Harris_Daniel is offline   Reply With Quote

Old   August 8, 2021, 18:25
Default
  #29
Member
 
James
Join Date: Jan 2014
Posts: 38
Rep Power: 12
Madeinspace is on a distinguished road
Hi ahomaru,


I developed a Marangoni convection model on a solver based on earlier version of interFoam. I could probably offer some help. But now I am looking forward to upgrade my model using icoReactingMultiPhaseInterFoam. Does this solver allow you to have metal and gas phase? I tried to change the standard solidMelting2D test case to include gas phase aswell but I was't succesfful so I wanted to know if you have included gas phase or not. Or if you know if it is possible to modify the tutorial case solidMelting2D to include gas phase?


Best regards,
Madeinspace is offline   Reply With Quote

Old   August 19, 2021, 07:40
Default
  #30
New Member
 
Harris Daniel S
Join Date: Oct 2017
Posts: 8
Rep Power: 9
Harris_Daniel is on a distinguished road
Quote:
Originally Posted by Madeinspace View Post
Hi ahomaru,


I developed a Marangoni convection model on a solver based on earlier version of interFoam. I could probably offer some help. But now I am looking forward to upgrade my model using icoReactingMultiPhaseInterFoam. Does this solver allow you to have metal and gas phase? I tried to change the standard solidMelting2D test case to include gas phase as well but I wasn't successful so I wanted to know if you have included gas phase or not. Or if you know if it is possible to modify the tutorial case solidMelting2D to include gas phase?


Best regards,

This icoReactingMultiPhaseInterFoam is a multi-phase solver that includes more than 2 phases. Marangoni convection can be introduced if you want to do so. Metal solids can also be included.
Harris_Daniel is offline   Reply With Quote

Old   November 12, 2021, 12:28
Default
  #31
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Quote:
Originally Posted by Madeinspace View Post
Hi ahomaru,


I developed a Marangoni convection model on a solver based on earlier version of interFoam. I could probably offer some help. But now I am looking forward to upgrade my model using icoReactingMultiPhaseInterFoam. Does this solver allow you to have metal and gas phase? I tried to change the standard solidMelting2D test case to include gas phase aswell but I was't succesfful so I wanted to know if you have included gas phase or not. Or if you know if it is possible to modify the tutorial case solidMelting2D to include gas phase?


Best regards,
Hello Madeinspace,

i am still working on the implementation of the marangoni convection in icoReactingMultiphaseInterFoam. Maybe you could look into my Code and Testcase Setup.
Schmidtgen is offline   Reply With Quote

Old   November 12, 2021, 17:22
Default
  #32
Member
 
James
Join Date: Jan 2014
Posts: 38
Rep Power: 12
Madeinspace is on a distinguished road
Hi Schmidtgen


Sure. Have you uploaded it on the forum?


Br,
Madeinspace is offline   Reply With Quote

Old   November 13, 2021, 05:41
Default
  #33
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Not yet. I'll upload it soon.
Schmidtgen is offline   Reply With Quote

Old   November 14, 2021, 09:22
Default
  #34
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Here is a version of my Solver and Testcase. The Testcase is discussed in

Tan, L.H., Leong, S.S., Leonardi, E., Barber, T.J., 2006. A numerical study of solid-liquid phase change with Marangoni effects using a
multiphase approach. Progress in Computational Fluid Dynamics, 6, 304-313


Feel free to ask questions.
Attached Files
File Type: zip Marangoni.zip (54.8 KB, 79 views)
snak likes this.
Schmidtgen is offline   Reply With Quote

Old   November 16, 2021, 11:37
Default Laser Heat Transfer
  #35
New Member
 
DK
Join Date: Oct 2021
Posts: 6
Rep Power: 5
Dhar is on a distinguished road
Hello OPFO ,
I am getting this error over and again . I am using laserDTRM as a radiation Model .Please help us


--> FOAM FATAL IO ERROR: (openfoam-2012)
Unknown radiationModel type laserDTRM

Valid radiationModel types :
6(P1 fvDOM none opaqueSolid solarLoad viewFactor)


file: /home/dhar/OpenFOAM/dhar-v2012/run/heatTransfer/buoyantSimpleFoam/hotRadiationRoom/constant/radiationProperties at line 18 to 50.

From static Foam::autoPtr<Foam::radiation::radiationModel> Foam::radiation::radiationModel::New(const volScalarField&)
in file radiationModels/radiationModel/radiationModelNew.C at line 80.

FOAM exiting
Dhar is offline   Reply With Quote

Old   November 16, 2021, 15:19
Default
  #36
Senior Member
 
Join Date: Oct 2017
Posts: 131
Rep Power: 9
Krapf is on a distinguished road
You can't use laserDTRM with buoyantSimpleFoam. It only works with icoReactingMultiphaseInterFoam.
The valid radiation models for buoyantSimpleFoam are printed in the error message.
Krapf is offline   Reply With Quote

Old   November 22, 2021, 13:50
Default
  #37
New Member
 
DK
Join Date: Oct 2021
Posts: 6
Rep Power: 5
Dhar is on a distinguished road
Hello OPFO , ahomaru , JonL

Which one will be T file ?
Actually we are working on laser simulation using Solver ico reactingmultuphase . We are not able identify the Temperature file .
Attached Files
File Type: txt codeFile.txt (1.1 KB, 22 views)
File Type: txt T.txt (830 Bytes, 20 views)
Dhar is offline   Reply With Quote

Old   November 25, 2021, 02:40
Default Laser Simulation in OpenFoam
  #38
New Member
 
DK
Join Date: Oct 2021
Posts: 6
Rep Power: 5
Dhar is on a distinguished road
Hello OPFO ,

I am getting this error again over and again . Kindly help us .

--> FOAM FATAL IO ERROR: (openfoam-2012)
inconsistent patch and patchField types for
patch type empty and patchField type fixedFluxPressure

file: /home/sumantya/OpenFOAM/sumantya-v2012/run/solidMelting2D/0/p_rgh.boundaryField.frontAndBack at line 47.

From static Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New(const Foam::fvPatch&, const Foam:imensionedField<Type, Foam::volMesh>&, const Foam::dictionary&) [with Type = double]
in file /home/pawan/OpenFOAM/OpenFOAM/OpenFOAM-v2012/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 142.

FOAM exiting
Dhar is offline   Reply With Quote

Old   November 25, 2021, 02:56
Default Laser Simulation
  #39
New Member
 
DK
Join Date: Oct 2021
Posts: 6
Rep Power: 5
Dhar is on a distinguished road
hello OPFO ,
I am getting this error in laser simulation in OpenFoam


[11:51 am, 25/11/2021] S_Nit_calicut: --> FOAM Warning :
From void* Foam::dlLibraryTable:penLibrary(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 188
Could not load "liblaserConvectionBC.so"
liblaserConvectionBC.so: cannot open shared object file: No such file or directory
Create mesh for time = 0


PIMPLE: Operating solver in PISO mode

Reading field p_rgh



--> FOAM FATAL IO ERROR: (openfoam-2012)
inconsistent patch and patchField types for
patch type empty and patchField type fixedFluxPressure

file: /home/sumantya/OpenFOAM/sumantya-v2012/run/solidMelting2D/0/p_rgh.boundaryField.frontAndBack at line 47.

From static Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New(const Foam::fvPatch&, const Foam:imensionedField<Type, Foam::volMesh>&, const Foam::dictionary&) [with Type = double]
in file /home/pawan/OpenFOAM/OpenFOAM/OpenFOAM-v2012/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 142.

FOAM exiting
Dhar is offline   Reply With Quote

Old   January 8, 2022, 10:24
Default
  #40
Senior Member
 
Join Date: Oct 2017
Posts: 131
Rep Power: 9
Krapf is on a distinguished road
Try deleting
Code:
laserDTRMCoeffs
 {
and the corresponding closing bracket.


EDIT: In case you're wondering, the post I was replying to has been deleted.
yasum likes this.

Last edited by Krapf; January 9, 2022 at 07:37.
Krapf is offline   Reply With Quote

Reply

Tags
interfoam, laser melting, v1806


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
Pulsed laser udf Sorabh Fluent UDF and Scheme Programming 4 August 29, 2018 02:39
[ANSYS Meshing] Creating a Moving Heat Source in order to simulate a Laser Lancer_21 ANSYS Meshing & Geometry 0 August 28, 2018 11:39
Laser Ablation MjG Electromagnetics 0 March 7, 2018 16:28
Laser Ablation MjG ANSYS 0 March 5, 2018 16:13
Laser modeling in the laser cladding process Piterhawk16 STAR-CCM+ 0 December 25, 2017 09:01


All times are GMT -4. The time now is 05:42.