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

Injection of supercooled water droplets

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2019, 06:07
Default Injection of supercooled water droplets
  #1
New Member
 
Khaled Yassin
Join Date: Aug 2019
Location: Jülich-Germany
Posts: 12
Rep Power: 6
Yassin-K is on a distinguished road
Hey Foamers,
I am simulating ice formation on wind turbine airfoils so I am injecting water droplets at temperatures < 273.16 deg K in reactingParcelFoam (OF6).

When I do that....I received the following error:

Code:
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigFpe::sigHandler(int) at ??:?
#2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3  ? in "/lib/x86_64-linux-gnu/libm.so.6"
#4  pow in "/lib/x86_64-linux-gnu/libm.so.6"
#5  Foam::H2O::rho(double, double) const at ??:?
#6  Foam::regionModels::surfaceFilmModels::liquidFilmThermo::rho() const at ??:?
#7  Foam::regionModels::surfaceFilmModels::thermoSingleLayer::correctThermoFields() at ??:?
#8  Foam::regionModels::surfaceFilmModels::kinematicSingleLayer::preEvolveRegion() at ??:?
#9  Foam::regionModels::surfaceFilmModels::thermoSingleLayer::preEvolveRegion() at ??:?
#10  Foam::regionModels::regionModel::evolve() at ??:?
#11  ? at ??:?
#12  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#13  ? at ??:?
Floating point exception (core dumped)
does anybody know the problem??

Thank you in advance.

Regards,
Khaled
Yassin-K is offline   Reply With Quote

Old   August 29, 2019, 08:36
Default
  #2
New Member
 
Khaled Yassin
Join Date: Aug 2019
Location: Jülich-Germany
Posts: 12
Rep Power: 6
Yassin-K is on a distinguished road
Hi all,
I have found a work-around that can temporarily solve the problem but not completely.
In surfaceFilmProperties, I put filmThermomodel = constant and I put constantCoeffs with the following values (values correspond to water at T = 273.16 deg K):
Code:
    constantCoeffs
    {
        specie      H2O;//all properties at 273.16 deg K
        rho0        999.8;
        mu0         1.792e-3;
	Cp0             4217;
        sigma0      0.07;
	kappa0	0.561;
	W0	18.0153;
	Tb0	100;
	pv0	611.3;
	hl0	2501e3;
	D0	2.09e-5;
    }
and it worked.
if somebody has a better idea, please share it.
__________________
--
Best Regards,

Khaled Yassin,
Research Assistant
Institute for Energy and Environmental Research (IEK-14)
Forschungszentrum Jülich
Yassin-K 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
file injection.: continuity fail; volume injection.: wrong total mass blerli_91 Fluent Multiphase 6 October 2, 2018 05:34
I want to model injection of hot water in cold water dilution ahmed_ashmawy FLUENT 1 December 20, 2017 03:40
injection problem Mark New FLUENT 0 August 4, 2013 01:30
Water injection Reza_computational CFX 1 October 28, 2010 18:21
A question about freezing of supercooled water. sunnypart FLUENT 0 November 5, 2004 04:38


All times are GMT -4. The time now is 14:32.