|
[Sponsors] |
December 9, 2005, 12:15 |
Dear All,
I want to change
|
#1 |
Senior Member
Guoxiang
Join Date: Mar 2009
Posts: 109
Rep Power: 17 |
Dear All,
I want to change the "nu" for each cell and I add the code to icoFoam.C, but a error is here. Could you help me for this? 93: volScalarField& nuInternal = nu.internalField(); icoFoam.C:93: error: 'struct Foam::dimensionedScalar' has no member named 'internalField' Thanks deeply, Guoxiang |
|
December 9, 2005, 13:24 |
Its' because nu is defined as
|
#2 |
Super Moderator
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29 |
Its' because nu is defined as a constant, replace the creation of nu with a volScalarField.
... and you should really try to come up with more approapriate headlines. N |
|
December 9, 2005, 13:34 |
Dear Niklas Nordin:
Thanks
|
#3 |
Senior Member
Guoxiang
Join Date: Mar 2009
Posts: 109
Rep Power: 17 |
Dear Niklas Nordin:
Thanks for your help. Since I am a new learner, I do not understand well you meaning ("Its' because nu is defined as a constant, replace the creation of nu with a volScalarField."). Could you please give more explanations? Thanks deeply, Guoxiang |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
what are these errors mean? | dongtao | FLUENT | 4 | March 12, 2006 03:09 |
pro-am errors | azmir | Siemens | 8 | January 24, 2006 05:08 |
errors? | varshavian | FLUENT | 2 | December 20, 2002 10:00 |
What's these errors for ? | Jie | FLUENT | 1 | September 17, 2001 03:36 |
Errors in CFD | Lily Kabanj | FLUENT | 8 | May 1, 2000 08:52 |