View Issue Details

IDProjectCategoryView StatusLast Update
0001383OpenFOAMBugpublic2015-01-01 14:01
Reporteruser989Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0001383: run a new case with a new solver that i make it
Descriptioni make a new solver for co2 distribution in a room air...(whitout reaction)
i made a case and wanted to run it with that solver
but i hve this error in terminal....

dell@ubuntu:~/Desktop/Imani-Case$ of230
dell@ubuntu:~/Desktop/Imani-Case$ buoyantBoussinesqCO2SimpleFoam

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 2.3.0-f5222ca19ce6
Exec : buoyantBoussinesqCO2SimpleFoam
Date : Aug 26 2014
Time : 10:55:35
Host : "ubuntu"
PID : 5948
Case : /home/dell/Desktop/Imani-Case
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


Reading g
Reading thermophysical properties

Reading field AoA

Reading field T

Reading field p_rgh

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Creating turbulence model

Selecting RAS turbulence model kEpsilon
kEpsilonCoeffs
{
    Cmu 0.09;
    C1 1.44;
    C2 1.92;
    sigmaEps 1.3;
}

Reading field alphat

Calculating field g.h

Selecting radiationModel none
No finite volume options present


SIMPLE: convergence criteria
    field p_rgh tolerance 0.01
    field U tolerance 0.0001
    field T tolerance 0.01
    field "(k|epsilon|omega)" tolerance 0.001


Starting time loop

Time = 1

DILUPBiCG: Solving for Ux, Initial residual = 1, Final residual = 0.0153138, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 1, Final residual = 0.0139123, No Iterations 1
DILUPBiCG: Solving for Uz, Initial residual = 1, Final residual = 0.0115496, No Iterations 1
DILUPBiCG: Solving for T, Initial residual = 1, Final residual = 0.0413473, No Iterations 1


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

    From function fixedFluxPressureFvPatchScalarField::updateCoeffs()
    in file fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C at line 151.

FOAM exiting
TagsNo tags attached.

Activities

henry

2015-01-01 14:00

manager   ~0003437

This is a bug in your own code rather than in OpenFOAM. Please arrange for support to resolve this issue.

Issue History

Date Modified Username Field Change
2014-08-26 07:44 user989 New Issue
2015-01-01 14:00 henry Note Added: 0003437
2015-01-01 14:00 henry Status new => closed
2015-01-01 14:01 henry Assigned To => henry
2015-01-01 14:01 henry Resolution open => no change required