View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004248 | OpenFOAM | Bug | public | 2025-06-23 14:16 | 2025-06-24 01:06 |
Reporter | jianglan | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Summary | 0004248: An error occurs when using the forceCoeffsCompressible function in the multiphaseEuler solver. | ||||
Description | Add the forceCoeffsCompressible function at the end of the functions file in the hydrofoil case: #includeFunc forceCoeffsCompressible ( patches=(hydrofoilUpper), //pName p, //UName U, magUInf=5.33, rhoInf=998, lRef=0.15, Aref=0.02865, CofR=(0 0 0), liftDir=(0 1 0), dragDir=(1 0 0), pitchAxis=(0 0 1) ) Error: [7] --> FOAM FATAL ERROR: [7] Could not find U, p [7] [7] From function void Foam::functionObjects::forcesBase::initialise() [7] in file forcesBase/forcesBase.C at line 186. [7] FOAM parallel run exiting The bubbleColumn case also has the same issue. | ||||
Tags | No tags attached. | ||||