I have a graph show the heat flux applied on the heated wall below (Heat flux through X direction). The heat flux can be write as a function of Z (for example q= Z*Z + 1000). Can anyone help me with this.
I would split the Z abscissa into two parts. The first one shall be something like q=c0+c1*e^(c2*z) where z = (-inf, value ) and the second part shall be q=c0+c1*1/z or you can do q=c0+e^(-c1*z) where z = (valuem, inf ).
Martin Kubicek Thank you for your help, i know how to find the equation of the curve but i dont really know how to write this udf profile. Is presents some error in heat flux distribution along z axis. Can u help me ?