CFLUX boundary conditions

Hello, I am trying to apply concentrated heat flux as a boundary condition but when I check the results, the nodes to which I impose a heat flux, have a different one.
I have only applied boundary conditions of that nature, I haven’t imposed any temperature as a boundary condition but I have initialized the temperatures.
What should I change to make sure that the heat flux in the nodes that I selected is the one that I imposed?

Are you checking RFL ? Do you remember what I warned you about ?

Yes, what i am doing is reading the RFL results from the previous simulation and applying it to the nodes. Should I instead check for the HFL in the results of the last simulation?

Just like reaction forces, RFL will give you a sum of applied and reaction flux if you check it for nodes with *CFLUX applied. From the manual (just replace forces with fluxes and *CLOAD/*DLOAD with *CFLUX/*DFLUX):

Summarizing, selecting RF gives you the sum of the reaction forces and the loading forces. This is equal to the reaction forces only if the elements belonging to the selected nodes are not loaded by a *DLOAD card, and the nodes themselves are not loaded by a *CLOAD card.

I explained what HFL is in a reply to your previous thread. It’s heat flux per unit area, just extrapolated and averaged at nodes. So it may not be what you are looking for.

Rather HFL is heat flux (heat flow rate per unit area) and *CFLUX and RFL, despite their names, are heat flow rates, not heat fluxes.