View Issue Details

IDProjectCategoryView StatusLast Update
0003380OpenFOAMBugpublic2019-11-08 20:35
ReporterHaijing Assigned Tohenry  
PriorityhighSeverityblockReproducibilityalways
Status closedResolutionno change required 
PlatformUnixOSOtherOS Version(please specify)
Summary0003380: an error about wmake
DescriptionWhen I use 'wmake' to compile my own solver, there is always an error hint below:
In file included from ras_pisoFoam_heating.C(110):
UEqn.H(14): error: identifier "fvOptions" is undefined
    + fvOptions(U)
      ^

In file included from ras_pisoFoam_heating.C(110):
UEqn.H(19): error: expression must have class type
  fvOptions.constrain(UEqn);
  ^

In file included from ras_pisoFoam_heating.C(110):
UEqn.H(25): error: expression must have class type
      fvOptions.correct(U);
      ^

In file included from ras_pisoFoam_heating.C(115):
pEqn.H(41): error: expression must have class type
  fvOptions.correct(U);
  ^

ras_pisoFoam_heating.C(138): error: identifier "fvOptions" is undefined
                  fvOptions(T)
                  ^

ras_pisoFoam_heating.C(141): error: expression must have class type
          fvOptions.constrain(TEqn);
          ^

ras_pisoFoam_heating.C(143): error: expression must have class type
          fvOptions.correct(T);
          ^

compilation aborted for ras_pisoFoam_heating.C (code 2)
make: *** [Make/linux64IccDPInt64Opt/ras_pisoFoam_heating.o] Error 2
TagsNo tags attached.

Activities

henry

2019-11-08 20:35

manager   ~0010871

User support request.

Issue History

Date Modified Username Field Change
2019-11-08 12:09 Haijing New Issue
2019-11-08 20:35 henry Assigned To => henry
2019-11-08 20:35 henry Status new => closed
2019-11-08 20:35 henry Resolution open => no change required
2019-11-08 20:35 henry Note Added: 0010871