|
[Sponsors] |
December 17, 2022, 07:25 |
LaserDTRM radiationproperties lpbfFoam
|
#1 |
New Member
California
Join Date: Dec 2022
Posts: 4
Rep Power: 4 |
Hello,
Does anyone have experience in manipulating the laserDTRM properties under constant/radiationproperties? Here is a portion of that code: absorptionEmissionModel localDensityAbsorptionEmission; // LPBF Parameters scanSpeed 0.9; // m/s laserPower 250; // W beamQuality 0.95; solidAbsorptivity 1.64e5; // [1/m], 10.1063/1.3243762 liquidAbsorptivity 1e3; matEmissivity 0.4; mode "Gaussian"; nTheta 50; nr 20; maxTrackLength 0.0002; focalLaserPosition table ( (0.0 (.00015 .00015 0.0002)) (0.0004 (.00055 .00015 0.0002)) (0.0006 (.00055 .00025 0.0002)) (0.0010 (.00015 .00025 0.0002)) ); laserDirection constant (0 0 -1); focalLaserRadius 0.00002; // 10.1038/s41467-019-10009-2 laserPower $laserPower; sigma 0.000012; qualityBeamLaser $beamQuality; My question is whether or not I can give the table property to the laserDirection and laserPower in the same format. Would it be exactly the same? Best Regards, |
|
December 18, 2022, 07:25 |
|
#2 |
Senior Member
Join Date: Oct 2017
Posts: 133
Rep Power: 9 |
Yes, this should be possible, because laserRadius and laserPower are also of type "Function1" (https://www.openfoam.com/documentati...8H_source.html). Of course you have to consider that laserPower is a scalar.
|
|
Tags |
laserdtrm, lpbf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
constantScatter model LaserDTRM | OPFO | OpenFOAM Running, Solving & CFD | 1 | January 5, 2023 06:44 |
laserDTRM particle tracking(V2012) | maguro | OpenFOAM Running, Solving & CFD | 0 | February 11, 2022 06:49 |
discontinous function for leaser movement of2006 laserDTRM | TeresaT | OpenFOAM Running, Solving & CFD | 0 | November 24, 2020 09:29 |