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

OscillatingFixedValueFvPatchField BC in parallel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 2, 2009, 09:54
Default Hi, I observed some proble
  #1
New Member
 
Daniel Schmode
Join Date: Mar 2009
Posts: 22
Rep Power: 17
daniels is on a distinguished road
Hi,

I observed some problem using oscillatingFixedValueFvPatchField BC in parllel. Following changed cured the problems.

Index: fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchF ield.C
================================================== =================
--- fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchF ield.C (revision 967)
+++ fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchF ield.C (working copy)
@@ -70,7 +70,8 @@
const fvPatchFieldMapper& mapper
)
:
- fixedValueFvPatchField<type>(p, iF),
+ fixedValueFvPatchField<type>(ptf, p, iF, mapper),
refValue_(ptf.refValue_, mapper),
amplitude_(ptf.amplitude_),
frequency_(ptf.frequency_),


Find attachead a simple case to test.


daniels is offline   Reply With Quote

Old   February 2, 2009, 09:59
Default Here is the attachment, sorry,
  #2
New Member
 
Daniel Schmode
Join Date: Mar 2009
Posts: 22
Rep Power: 17
daniels is on a distinguished road
Here is the attachment, sorry, but my browser does not like the forum software.

When decomposing the case the value vield is wrong with the original oscillatingFixedValueFvPatchField.


daniels is offline   Reply With Quote

Old   February 2, 2009, 10:01
Default http://www.cfd-online.com/Ope
  #3
New Member
 
Daniel Schmode
Join Date: Mar 2009
Posts: 22
Rep Power: 17
daniels is on a distinguished road
osciDuct.tgz
daniels 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
parallel CCM+ tom Siemens 5 May 8, 2008 18:54
Parallel UDF ccc FLUENT 0 December 3, 2004 22:17
udf parallel Phil FLUENT 4 May 28, 2004 19:49
UDF in parallel ricky FLUENT 0 September 24, 2003 11:09
CFX-5.5 Parallel NT Kawena CFX 4 March 13, 2002 20:24


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