View Issue Details

IDProjectCategoryView StatusLast Update
0004200OpenFOAMBugpublic2025-01-17 10:58
Reporterheatthinker Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
PlatformGNU/LinuxOSUbuntuOS Version22.4
Product Version12 
Summary0004200: Running the tutorial multiphaseCoolingCylinder2D with the flow (pressure/velocity system) disabled results in a fatal error
DescriptionI was checking out the different capabilities of the multiphaseEuler module, when I encountered a Bug. The main tutorial I was checking out was the "tutorials/multiRegion/CHT/multiphaseCoolingCylinder2D/".

While playing with the Pimple Control settings, I encountered an error message that is :

--> FOAM FATAL ERROR:
updateCoeffs(const scalarField& snGradp) MUST be called before updateCoeffs() or evaluate() to set the boundary gradient.

    From function virtual void Foam::fixedFluxPressureFvPatchScalarField::updateCoeffs()
    in file fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C at line 136.

FOAM exiting
Steps To ReproduceChanging the Pimple Control to:

PIMPLE
{
    nCorrectors 1;
    nNonOrthogonalCorrectors 1;
    flow off;
}

produces a FOAM FATAL ERROR
TagsNo tags attached.

Activities

henry

2025-01-15 14:06

manager   ~0013506

Funding required to work on this.

Issue History

Date Modified Username Field Change
2025-01-15 11:51 heatthinker New Issue
2025-01-15 14:06 henry Assigned To => henry
2025-01-15 14:06 henry Status new => closed
2025-01-15 14:06 henry Resolution open => suspended
2025-01-15 14:06 henry Note Added: 0013506