CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

MSc Course Project

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 20, 2020, 11:12
Default MSc Course Project
  #1
New Member
 
George
Join Date: Nov 2020
Posts: 1
Rep Power: 0
g_beka is on a distinguished road
Hello all,

We are a team that is struggling to deal with a fire simulation in a room for a course in our Master's program.

After the 600th iteration some cells tend to hit 5000K temperature making the simulation and the temperature plots unrealistic.

I attached the Udf file to this thread. Seems that heat flux is the main reason.

any ideas?

Of course our boundary conditions are set to heat flux while the outer walls are convection. Solution is transient. And the professor of the course has already checked the model + materials + all the settings and it runs smoothly for the first seconds. Then some cells ascend to 5000 K for no reason. The heat is coming from from a surface.

Thank you for your time.
Attached Files
File Type: c Fire.c (1.3 KB, 3 views)
g_beka is offline   Reply With Quote

Old   November 23, 2020, 08:05
Default
  #2
New Member
 
Manolis Theofilos
Join Date: Nov 2020
Location: London
Posts: 11
Rep Power: 5
EmmTheof84 is on a distinguished road
I had a similar problem with a heat transfer simulation in the past.
The issue was the time step. As your temperature rises, I assume buoyancy forces increase and you have stronger convection currents.
If your time step is not small enough to capture those variations then you will see increased temperature in some cells. You should try reducing your timestep after the 600th iteration and see if this fixes things
I haven't done fire simulations though so I can't give you more guidance.
EmmTheof84 is offline   Reply With Quote

Old   November 24, 2020, 02:30
Default
  #3
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
your heat flux is time dependent
Code:
heatflux = 250000*(time/150)*(time/150)/0.25;
do you think, is it possible, that heatflux has become huge enough to raise temperature to 5000K?

what is actual time after 600 iterations?

also i recommend you to put line
Code:
time = RP_Get_Real("flow-time");
out of face loop
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ 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
CoCoons Project - Community-driven Documentation on OpenFOAM® Technology holger_marschall OpenFOAM Announcements from Other Sources 6 February 2, 2022 14:42
[blockMesh] Projection of edges to the surface klitz OpenFOAM Meshing & Mesh Conversion 0 October 14, 2020 10:09
MSc Thesis Project - Tube-in-Tank HE with PCM Tapeworm FLUENT 22 May 22, 2017 03:00
The FOAM Documentation Project - SHUT-DOWN holger_marschall OpenFOAM 242 March 7, 2013 12:30
CFD project idea John Cleveland Main CFD Forum 4 March 8, 2005 12:55


All times are GMT -4. The time now is 02:48.