CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Rapid increase of velocity close to the boundary (MHD simulation)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 11, 2017, 07:12
Default Rapid increase of velocity close to the boundary (MHD simulation)
  #1
New Member
 
Roman G.
Join Date: Apr 2017
Posts: 16
Rep Power: 9
Novel is on a distinguished road
Hello,
I'm trying to simulate a Taylor instability by using the electric potential formulation of the MHD equations (similar to http://www.tfd.chalmers.se/~hani/kur...rt_Tassone.pdf ).

The domain is a cuboid (96x96x120 mm) where the patches inlet,outlet are the sides with the size 96x96 and all other sider are defined as wall. All boundaries are defined as closed domain.
U -> noSlip
p -> zeroGradient
Epot -> zerogradient at the wall, and fixedGradient 0.5... at the inlet at fixedValue 0 at the outlet. This corresponds to a current of around 18kA.
B -> fixedValue where the value is defined with the analytic solution.

The lorentz force is defined as:
Code:
lorentz = (J0 ^  B);
the force is added in the momentum equation the following way:
Code:
tmp<fvVectorMatrix> tUEqn
(
    fvm::ddt(U) + fvm::div(phi, U)
  + MRF.DDt(U)
  + turbulence->divDevReff(U)
  - (1.0/rho) * (lorentz)
 ==
    fvOptions(U)
);
The simulation runs and the velocity field looks just fine but close to the boundary the velocity increases rapidly and than falls down to zero due to noSlip. I'm wondering if I should add the force term not in the momentum equation or if I need to use other boundary conditions but which one?

In the link bellow I uploaded some pictures where I measured the velocity, pressure and lorentz force along the y-axis.

http://imgur.com/a/uRXP8

Maybe one of you had a similar problem and has some ideas what I could try.

regards,
Roman


Novel is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
3D Windturbine simulation in SU2 k.vimalakanthan SU2 15 October 12, 2023 05:53
Radiation interface hinca CFX 15 January 26, 2014 17:11
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45


All times are GMT -4. The time now is 15:20.