CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

How to define Vacuum Conditions in OpenFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 26, 2019, 05:46
Default
  #41
Senior Member
 
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7
Raza Javed is on a distinguished road
Quote:
Originally Posted by simrego View Post
I think you see some conduction through the air.

This is the output of



Code:
wallHeatFlux -region air -latestTime



Code:
Wall heat fluxes [W]
airTop
    convective: 0
    radiative:  5.796363e-07
    total:      5.796363e-07
airLeft
    convective: 0
    radiative:  6.173778e-07
    total:      6.173778e-07
airRight
    convective: 0
    radiative:  6.460372e-07
    total:      6.460372e-07
airBack
    convective: 0
    radiative:  -3.128043e-06
    total:      -3.128043e-06
airBottom
    convective: 0
    radiative:  6.3663e-07
    total:      6.3663e-07
air_to_heater
    convective: 3.336472e-05
    radiative:  6.121647e-07
    total:      3.397688e-05
Raza Javed is offline   Reply With Quote

Old   August 26, 2019, 06:13
Default
  #42
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
Yes but your air is steady(all zero velocity), so it is a conduction not a convection (It is like your air is a solid medium). This is why I think your material props are not correct for vacuum. This "concective" flux should be really small, close to zero since there is no media to convect (or conduct) the heat.
simrego is offline   Reply With Quote

Old   August 26, 2019, 06:26
Default
  #43
Senior Member
 
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7
Raza Javed is on a distinguished road
Quote:
Originally Posted by simrego View Post
Yes but your air is steady(all zero velocity), so it is a conduction not a convection (It is like your air is a solid medium). This is why I think your material props are not correct for vacuum. This "concective" flux should be really small, close to zero since there is no media to convect (or conduct) the heat.

I think it is writing convection because in the region properties we declared Air as a Fluid, and normally convection occurs between solid and a fluid.

Now, we can be sure that our radiation is working?

Below are the results for the same case but without radiation:


Code:
Wall heat fluxes [W]
airTop
    convective: 0
    radiative:  -0
    total:      0
airLeft
    convective: 0
    radiative:  -0
    total:      0
airRight
    convective: 0
    radiative:  -0
    total:      0
airBack
    convective: 0
    radiative:  -0
    total:      0
airBottom
    convective: 0
    radiative:  -0
    total:      0
air_to_heater
    convective: 3.341257e-05
    radiative:  -0
    total:      3.341257e-05

End
Raza Javed is offline   Reply With Quote

Old   August 26, 2019, 07:23
Default
  #44
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
It seems like it's working
I told you to run in both cases because in earlier (i think you are using a never version) versions it only wrote the sum flux (rad+conv)
simrego is offline   Reply With Quote

Old   August 26, 2019, 07:33
Default
  #45
Senior Member
 
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7
Raza Javed is on a distinguished road
Quote:
Originally Posted by simrego View Post
It seems like it's working
I told you to run in both cases because in earlier (i think you are using a never version) versions it only wrote the sum flux (rad+conv)

Yes I RUN both cases, and I posted here the results of both (with and without radiations).



In with radiation, it is showing radiation on every boundary.


In withour radiation, it is showing only convection only on air to heater boundary.
Raza Javed is offline   Reply With Quote

Old   August 26, 2019, 07:38
Default
  #46
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
I know u did in both cases, I just told you why I gave you this advice.
simrego is offline   Reply With Quote

Old   August 26, 2019, 07:46
Default
  #47
Senior Member
 
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7
Raza Javed is on a distinguished road
Quote:
Originally Posted by simrego View Post
I know u did in both cases, I just told you why I gave you this advice.

Oh I see.



But I must say, you really helped a lot. I really appreciate this.


Thank you so much for your prompt replies.


I might ask you again, if I have some doubt.


Thank you once again..
Raza Javed is offline   Reply With Quote

Old   September 1, 2019, 14:01
Default
  #48
Senior Member
 
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7
Raza Javed is on a distinguished road
Hello,


Sorry to disturb you again.


In my geometry, I am putting fvOptions in the heater region, the volume of my region is 0.000125m3. And the power I am putting is 1W. So I am using specific mode in fvOptions and I am putting the value 1W/0.000125m3=8000.


My fvOptions is given below:


Code:
heatSource
{
    type            scalarSemiImplicitSource;
    active          true;
    selectionMode   all;

    scalarSemiImplicitSourceCoeffs
    {
        selectionMode   all;
        volumeMode      specific;//absolute;
        injectionRateSuSp
        {
            h           (8000 0);
        }
    }
}

Now, to check what should be the temperature of my heater region, can I use boltzman law of radiation like below?


P = e*sigma*A*(T)^4
Raza Javed is offline   Reply With Quote

Old   May 9, 2022, 12:38
Default thermophysical properties of vaccum
  #49
New Member
 
Patrick Saft
Join Date: May 2022
Posts: 1
Rep Power: 0
$Chaos is on a distinguished road
Hello togther,


Raza, i have a similiar problem as you. I also have to calculated vaccum.


How do you finally realised it?


which thermophysical properties have you taken?


thank you


kind regards
$Chaos is offline   Reply With Quote

Reply

Tags
openfoam, radiation, vacuum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology wyldckat OpenFOAM 17 November 10, 2017 15:54
OpenFOAM Training, London, Chicago, Munich, Houston 2016-2017 cfd.direct OpenFOAM Announcements from Other Sources 0 September 14, 2016 03:19
An odd ERROR mdakbari Fluent UDF and Scheme Programming 7 April 4, 2016 04:30
OpenFoam volume conditions vmsandip2011 OpenFOAM Running, Solving & CFD 5 February 24, 2012 10:32
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24


All times are GMT -4. The time now is 04:17.