|
[Sponsors] |
October 15, 2008, 07:44 |
Hi Khaled
From the mess
|
#1 |
Senior Member
|
Hi Khaled
From the message above, we can infer that the type of alpha and U are incompatible. for instance, volScalarField + volVectorField I also noticed that the code segment below + fvm::Sp(ix, alpha) it is a impilit operation, if alpha and U are not the same object, adding them will also cause the problems. Hope this helps Junwei |
|
October 15, 2008, 09:34 |
Hi Junwei,
thanks for the a
|
#2 |
Member
Join Date: Mar 2009
Posts: 35
Rep Power: 17 |
Hi Junwei,
thanks for the answer. For alpha i add volVectorField alpha ( IOobject ( "alpha", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); I thought for ix it is enough to be a volScalar or a Scalar. Khaled |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Incompatible fields for operation divphi Ub | vvqf | OpenFOAM Running, Solving & CFD | 4 | April 4, 2018 04:28 |
Incompatible fields for operation | tehache | OpenFOAM Running, Solving & CFD | 5 | January 30, 2018 16:32 |
incompatible fields for operationproblem in simpleFoam | kbr | OpenFOAM Running, Solving & CFD | 3 | March 10, 2009 11:25 |
TurbFoam simpleFoam incompatible fields for operation | braennstroem | OpenFOAM Running, Solving & CFD | 0 | June 19, 2008 11:43 |
The incompatible of UDF | Summer | FLUENT | 3 | April 23, 2007 05:11 |