|
[Sponsors] |
April 17, 2001, 08:30 |
About Lorentz force
|
#1 |
Guest
Posts: n/a
|
I plan to simulate the natural convection of aqueous solutions of sodium chloride in a cubic cell under a uniform magnetic field. Would you please give a hand to tell me how to do it using fluent? Thanks in advance.
|
|
April 19, 2001, 07:45 |
Re: About Lorentz force
|
#2 |
Guest
Posts: n/a
|
You have two possibilities: Either You can calulate the Lorentz force directly in a user-definied subroutine or You teat the lorentz force as a user-defined scalar.
|
|
April 19, 2001, 08:11 |
Re: About Lorentz force
|
#3 |
Guest
Posts: n/a
|
Dear Rüdiger Schwarze, Thank you very much. I am a new comer. I think I should use user-defined subroutine. But I have no such kind of experiment. Could you give me a hand? How about send me a sample? Thanks in advance. Li
|
|
April 19, 2001, 10:58 |
Re: About Lorentz force
|
#4 |
Guest
Posts: n/a
|
Lorentz force density in x:
DEFINE_SOURCE(x_imp, cell, thread, dS, eqn) { /* variables */ float jz, by, source; float x[ND_ND]; /* coordinates of cell center */ C_CENTROID(x,cell,thread); xk = x[0]; yk = x[1]; jz = f(xk,yk); /* eddy current density, deduced from analytical formula */ by = f(xk,yk); /* magnetic flux density, deduced from analytical formula */ source = -jz*by; dS[eqn] = 0.0; |
|
April 19, 2001, 21:18 |
Re: About Lorentz force
|
#5 |
Guest
Posts: n/a
|
Thanks a lot. I will try it.
|
|
October 29, 2014, 08:04 |
|
#6 | |
New Member
Ganesh K C
Join Date: Oct 2014
Location: Tiruchirappalli, India
Posts: 29
Rep Power: 12 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lorentz force in MHD module | amirbahador | FLUENT | 13 | March 26, 2019 04:34 |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
Displaying Lorentz force as vectors? | james | Phoenics | 0 | February 28, 2008 07:51 |
Simulating lorentz force in electrochemical cell | Dave | FLUENT | 0 | February 2, 2008 18:14 |
Creating new utility Lorentz force calculation | adekian | OpenFOAM Running, Solving & CFD | 0 | May 24, 2007 06:16 |