CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   Re: Magnetic field around a current carrying square bar (https://www.cfd-online.com/Forums/fluent-udf/130551-re-magnetic-field-around-current-carrying-square-bar.html)

yashganatra February 28, 2014 07:53

Re: Magnetic field around a current carrying square bar
 
4 Attachment(s)
Hi,
I am working on the aforementioned problem in ANSYS FLUENT. The aim is to validate this case by implementing UDS - 3 equations for magnetic vector potential and 1 for electric scalar potential.
Approach:
I have modelled the conductor as a box and made an enclosure around it.
For the V(electric scalar pot) equation I need to define 2 separate electrical conductivity - one for air and for copper. I have defined both of these as fluids and unchecked the flow equation option.
Problem:
1. I have tried to do it using Define_Diffusivity UDF and Thread_ID, but the problem is that the conducitivity for copper is not being taken into account. It should be taken as 2700 but I am not able to comprehend why it is being taken as 85.
2. While giving the boundary conditions, FLUENT is slitting the conductor up and down walls into coupled walls and I am getting confused on how to give the boundary condition - I need to give 670 V on conductor_up and 0 V on conductor_down. How should I apply the boundary conditions
3. When I model the copper bar as solid, and solve the UDS over all zones, while initializing I am getting Unknown UDS property method error. What does this mean? Also could someone kindly tell what does "coupled wall" mean?
4. Lastly, I would like to ask does zero normal gradient of field imply that the flux is zero?
I am attaching the UDF I have written, boundary conditions to be applied and a the plot of diffusion coeff of V to highlight my problem.

Any help would be really appreciated.
Thank you,
Regards,
Yash Ganatra

aestas March 13, 2014 07:51

Dear friend yashganatra,
i haven't read over the thesis you list to me yet, but here i have some opinion and advice about your problem,you can think about it.
1.In the UDF, you used "C_UDSI_G" macros in the source term,but you have to know, when fluent compute for the first step, there isn't any gradients.So if C_UDSI_G was called in the first step of iteration, an error may occur.
in my UDF, i usually put C_UDMI and C_UDSI_G in ADJUST macro, and call them when one or two steps of iteration were done.
2.You said you have defined both of air and copper as fluids, i doubt that, shouldnot copper be taken as solids?
3.If i were you, i would choose another software(like ansys or ansoft) to do electromagnetic field problem like this,and if you need to couple electromagnetic field with thermal or flow field ,you can import the result to fluent.
In my case of plasma arc, i define V and A in fluent,and just set V in the UDS terms in boundary condition panel.And i haven't met a case(couple air and copper) like this.May my advice will help you.And I will be glad to discuss with you.:)

vek123 January 11, 2019 14:47

Quote:

Originally Posted by aestas (Post 479753)
Dear friend yashganatra,
i haven't read over the thesis you list to me yet, but here i have some opinion and advice about your problem,you can think about it.
1.In the UDF, you used "C_UDSI_G" macros in the source term,but you have to know, when fluent compute for the first step, there isn't any gradients.So if C_UDSI_G was called in the first step of iteration, an error may occur.
in my UDF, i usually put C_UDMI and C_UDSI_G in ADJUST macro, and call them when one or two steps of iteration were done.
2.You said you have defined both of air and copper as fluids, i doubt that, shouldnot copper be taken as solids?
3.If i were you, i would choose another software(like ansys or ansoft) to do electromagnetic field problem like this,and if you need to couple electromagnetic field with thermal or flow field ,you can import the result to fluent.
In my case of plasma arc, i define V and A in fluent,and just set V in the UDS terms in boundary condition panel.And i haven't met a case(couple air and copper) like this.May my advice will help you.And I will be glad to discuss with you.:)

Dear aestas,
i read your reply and the last part got my interest, you said you've succesfully done the electric arc simulation in fluent, and i am currently trying to do the same thing, i have the UDFs for the Temperature dependent material properties, But my issue is; in the MHD_module i cannot define the electric current/current density. and that's a known issue in this module, so i read some papers and i've seen most people import magnetic flux density into fluent using UDFs, i have succesfully solved for time dependent magnetic flux density and have it in a text file with each mesh node and time step.
but the problem is i couldn't find a way to import this to fluent, especially since it is time and space dependent, i would really appreciate it if you could tell me how it can be done.


thanks very much

keyhan_1359@yahoo.com March 6, 2020 06:11

Hi, guys. I need to write an UDF for volumetric heat production in a 3D problem. The heat source strength is a say Exponential function of say X coordinate, e.g. q_dot=3*10000000*e^(-10(x+0.2)) W/m^3. Please help me. Thank you.

vinerm March 6, 2020 07:12

Source UDF
 
That would be straightforward. Please look at

https://www.afs.enea.it/project/nept...udf/node49.htm

You need to use C_CENTROID to fetch cell center coordinates and then use the equation.

keyhan_1359@yahoo.com March 6, 2020 07:35

thanks vinerm. can u help me. and send udf for me? plz

vinerm March 6, 2020 07:44

UDF File
 
The UDF is written in the link I sent. You need to copy it manually, i.e., type it yourself instead of using copy and paste. Then you can interpret or compile (if you have compiler available).

I do not have any UDF file available with me. But you can certainly get help if you start doing it yourself.

sina_sls August 3, 2022 07:13

Quote:

Originally Posted by vinerm (Post 760720)
The UDF is written in the link I sent. You need to copy it manually, i.e., type it yourself instead of using copy and paste. Then you can interpret or compile (if you have compiler available).

I do not have any UDF file available with me. But you can certainly get help if you start doing it yourself.

Hello,

How can i change UDS boundary value in a Define Adjust UDF? i mean how can i call UDS boundary value to changing in a UDF of Define Adjust?

Regards,


All times are GMT -4. The time now is 05:08.