View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002273 | OpenFOAM | Bug | public | 2016-09-28 11:01 | 2016-09-28 19:43 |
Reporter | TomF | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSUSE | OS Version | Leap 42.1 |
Summary | 0002273: Description in src/fvOptions/lnInclude/buoyancyForce.H is incorrect | ||||
Description | The description in the Header file for buoyancyForce.H says the user needs to specify the fieldNames, but the code searches for fields. | ||||
Steps To Reproduce | Run a case with a buoyancyForce in fvOption with the description as in the header file: buoyancyForceCoeffs { fieldNames (U); // Name of velocity field } This will throw an error: --> FOAM FATAL IO ERROR: keyword fields is undefined in dictionary "/home/tom/OpenFOAM/tom-4.x/run/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/constant/fvOptions.buoyantForce.buoyancyForceCoeffs" | ||||
Additional Information | Also present in dev | ||||
Tags | No tags attached. | ||||
|
Correct location of file should be: src/fvOptions/sources/derived/buoyancyForce/buoyancyForce.H Just checked buoyancyEnergy, it has the same inconsistency: src/fvOptions/sources/derived/buoyancyEnergy/buoyancyEnergy.H |
|
Resolved in OpenFOAM-dev by commit deecbf9e065c1f744ce842e7b994ef76bf51f21f Resolved in OpenFOAM-4.x by commit 7dce08191e45290e9b1001ab5ddff8fe5d0e335f |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-09-28 11:01 | TomF | New Issue | |
2016-09-28 11:05 | TomF | Note Added: 0006929 | |
2016-09-28 19:43 | henry | Assigned To | => henry |
2016-09-28 19:43 | henry | Status | new => resolved |
2016-09-28 19:43 | henry | Resolution | open => fixed |
2016-09-28 19:43 | henry | Fixed in Version | => 4.x |
2016-09-28 19:43 | henry | Note Added: 0006934 |