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

cubicCorrected

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2010, 10:38
Default cubicCorrected
  #1
New Member
 
yafuji aki
Join Date: Jul 2010
Location: Japan
Posts: 14
Rep Power: 15
aki_yafuji is on a distinguished road
Dear FOAMers,

After changing divSchemes as follows,

divSchemes
{
div(rho*phi,U) Gauss limitedLinearV 0.1 phi;
div(phi,alpha) Gauss cubicCorrected;
div(phirb,alpha) Gauss cubicCorrected;
div(phi,k) Gauss cubicCorrected;
div(phi,epsilon) Gauss cubicCorrected;
div(phi,R) Gauss cubicCorrected;
div(R) Gauss cubicCorrected;
div(phi,nuTilda) Gauss cubicCorrected;
div((nuEff*dev(grad(U).T()))) Gauss cubicCorrected;
}

I receive an error message "Unknown discretisation scheme cubicCorrected".

Is cubicCorrected implemented in OF 1.6??? I can see it on Table 4.10
in the User Guide. If possible, please send me information...

Thanks in advance!

aki
aki_yafuji is offline   Reply With Quote

Old   August 2, 2010, 11:53
Default
  #2
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
Hi Aki

I'm not sure about 1.6 but it isn't on 1.5-dev. Without seeing the error it's not so easy to say but I imagine it's the last line that's causing the problem so try:

div((nuEff*dev(grad(U).T()))) Gauss cubic;
which should work

and then maybe:

div((nuEff*dev(grad(U).T()))) Gauss cubicCorrected phi;

if the original error says something about trying to read beyond EOF



Cheers

Nick
NickG is offline   Reply With Quote

Old   August 2, 2010, 11:54
Default
  #3
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
If that doesn't work it's not implemented. You should get a list of available schemes in the error. If it's not there try 1.7!
NickG is offline   Reply With Quote

Old   August 5, 2010, 04:52
Default
  #4
New Member
 
yafuji aki
Join Date: Jul 2010
Location: Japan
Posts: 14
Rep Power: 15
aki_yafuji is on a distinguished road
Dear Nick

Thank you for replying my question!
I modify the divSchemes as you suggested,

------------------------------
div(rho*phi,U) Gauss cubic;
div(phi,alpha) Gauss cubic;
div(phirb,alpha) Gauss cubic;
------------------------------

and I can start the calculation!
(It seems that cubicCorrected is not implemented in OF 1.6...)

Thank you very much!!

aki
aki_yafuji 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



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