|
[Sponsors] |
June 19, 2013, 07:08 |
Problem with sample and fieldAverage
|
#1 |
Member
Florian
Join Date: Nov 2009
Posts: 59
Rep Power: 17 |
Hello,
Sorry the wrong subject, the problem is with forceCoeffs and fieldAverage, but I can't edit topic. I use fieldAverage, reconstructPar the case and now I want to calculate forceCoeffs using the averaged values, but: OpenFOAM 2.1x but I can switch to OF 2.2 if this is the problem. Code:
Time = 8000 Reading phi Reading U Reading p Selecting incompressible transport model Newtonian Selecting RAS turbulence model kOmegaSST kOmegaSSTCoeffs { [...] } --> FOAM Warning : From function void forces::read(const dictionary&) in file forces/forces.C at line 309 Could not find UMean, pMean in database. De-activating forces. --> FOAM Warning : From function void forces::read(const dictionary&) in file forces/forces.C at line 309 Could not find UMean, pMean in database. De-activating forces. --> FOAM Warning : --> FOAM FATAL IO ERROR: timeStepMean is not in enumeration: 2 ( outputTime timeStep ) file: /scratch/flindner/Car.Scoop6/system/controlDict::functions::coeffsRearWheelsAveraged::outputControl at line 137. From function NamedEnum<Enum, nEnum>::read(Istream&) const in file lnInclude/NamedEnum.C at line 72. Code:
$ ls 8000/ k.gz nut.gz omega.gz p.gz phi.gz pMean.gz U.gz UMean.gz uniform What can the problem be here? Thanks, Florian |
|
June 19, 2013, 09:25 |
|
#2 |
Member
Florian
Join Date: Nov 2009
Posts: 59
Rep Power: 17 |
A related problem I ran into is that I try to look up pMean from a piece of custom code:
Code:
request for volScalarField pMean from objectRegistry region0 failed available objects of type volScalarField are Any idea someone? |
|
|
|