|
[Sponsors] |
Numerical simulation of DBD plasma actuator induced flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 15, 2013, 22:16 |
Numerical simulation of DBD plasma actuator induced flow
|
#1 |
Senior Member
Mominul MuKuT
Join Date: Mar 2009
Location: Bangladesh
Posts: 124
Rep Power: 17 |
Earlier time, I have used PHOENICS to simulate flow induced by Plasma Actuator (PA). Now my target is to implement openFoam in PA induced flow simulation and later which will be coupled with plasma vortex generator induced flow simulation. As a three months user of openFoam, I am still struggling to learn, so in this regard all of your support is cordially welcomed. Possibly I have to use solver pisoFoam/potentialFoam for my purpose. Does anybody has experience to simulate PA induced flow by openFoam? I have only 2months to complete this simulation, till I am in deep sea
|
|
September 20, 2013, 05:23 |
|
#2 |
New Member
Christoph Kratzsch
Join Date: Nov 2011
Location: Freiberg
Posts: 28
Rep Power: 14 |
Hi mukut,
i don't have experience with plasma actuators. So i don't know about the plasma physics. But i'm analyzing a flow control problem too. In my case it is realized by Lorentz-forces acting on the flow. I think you want to add an extra volumeforce inside an existing solver like pisoFoam, am i right? Best regards. |
|
September 20, 2013, 05:30 |
|
#3 | |
Senior Member
Mominul MuKuT
Join Date: Mar 2009
Location: Bangladesh
Posts: 124
Rep Power: 17 |
Quote:
thanks for your reply. Yes, something like that....in plasma actuator it is necessary to couple body force with velocity... |
||
September 20, 2013, 05:51 |
|
#4 |
New Member
Christoph Kratzsch
Join Date: Nov 2011
Location: Freiberg
Posts: 28
Rep Power: 14 |
I don't know if it helps:
In pisoFoam.C you have something like this: Code:
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) + turbulence->divDevReff(U) ); Code:
volVectorField lorentz = sigma * (-fvc::grad(PotE) ^ B0) + sigma * ((U ^ B0) ^ B0); Code:
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) + turbulence->divDevReff(U) == (1.0/rho) * lorentz // Lorentz force term ); Is that kind of something you want to do? Best regards, Christoph |
|
September 20, 2013, 05:59 |
|
#5 | |
Senior Member
Mominul MuKuT
Join Date: Mar 2009
Location: Bangladesh
Posts: 124
Rep Power: 17 |
Quote:
I am a new user, previous time I simulated flow induced by PA in phoenics but now I don't understand how to define actuator inside flow domain. Is it possible to define such configuration using default mess generation by openFoam? |
||
January 7, 2014, 06:30 |
|
#6 |
Senior Member
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18 |
hello MominulDid you manage to model your plasma actuator in OpenFoam
I am planning to work on the same subject in comming weeks. |
|
Tags |
numerical simulation, openfoam, plasma actuator modeling |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Flow simulation in a Pelton turbine nozzle | fivos | FLUENT | 0 | April 19, 2011 12:46 |
Wing lift in Solidwork Flow Simulation | brianmcv | Main CFD Forum | 6 | April 11, 2011 09:16 |
Simulation of Flow through Complex 3D Geometry | EmersonKB | CFX | 5 | July 2, 2009 09:17 |
flow simulation across a small fan | jane luo | Main CFD Forum | 15 | April 12, 2004 18:49 |
Solid-Liquid Two Phase Flow Numerical Simulation with the Finite Element Method | Qing Hao | Main CFD Forum | 2 | January 9, 1999 00:31 |