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

Oscillating a porousBafflePressure (cyclic) boundary

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 10, 2018, 06:45
Default Oscillating a porousBafflePressure (cyclic) boundary
  #1
New Member
 
Mohamad
Join Date: Apr 2017
Location: Oxford, UK
Posts: 10
Rep Power: 9
mhasif02 is on a distinguished road
Hello,

I'm trying to simulate an oscillating actuator disk model (attached is my computational domain). Previously, I have done some simulations on actuator disk using the porousBafflePressure boundary condition to create the pressure jump condition on the disk. Now I'm trying to oscillate this disk but I haven't manage to accomplish this since the boundary type cyclic (used for porousBafflePressure boundary condition in 0/p file) cannot be oscillated using the solver displacementLaplacian (in constant/dynamicMeshDict).

My setup are as follows:

0/p:

boundaryField
{
DISK_half0
{
type porousBafflePressure;
patchType cyclic;
jump uniform 0;
value uniform 0;
D 0;
I 4;
length 1;
}
DISK_half1
{
type porousBafflePressure;
patchType cyclic;
value uniform 0;
D 0;
I 4;
length 1;
jump uniform 0;
}
}



constant/dynamicMeshDict

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

solver displacementLaplacian;


displacementLaplacianCoeffs
{
diffusivity inverseDistance (DISK_half0 DISK_half1);
}



So far I've tried using different types of boundaries but only boundary type wall and patch seems to be able to oscillate when using displacementLaplacian. Is there any other way to do this? Any help would be much appreciated.

Thank you.

Mohamad
Attached Images
File Type: jpg pic01.jpg (41.3 KB, 12 views)
mhasif02 is offline   Reply With Quote

Reply

Tags
oscillating cyclic porous


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
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Problem in setting Boundary Condition Madhatter92 CFX 12 January 12, 2016 04:39
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44


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