|
[Sponsors] |
object of type N4Foam9rhoThermoE is not allocated |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 10, 2022, 00:55 |
object of type N4Foam9rhoThermoE is not allocated
|
#1 |
Member
hari charan
Join Date: Sep 2021
Location: India,hyderabad
Posts: 97
Rep Power: 5 |
Hello foamers,
I am developing a solver for evaporation.I am struck with the error. I am attaching the error below . I not able to understand what is causing the error. Code:
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*---------------------------------------------------------------------------*/ Build : 8-1c9b5879390b Exec : myCompressibleInterFoam Date : Feb 10 2022 Time : 09:40:04 Host : "hari" PID : 7639 I/O : uncollated Case : /home/hari/OpenFOAM/hari-8/run/damBreakcomp_3 nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10) allowSystemOperations : Allowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 PIMPLE: No convergence criteria found PIMPLE: Operating solver in transient mode with 1 outer corrector PIMPLE: Operating solver in PISO mode Reading field p_rgh Reading field U Reading/calculating face flux field phi Constructing twoPhaseMixtureThermo --> FOAM FATAL ERROR: object of type N4Foam9rhoThermoE is not allocated From function T* Foam::autoPtr<T>::operator->() [with T = Foam::rhoThermo] in file /opt/openfoam8/src/OpenFOAM/lnInclude/autoPtrI.H at line 206. FOAM aborting #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::error::abort() at ??:? #2 Foam::autoPtr<Foam::rhoThermo>::operator->() at ??:? #3 Foam::twoPhaseMixtureThermo::nu() const at ??:? #4 Foam::twoPhaseMixtureThermo::hCoeff() const at ??:? #5 Foam::twoPhaseMixtureThermo::mDotAlphal() const at ??:? #6 Foam::twoPhaseMixtureThermo::twoPhaseMixtureThermo(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&) at ??:? #7 ? in "/home/hari/OpenFOAM/hari-8/platforms/linux64GccDPInt32Opt/bin/myCompressibleInterFoam" #8 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #9 ? in "/home/hari/OpenFOAM/hari-8/platforms/linux64GccDPInt32Opt/bin/myCompressibleInterFoam" Aborted (core dumped) Can anyone help me with this? Thanks in advance. |
|
Tags |
cfd, compressibleinterfoam, evaporation, openfaom, openfaom-8 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
convergence problem of steady 2D film cooling calculation using chtMultiRegionFoam | ruanyg968tf | OpenFOAM Running, Solving & CFD | 1 | April 10, 2024 03:23 |
Foam::error::printStack(Foam::Ostream&) at ??:? | mdhfiz | OpenFOAM Running, Solving & CFD | 1 | September 19, 2019 10:46 |
Compression instead of expansion | EnricoDeFilippi | OpenFOAM Running, Solving & CFD | 1 | October 8, 2018 11:19 |
Inlet patch problems | martyn88 | OpenFOAM Running, Solving & CFD | 6 | April 21, 2017 19:34 |
Time step continuity error | lpz_michele | OpenFOAM Running, Solving & CFD | 0 | October 12, 2015 07:05 |