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

fixedJump Boundary Condition Not Working

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2014, 17:37
Default fixedJump Boundary Condition Not Working
  #1
Senior Member
 
Robert
Join Date: Sep 2010
Posts: 158
Rep Power: 15
lordvon is on a distinguished road
Hello all,
I have been trying to get the fixedJump boundary condition to work on a baffle surface. I wanted to cause a jump in pressure. The simulation runs fine, but it is as if the baffle is not there. I specify the jump in 0/p as follows:

Code:
    baffle
    {
   	type            fixedJump; 
    	patchType       cyclic; 
    	value           $internalField; 
    }
    baffleother
    {
    	type            fixedJump; 
	patchType       cyclic; 
	jump            uniform 1719; 
	value           $internalField;
    }
All other files have 'baffle' and 'baffleother' specified as cyclic. I do not get any errors or warnings when running or setting up. It is just that the pressure jump is not enforced; nothing happens at the baffle. I have tried flipping the baffle (option in the baffle dictionary) but it does not do anything...

Please help!!!
lordvon is offline   Reply With Quote

Old   August 25, 2014, 21:15
Default
  #2
Senior Member
 
Robert
Join Date: Sep 2010
Posts: 158
Rep Power: 15
lordvon is on a distinguished road
I solved it! Here are my fixes:

-'baffle' was the master patch, not 'baffleother', and the 'jump' should be defined on the master patch.

-After calling 'createBaffles', the '0/p' file was rewritten with values and jumps set to zero! For some reason, my uniform value for jump was replace by a nonuniform list of near-zero values for every face in the master baffle. So, I just had to replace the newly created '0/p' with the original.
lordvon 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
Mathematical representation of fixedDisplacementZeroShear boundary condition Sargam05 OpenFOAM 14 January 11, 2022 06:55
mixed inflow/outflow downstream boundary condition question peob OpenFOAM Running, Solving & CFD 3 February 3, 2017 10:54
Radiation interface hinca CFX 15 January 26, 2014 17:11
domain imbalance for enrgy equation happy CFX 14 September 6, 2012 01:54
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05


All times are GMT -4. The time now is 11:13.