|
[Sponsors] |
March 27, 2015, 17:24 |
Heat source on variable surface
|
#1 |
Member
Rafal
Join Date: Aug 2013
Location: CK
Posts: 36
Rep Power: 13 |
Hello.
I want to conduct ice melting simulation. I've created volumetric heat source (w/m^3) which is limited by certain radius and height condition: Code:
if ((prom<=r)&&(yc>=0.0009)&&(yc<=0.001)) { source = 5e12; } else { source = 0; } In the picture you can see deformed ice surface. I think that I need to write condtition which will define that source should "follow" ice surface. Now it seems like heat source affects air - that's why temperature rise to such high values. I got the idea to add another condtion - source should act only when the density is at specific value. But on the other hand i should know what are the coordinates of free surface - source should have same "depth" across surface. Can anybody gave me a hint where to find solution or promt some UDF example? I don't need exact solution - just example how to track such kind of surface changes. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
Help for the small implementation in turbulence model | shipman | OpenFOAM Programming & Development | 25 | March 19, 2014 11:08 |
DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 02:24 |
variable heat source simulation | LI Y | FLUENT | 1 | April 8, 2003 00:46 |