View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004082 | OpenFOAM | Bug | public | 2024-05-20 09:15 | 2024-05-20 10:17 |
Reporter | agustinvo | Assigned To | henry | ||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 22.04 |
Product Version | 11 | ||||
Fixed in Version | dev | ||||
Summary | 0004082: Missing entry on fixedMean Documentation | ||||
Description | The documentation of the fixedMean boundary condition is missing in the Usage section the value entry. If someone tries to use the BC as it is specified there OpenFOAM crashes. | ||||
Steps To Reproduce | 1. Set a field with the fixed boundary condition: <patchName> { type fixedMean; meanValue 1.0; } 2. Run the simulation: --> FOAM FATAL IO ERROR: Essential entry 'value' missing file: /home/xxxx/OpenFOAM/xxxx-11/xxxx/xxx/0/p/boundaryField/xxx from line xx to line xx. From function Foam::fvPatchField<Type>::fvPatchField(const Foam::fvPatch&, const Foam::DimensionedField<Type, Foam::volMesh>&, const Foam::dictionary&, bool) [with Type = double] in file lnInclude/fvPatchField.C at line 92. FOAM exiting 3. Add the value entry 4. The simulation runs withouth issues | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-20 09:15 | agustinvo | New Issue | |
2024-05-20 10:17 | henry | Assigned To | => henry |
2024-05-20 10:17 | henry | Status | new => resolved |
2024-05-20 10:17 | henry | Resolution | open => fixed |
2024-05-20 10:17 | henry | Fixed in Version | => dev |
2024-05-20 10:17 | henry | Note Added: 0013246 |