View Issue Details

IDProjectCategoryView StatusLast Update
0004082OpenFOAMBugpublic2024-05-20 10:17
Reporteragustinvo Assigned Tohenry  
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version22.04
Product Version11 
Fixed in Versiondev 
Summary0004082: Missing entry on fixedMean Documentation
DescriptionThe 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 Reproduce1. 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
TagsNo tags attached.

Activities

henry

2024-05-20 10:17

manager   ~0013246

commit efc1fe2742f1c091ebdf2affe3c4151629978739

Issue History

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