CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Question about heat transfer simulation convergence (https://www.cfd-online.com/Forums/cfx/117456-question-about-heat-transfer-simulation-convergence.html)

Anna Tian May 8, 2013 17:04

Question about heat transfer simulation convergence
 
Hi,

Heat transfer convergence usually takes much more time than the velocity convergence. For fluid dynamics simulation, when the velocity residual and mass flow residual is very small, then we can basically say that the simulation has already converged.

But for heat transfer simulation, this convergence criteria may not work. I'm wondering what could be the convergence criteria for the heat transfer simulation?

rmh26 May 9, 2013 12:52

Transient or Steady State? How are the equations being solved? What exactly do you mean by convergence?

Are you using a commercial code or something you wrote youself?

Anna Tian May 9, 2013 13:38

Quote:

Originally Posted by rmh26 (Post 426380)
Transient or Steady State? How are the equations being solved? What exactly do you mean by convergence?

Are you using a commercial code or something you wrote youself?

It's steady state conjugate heat transfer simulation. NS equations and total energy equations are solved by FVM. Convergence means the heat transfer rate doesn't change a lot anymore even thought the residual is still reduced. CFX is used.

rmh26 May 9, 2013 16:14

If the physical parameter you are interested in, ( a heat flux), is converged to a level that is good enough for you then stop there. There residual does not directly reflect how far your solution is from the correct solution, it tells you how accurately you are solving the equations. Also because the flow depends only weakly on the temperature it make sense that it will converge quickly, the temperature field depends strongly on the velocity field so that a small update to the velocity field can cause a large change to the convective terms in your heat equation. But I would say that if you flux is not changing by much then your answer is probably good enough and running the simulation for longer will not give you much more accuracy.

ghorrocks May 9, 2013 19:11

CHT simulations commonly have this problem where the residuals are well converged but the imbalances are not and converge quite slowly. The problem is caused by the different time scales in the solid and fluid regions - the solid region is much slower than the fluid region, so a sensible time step for the fluid region only advances the solid region very slowly.

The answer is to use a solid time scale factor. This accelerates the time step in the solid region. As the equation solved in the solid region is just the heat equation and it is linear and well-behaved you can accelerate it by a large amount - I typically use factors like 100 or 1000. This usually makes the solid region converge just as fast as the fluid region and speeds up CHT simulations many times.

And this is also why it is vital that CHT simulations have convergence criteria on both residuals and imbalances. If you just use residuals or look at the convergence of parameters of interst you can get answers which are wrong by miles.

Anna Tian May 10, 2013 05:14

Quote:

Originally Posted by ghorrocks (Post 426425)
CHT simulations commonly have this problem where the residuals are well converged but the imbalances are not and converge quite slowly. The problem is caused by the different time scales in the solid and fluid regions - the solid region is much slower than the fluid region, so a sensible time step for the fluid region only advances the solid region very slowly.

The answer is to use a solid time scale factor. This accelerates the time step in the solid region. As the equation solved in the solid region is just the heat equation and it is linear and well-behaved you can accelerate it by a large amount - I typically use factors like 100 or 1000. This usually makes the solid region converge just as fast as the fluid region and speeds up CHT simulations many times.

And this is also why it is vital that CHT simulations have convergence criteria on both residuals and imbalances. If you just use residuals or look at the convergence of parameters of interst you can get answers which are wrong by miles.


1) What do you mean by 'factors like 100 or 1000'?

2) Is there a way to setup to change the time step during the simulation running automatically? Then I can use large time step firstly then change to small step. I really need a automatic way to do this time step shifting. Because I have more than 300 this kind of simulations to run. I can't change the time step manually every time.

3) Could I setup a simulation stopping criteria like 'the outlet temperature doesn't change a lot anymore' in CFX? So that the simulation can be stopped by this criteria automatically and in this way the next simulation can be started earlier. This can save some computation time.

4) How to decide the length of the time step I need to use at the beginning to solve the solid temperature distribution?

JuPa May 10, 2013 05:48

Quote:

Originally Posted by ghorrocks (Post 426425)
CHT simulations commonly have this problem where the residuals are well converged but the imbalances are not and converge quite slowly. The problem is caused by the different time scales in the solid and fluid regions - the solid region is much slower than the fluid region, so a sensible time step for the fluid region only advances the solid region very slowly.

The answer is to use a solid time scale factor. This accelerates the time step in the solid region. As the equation solved in the solid region is just the heat equation and it is linear and well-behaved you can accelerate it by a large amount - I typically use factors like 100 or 1000. This usually makes the solid region converge just as fast as the fluid region and speeds up CHT simulations many times.

And this is also why it is vital that CHT simulations have convergence criteria on both residuals and imbalances. If you just use residuals or look at the convergence of parameters of interst you can get answers which are wrong by miles.


I agree! Just compare solid time scales to fluid time scales and you quickly appreciate why the imbalances don't reduce as much as you want to! (And it's usually the energy equation - no suprises there!)

However in transient simulations surely you can't set a timescale for the solid region, and a different time scale for the fluid region?

Using your method described above (coincidentally is the same method I use) you're restricted to steady state calculations using "false" physical timesteps.

ghorrocks May 11, 2013 00:47

Yes, the solid time scale factor is only applicable to steady state runs. In transient runs you have to model it with the physical time step the same in both regions.

Shoushou:
I mean set a solid time scale factor in the range of 100-1000.

You do not need to change the time step during a run. You can start it with this high factor.

For CHT simulations I recommend using the residuals AND imbalances as convergence tolerances. Do a sensitivity study to check your settings are OK and then use that setting on all your runs.

Setting time step size: Just try it out and see if it works. It is goes slow then make it bigger, If it diverges then make it smaller.

Anna Tian May 14, 2013 07:52

Quote:

Originally Posted by ghorrocks (Post 426629)
Yes, the solid time scale factor is only applicable to steady state runs. In transient runs you have to model it with the physical time step the same in both regions.

Shoushou:
I mean set a solid time scale factor in the range of 100-1000.

You do not need to change the time step during a run. You can start it with this high factor.

For CHT simulations I recommend using the residuals AND imbalances as convergence tolerances. Do a sensitivity study to check your settings are OK and then use that setting on all your runs.

Setting time step size: Just try it out and see if it works. It is goes slow then make it bigger, If it diverges then make it smaller.

What is the imbalance convergence? Conservation target? Does it mean RMS T-Energy and H-Energy?

I didn't find the answers of it on the user manual. Thanks.

ghorrocks May 14, 2013 09:07

No, I mean using the global imbalances as an additional convergence critereon. This is described in the documentation. It does not mean RMS T-Energy or H-Energy, it is a global imbalance.

singer1812 May 14, 2013 11:15

In your case, Glenn is talking about the balances of all the heat. For example when you stop a run, CFX will report out in tablular format T-ENERGY-*** for each of your solid domains. It will also report out H-ENERGY-*** for each of your fluid domains.

It also tells you what the balance (or imbalance) is (for a SS run Heat in should = Heat out). All of your boundarys and sources are listed in this table.

If you desire, during a run, you could monitor all of your heat (make sure you include the fluid inlets and outlets and losses), see what is going where, and determine from that whether your heat solution is converged.

lnk May 14, 2013 12:23

Quote:

Originally Posted by singer1812 (Post 427481)
In your case, Glenn is talking about the balances of all the heat. For example when you stop a run, CFX will report out in tablular format T-ENERGY-*** for each of your solid domains. It will also report out H-ENERGY-*** for each of your fluid domains.

It also tells you what the balance (or imbalance) is (for a SS run Heat in should = Heat out). All of your boundarys and sources are listed in this table.

If you desire, during a run, you could monitor all of your heat (make sure you include the fluid inlets and outlets and losses), see what is going where, and determine from that whether your heat solution is converged.

I tried those methods. But the H-Energy still converges slowly. May I ask how is H-Energy defined? I didn't find its definition in the user manual.

Anna Tian May 14, 2013 12:32

Quote:

Originally Posted by ghorrocks (Post 427435)
No, I mean using the global imbalances as an additional convergence critereon. This is described in the documentation. It does not mean RMS T-Energy or H-Energy, it is a global imbalance.

What documentation is the global imbalances defined? I searched for it in the Ansys help but found only very limited information about it. What is the definition of the 'global imbalances'?

singer1812 May 14, 2013 12:43

1 Attachment(s)
See attached Picture. The arrows point to the imbalance. The items above are all the heat sources for your each of your domains. All of those numbers are in watts.

I assume you put in heat as either a surface flux, or volume generation. You know the watts of your imposed sources.

You can check the balances for all locations using this information. Adding up all the numbers should be about 0 (give or take a resonable variance).

Anna Tian May 14, 2013 13:13

Quote:

Originally Posted by singer1812 (Post 427495)
See attached Picture. The arrows point to the imbalance. The items above are all the heat sources for your each of your domains. All of those numbers are in watts.

I assume you put in heat as either a surface flux, or volume generation. You know the watts of your imposed sources.

You can check the balances for all locations using this information. Adding up all the numbers should be about 0 (give or take a resonable variance).

So the 'global imbalance' is defined as the overall heat conservation in a domain. Right?

And how is H-Energy and T-Energy defined?

singer1812 May 14, 2013 14:27

You first question answer is correct.

By H-Energy and T-Energy, I assume you mean the Solver Manager convergence RMS (or MAX) plot that you see when the job is running?

That is just the residual of the Energy Equation.

If you mean H-Energy and T-Energy precisely then that is the energy equation:

Energy In - Energy Out + Energy Stored = Total Energy.

In simple terms Energy In would be: Volume Intergal of all your volumetric heat generation+surface integral of All your heat fluxes+mdot_fluid_in*enthalpy

You can do the other terms in similar manner.

If this is not what you mean, I do not understand the question.

Anna Tian May 14, 2013 15:04

Quote:

Originally Posted by singer1812 (Post 427506)
You first question answer is correct.

By H-Energy and T-Energy, I assume you mean the Solver Manager convergence RMS (or MAX) plot that you see when the job is running?

That is just the residual of the Energy Equation.

If you mean H-Energy and T-Energy precisely then that is the energy equation:

Energy In - Energy Out + Energy Stored = Total Energy.

In simple terms Energy In would be: Volume Intergal of all your volumetric heat generation+surface integral of All your heat fluxes+mdot_fluid_in*enthalpy

You can do the other terms in similar manner.

If this is not what you mean, I do not understand the question.

Yes. That is what i mean. Thanks.

lnk May 14, 2013 19:34

Quote:

Originally Posted by singer1812 (Post 427506)
You first question answer is correct.

By H-Energy and T-Energy, I assume you mean the Solver Manager convergence RMS (or MAX) plot that you see when the job is running?

That is just the residual of the Energy Equation.

If you mean H-Energy and T-Energy precisely then that is the energy equation:

Energy In - Energy Out + Energy Stored = Total Energy.

In simple terms Energy In would be: Volume Intergal of all your volumetric heat generation+surface integral of All your heat fluxes+mdot_fluid_in*enthalpy

You can do the other terms in similar manner.

If this is not what you mean, I do not understand the question.


Which of them is the residual of energy equation? H-Energy or T-Energy? What is the difference between them?

singer1812 May 15, 2013 10:20

One pertains to a fluid domain, the other a solid domain.

If you run just fluids you will only see H-Energy.

hwangpo May 22, 2013 02:59

Quote:

Originally Posted by singer1812 (Post 427741)
One pertains to a fluid domain, the other a solid domain.

If you run just fluids you will only see H-Energy.

hey,
I have convergence problems too in my single-phase simulation with thermally stratified tank which has an inlet, three outlets, free slip surface and other no-slip walls. Water flow into the domain having a varying density with temperatue (temperature changing with depth).
Considering temperature transport, H-energy RMS reduces very slowly, even increases somewhere. The Imbalance is strange too. what's the problem?
Could you give some suggestions for this? Thank you so much.


All times are GMT -4. The time now is 03:56.