|
[Sponsors] |
October 20, 2019, 10:52 |
Changing heat source in ANSYS
|
#1 |
New Member
Join Date: Oct 2019
Posts: 1
Rep Power: 0 |
Dear Colleagues,
I have got a little problem which I hope you could help with. I would like to use heat source which is decreasing in time period (e.g. 18MW in 1 sec, 15 MW in 2 sec, etc.). It's decay heat from low-power nuclear reactor, geometry at this moment is not so important, I will just use simple geometry in 2D. Is it possible to solve this issue in ANSYS? Does anybody know how to do it? Thank you in advance for your help. Last edited by jnow; October 20, 2019 at 18:22. |
|
October 21, 2019, 01:37 |
|
#2 |
Senior Member
Oskar
Join Date: Nov 2015
Location: Poland
Posts: 184
Rep Power: 11 |
Hello. I believe You can use "expression" as an input (I don't have time to confirm it right now). Here is an expression I was using for varying inlet temperature. I think You can modify in for Your purpose:
Code:
300[K] + if(t>6300[s],0[K],if(t>5400[s],600[K],if(t>4500[s],0[K],if(t>3600[s],600[K],if(t>2700[s],0[K],if(t>1800[s],600[K],if(t>900[s],0[K],600[K]))))) Best regards, Sheaker |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Heat source on the surface of the wall | Vishsel | OpenFOAM Running, Solving & CFD | 2 | April 27, 2020 10:59 |
Creating a heat source on ANSYS workbench | chris92jc | ANSYS | 1 | August 6, 2015 04:10 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |