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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Pascal_doran
Forum: OpenFOAM Post-Processing December 13, 2012, 16:13
Replies: 10
Views: 9,159
Posted By Pascal_doran
Hi! I think that this line of code : ...

Hi!

I think that this line of code :
beta.correctBoundaryConditions();

is responsable for your negative betas. Try to output min(beta).value() before and after the correction of betas. To...
Forum: OpenFOAM Post-Processing December 13, 2012, 15:55
Replies: 10
Views: 9,159
Posted By Pascal_doran
Hi, Your sample of code seems all right. Could...

Hi,
Your sample of code seems all right. Could you post the entire code? It will be easier for others to give help.

Pascal
Forum: OpenFOAM Post-Processing December 13, 2012, 15:25
Replies: 10
Views: 9,159
Posted By Pascal_doran
Hello Yanxiang, That make a long time ago :)...

Hello Yanxiang,

That make a long time ago :) I think it was a simple error in my if statement:
if (diff <= 0.00002)
should have been:
if (abs(diff) <= 0.00002)

Pascal
Forum: OpenFOAM Post-Processing November 23, 2009, 14:31
Replies: 10
Views: 9,159
Posted By Pascal_doran
basic question with 'ForAll' loop

Hi all,

Strange things happen in my forAll loop. I have those two variables 'n' and 'somme_E' that are reinitialized at the end of each iteration of the for loop (which is confirmed by using the...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 03:06.