|
[Sponsors] |
Rapid increase of velocity close to the boundary (MHD simulation) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 11, 2017, 08:12 |
Rapid increase of velocity close to the boundary (MHD simulation)
|
#1 |
New Member
Roman G.
Join Date: Apr 2017
Posts: 16
Rep Power: 9 |
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); Code:
tmp<fvVectorMatrix> tUEqn ( fvm::ddt(U) + fvm::div(phi, U) + MRF.DDt(U) + turbulence->divDevReff(U) - (1.0/rho) * (lorentz) == fvOptions(U) ); 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 |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D Windturbine simulation in SU2 | k.vimalakanthan | SU2 | 15 | October 12, 2023 06:53 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |