CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   icoReactingMultiphaseInterFoam case files (https://www.cfd-online.com/Forums/openfoam-solving/214745-icoreactingmultiphaseinterfoam-case-files.html)

vbchris February 12, 2019 03:30

icoReactingMultiphaseInterFoam case files
 
Does anyone know if the poeple over at openfoam.com have published the case files for the example they show on the website here (the first video of the melting):


https://www.openfoam.com/releases/op...nd-physics.php


I've checked the tutorials and I dont see it.


Thanks!

vidyadhar April 3, 2019 08:51

Hello Chris,
There are certain tutorial files available under this solver. You may please check them by installing openfoamv1812.

vidyadhar April 3, 2019 08:55

validation of icoReactingMultiphaseInterFoam
 
Hello,
I am trying to validate the solver icoReactingMultiphaseInterFoam with Stefan problem where i want to track the displacement of an evaporating liquid.


Can anyone used this solver? Is it possible to achieve this validation with this solver? Or Is there any alternate solver to do so?



Thanks in advance!
Vidyadhar

navidamin April 24, 2019 08:42

accessing alpha values
 
Hey guys,
has anyone tried to access alpha(volume fraction) values in this solver.I need to access them through code. can someone please explain how i can refer to alpha values?

mmnaoki August 31, 2019 23:54

Is there laser melting set files?
 
Did anyone have the laser melting set files?
I want that file for reference.

OPFO August 18, 2020 06:35

Quote:

Originally Posted by navidamin (Post 731717)
Hey guys,
has anyone tried to access alpha(volume fraction) values in this solver.I need to access them through code. can someone please explain how i can refer to alpha values?

Hi Navid,

Were you able to figure out how to access the alpha phase fraction using icoReactingMultiphaseInterFoam? I am trying to reference the surface / phase change interface (grad Alpha).

Any insight would be much appreciated!

Thanks!

Pavithra December 23, 2021 03:19

Quote:

Originally Posted by OPFO (Post 780727)
Hi Navid,

Were you able to figure out how to access the alpha phase fraction using icoReactingMultiphaseInterFoam? I am trying to reference the surface / phase change interface (grad Alpha).

Any insight would be much appreciated!

Thanks!

Hello,

Were u able to figure out this ? Kindly, please give some direction.

Thank You.

überschwupper January 5, 2022 03:00

AFAIK you can gain access to the phase volume fractions using


fluid.phases()[index]



or using fluid.phase(index)


this should return the selected phase plus the scalar field

Pavithra January 13, 2022 21:54

Quote:

Originally Posted by überschwupper (Post 819627)
AFAIK you can gain access to the phase volume fractions using


fluid.phases()[index]



or using fluid.phase(index)


this should return the selected phase plus the scalar field


Hi,

Sorry for the late reply. The first method worked. Thanks a lot.

With Thanks,
Pavithra.

yasum January 14, 2022 03:27

1 Attachment(s)
Hello Dear Friends,
I am trying "Laser Simulation" by using "icoReactingMultiphaseInterFoam" solver and Laser DTRM radiation model. But I am facing an error, I am unable to recognize the error. So if anyone knows about this error please let me know.

I am attaching my code file in Zip format for the reference.

Error

Quote:

PIMPLE: iteration 1
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in /lib/x86_64-linux-gnu/libpthread.so.0
#3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) at ??:?
#4 void Foam::divide<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#5 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::operator/<Foam::fvPatchField, Foam::volMesh>(Foam::tmp<Foam::GeometricField<doub le, Foam::fvPatchField, Foam::volMesh> > const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#6 Foam::CompressibleTurbulenceModel<Foam::multiphase System>::nu() const at ??:?
#7 Foam::laminarModels::Stokes<Foam::ThermalDiffusivi ty<Foam::CompressibleTurbulenceModel<Foam::multiph aseSystem> > >::nuEff() const at ??:?
#8 Foam::linearViscousStress<Foam::laminarModel<Foam: :ThermalDiffusivity<Foam::CompressibleTurbulenceMo del<Foam::multiphaseSystem> > > >::divDevRhoReff(Foam::GeometricField<Foam::Vector <double>, Foam::fvPatchField, Foam::volMesh>&) const at ??:?
#9 ? at ??:?
#10 __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
#11 ? at ??:?
Floating point exception
Thanks & Regards


All times are GMT -4. The time now is 09:41.